Re: [Cppcms-users] SIGABRT problem raised between SVN rev1474 and 1491
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-10-26 21:51:10
|
> > Hello, > > > > In what case does it happens can you give me a sample source code that > > reproduces the problem? > > > > I think it happens if a cppcms::json::bad_cast exception is thrown. I try > to read a json formatted configuration file from different possible > locations with cppcms::json, and if it is not formatted properly, a > bad_cast exception should be thrown which I catch and then try the next > possible location. I don't see any issues in the code and location valgrind is posting. Also I tryid to run a full build and test on x86 machine - no issues. 1. Make sure that you fully recompile your own code after building and installing latest CppCMS. 2. If this still happens please provide minimal code sample that reproduces the problem, without it I can't do anything and I may only assume that memory corruption happens in your code. Regards, Artyom |