Comment # 6 on bug 1099886 from
If it's not a completely incompatible lib or something like this, the only line
in this backtrace that raises suspicion is IMHO this:

#8  0x00007f8d630095f0 in snapper::logStreamClose(snapper::LogLevel, char
const*, unsigned int, char const*, std::__cxx11::basic_ostringstream<char,
std::char_traits<char>, std::allocator<char> >*) () from
/usr/lib64/libsnapper.so.4

One of the char const * might be 0.

Or it might be a problem with the shutdown order; a string that was referenced
via such a char const * might already be freed.


You are receiving this mail because: