Version: 3.0.0a4 (using KDE KDE 3.1.1) Installed from: Compiled From Sources Compiler: gcc-3.2.2 "-march=athlon-xp -mcpu=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse" optimizations activated OS: Linux When looking for problems with the problems window, after some click it crashed... This is the traces: 0x4147f239 in wait4 () from /lib/libc.so.6 #0 0x4147f239 in wait4 () from /lib/libc.so.6 #1 0x414f9e58 in __check_rhosts_file () from /lib/libc.so.6 #2 0x412c67b2 in waitpid () from /lib/libpthread.so.0 #3 0x40a0be4e in KCrash::defaultCrashHandler(int) () from /opt/kde3.1.1/lib/libkdecore.so.4 #4 0x412c4144 in pthread_kill () from /lib/libpthread.so.0 #5 0x41406288 in sigaction () from /lib/libc.so.6 #6 0x41f14972 in QValueVectorPrivate<KSharedPtr<TextLine> >::growAndCopy(unsigned, KSharedPtr<TextLine>*, KSharedPtr<TextLine>*) () from /opt/kde3.1.1/lib/kde3/libkatepart.so #7 0x41f11c52 in QValueVectorPrivate<KSharedPtr<TextLine> >::reserve(unsigned) () from /opt/kde3.1.1/lib/kde3/libkatepart.so #8 0x41ea3b06 in KateBufBlock::buildStringList() () from /opt/kde3.1.1/lib/kde3/libkatepart.so #9 0x41ea17c1 in KateBuffer::parseBlock(KateBufBlock*) () from /opt/kde3.1.1/lib/kde3/libkatepart.so #10 0x41ea209a in KateBuffer::line(unsigned) () from /opt/kde3.1.1/lib/kde3/libkatepart.so #11 0x41ea3016 in KateBuffer::text() () from /opt/kde3.1.1/lib/kde3/libkatepart.so #12 0x41eba20f in KateDocument::text() const () from /opt/kde3.1.1/lib/kde3/libkatepart.so #13 0x41c7ca6c in BackgroundParser::parseFile(QString const&) () from /opt/kde3.1.1/lib/kde3/libkdevcppsupport.so #14 0x41c7cc9b in BackgroundParser::findOrCreateUnit(QString const&, bool) () from /opt/kde3.1.1/lib/kde3/libkdevcppsupport.so #15 0x41c7d05d in BackgroundParser::run() () from /opt/kde3.1.1/lib/kde3/libkdevcppsupport.so #16 0x40d2ea48 in QProc::~QProc() () from /opt/qt3.1.2/lib/libqt-mt.so.3 #17 0x412c110c in pthread_detach () from /lib/libpthread.so.0
Could be a kate bug. Can you try to set your editor to "qeditor" and see if you can reproduce the crash? Thanks, Harry
Sorry, I can't reproduce the crash with the qeditor. Maybe you are right: it's a kate fault...
I've never seen this one, it's probably long gone. Reassigning to katepart and let them decide.
guess its gone, looks like some crash in qt internals while growing some vector, maybe because of the masses of optimizations, no idea