Bug 56560 - Segmentation fault while searching through sources for problems
Summary: Segmentation fault while searching through sources for problems
Status: RESOLVED WORKSFORME
Alias: None
Product: kate
Classification: Applications
Component: part (show other bugs)
Version: SVN
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-28 21:21 UTC by kaplun
Modified: 2003-11-09 22:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kaplun 2003-03-28 21:21:32 UTC
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
Comment 1 Harald Fernengel 2003-04-08 01:39:06 UTC
Could be a kate bug. Can you try to set your editor to "qeditor" and see if you can reproduce 
the crash? 
 
Thanks, 
Harry 
Comment 2 kaplun 2003-04-15 21:15:28 UTC
Sorry, I can't reproduce the crash with the qeditor. Maybe you are right: it's a 
kate fault... 
Comment 3 Jens Dagerbo 2003-11-07 03:13:08 UTC
I've never seen this one, it's probably long gone.

Reassigning to katepart and let them decide.
Comment 4 Christoph Cullmann 2003-11-09 22:55:35 UTC
guess its gone, looks like some crash in qt internals while growing some vector, maybe because of the masses of optimizations, no idea