From: Konstantin L. <to....@gm...> - 2012-04-06 12:21:13
|
On 04/06/2012 02:42 PM, islam wrote: > (gdb) bt > #0 0x00000008016cb40f in log4cpp::NDC::get () from > /usr/local/lib/liblog4cpp.so.4 > #1 0x00000008016bcb60 in log4cpp::Category::_logUnconditionally2 () from > /usr/local/lib/liblog4cpp.so.4 > #2 0x00000008016bc152 in log4cpp::Category::_logUnconditionally () from > /usr/local/lib/liblog4cpp.so.4 > #3 0x00000008016bafbe in log4cpp::Category::error () from > /usr/local/lib/liblog4cpp.so.4 > #4 0x0000000000420dcd in non-virtual thunk to > boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::gregorian::bad_day_of_month> > >::rethrow() const () > #5 0x0000000000416d02 in ?? () > #6 0x000000000040c113 in ?? () > #7 0x000000000040d470 in ?? () > > Something goes wrong in log4cpp::NDC::get (). Any help would be > appreciated, thanks.. I don't think the problem caused by log4cpp. More likely - broken build. Can you provide minimal reproducable example? |