Using kdevelop and a simple test application: clicking on File -> Close
results in a core dump.
The back trace looks as follows:
(gdb) bt
#0 0x283035a2 in QGList::first () from /usr/X11R6/lib/libqt.so
#1 0x281304f3 in KStatusBar::changeItem () from /usr/local/lib/libkdeui.so.3
at ktest.cpp:596
#3 0x8052a8e in KtestApp::slotFileQuit (this=0x807db00) at ktest.cpp:528
#4 0x80533a9 in KtestApp::commandCallback (this=0x807db00, id_=10090)
Similar core dumps when exiting a KDE app happen at other places too.
Known problem ?
-Arun