On Mon, 12 Sep 2005, Andrea Riela wrote: >#2 0x08069ced in __gnu_cxx::new_allocator<char>::deallocate () >#3 0x08065984 in std::operator+<char, std::char_traits<char>, >std::allocator<char> > () >#4 0x08065328 in std::operator+<char, std::char_traits<char>, >std::allocator<char> > () >#5 0x08074da2 in __gnu_cxx::new_allocator<char>::deallocate () >#6 0x08074e52 in __gnu_cxx::new_allocator<char>::deallocate () >#7 0x0805d3b1 in std::operator+<char, std::char_traits<char>, >std::allocator<char> > () >#8 0x0805a2cf in std::operator+<char, std::char_traits<char>, >std::allocator<char> > ()
There are no debug symbols here, and that's default for Binc IMAP. But if you do this: CXXFLAGS=-g ./configure --without-optimization Then recompile and install Binc, the gdb backtrace will give us the information we need. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
