On Friday 26 August 2005 03:47, Till Adam wrote: > On Friday 26 August 2005 03:00, Craig Howard wrote: > > KMail crashes on me just as I'm about to send messages. I'm running the > > KDE 3.5 branch on debian sid. I've rebuilt everything with gcc 4.0.1 > > myself. > > Known, but still unresolved issue with gcc > 4.0. So far no one has dug > into it, since we mostly still use gcc 3.x. Any help appreciated. My intuition tells me that this is a libstdc++ bug. I trapped the crash in valgrind and it was doing a 4 byte write 0 bytes past an allocation of 0 bytes. The memory was allocated in the STL memory pools (looked like by a map somewhere). So, I ran it again after setting the environment variable GLIBCXX_FORCE_NEW=1 and I haven't yet been able to reproduce the crash. Does this analysis sound reasonable? -- Craig Howard _______________________________________________ kde-pim mailing list kde-pim@kde.org https://mail.kde.org/mailman/listinfo/kde-pim kde-pim home page at http://pim.kde.org/