https://bugzilla.novell.com/show_bug.cgi?id=211846 ------- Comment #14 from zsu@novell.com 2006-10-31 04:42 MST ------- I just found that the crash occurred in /usr/include/c++/4.1.0/ext/new_allocator.h:94 when destroying one local variable, just before exiting QScimInputContextGlobal::initialize() function. I can't find any suspected code in QScimInputContextGlobal::initialize() as well as other part of scim-qtimm, which may cause this issue. So I guess the reason may be: 1. The memory has been corrupted before calling scim-qtimm. 2. There is a bug in libstdc++ which causes this issue. 3. There is a symbol confliction among all shared objects and binaries loaded in kopete process. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.