Crash on loading project
Thierry RAMANAMPANOHARANA
thierry_rama at hotmail.com
Sat Mar 8 09:57:04 UTC 2003
Hi,
I have a new backtrace related to the crash I experienced when loading
gideon source tree as a project. Seems it goes deep into KDE. So here it is:
#0 0x40955f1b in malloc_consolidate () from /usr/lib/libkdecore.so.4
#1 0x40954e5a in mALLOc () from /usr/lib/libkdecore.so.4
#2 0x409547b9 in malloc () from /usr/lib/libkdecore.so.4
#3 0x40eadf8e in operator new(unsigned) (sz=1592) at
../../../../libstdc++-v3/libsupc++/new_op.cc:48
#4 0x40c05903 in QFont::QFont(QFontPrivate*, bool) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#5 0x40c05c87 in QFont::detach() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#6 0x40c064ba in QFont::setWeight(int) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#7 0x40a08288 in KStyle::drawControl(QStyle::ControlElement, QPainter*,
QWidget const*, QRect const&, QColorGroup const&, unsigned, QStyleOption
const&) const () from /usr/lib/libkdefx.so.4
#8 0x41e5812b in KeramikStyle::drawControl(QStyle::ControlElement,
QPainter*, QWidget const*, QRect const&, QColorGroup const&, unsigned,
QStyleOption const&) const () from /usr/lib/kde3/plugins/styles/keramik.so
#9 0x40d03607 in QProgressBar::drawContents(QPainter*) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#10 0x40cbef98 in QFrame::paintEvent(QPaintEvent*) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#11 0x40c69dda in QWidget::event(QEvent*) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#12 0x40bf5a61 in QApplication::internalNotify(QObject*, QEvent*) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#13 0x40bf5719 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#14 0x408a4d3d in KApplication::notify(QObject*, QEvent*) () from
/usr/lib/libkdecore.so.4
#15 0x40bd33e9 in QWidget::repaint(int, int, int, int, bool) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#16 0x40d02f03 in QProgressBar::setProgress(int) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#17 0x44288ea0 in ?? ()
#18 0x44288290 in ?? ()
#19 0x4428c10f in ?? ()
#20 0x40c40ec6 in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#21 0x40e88aca in QSignal::signal(QVariant const&) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#22 0x40c5548d in QSignal::activate() () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#23 0x40c5ac53 in QSingleShotTimer::event(QEvent*) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#24 0x40bf5a61 in QApplication::internalNotify(QObject*, QEvent*) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#25 0x40bf5719 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#26 0x408a4d3d in KApplication::notify(QObject*, QEvent*) () from
/usr/lib/libkdecore.so.4
#27 0x40bd7934 in QEventLoop::activateTimers() () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#28 0x40bbbe2b in QEventLoop::processEvents(unsigned) () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#29 0x40c0566d in QEventLoop::enterLoop() () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#30 0x40c0553f in QEventLoop::exec() () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#31 0x40bf5c14 in QApplication::exec() () from
/usr/lib/qt-3.1/lib/libqt-mt.so.3
#32 0x080683d5 in main (argc=1, argv=0xbffff954) at main.cpp:83
#33 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6
Program received signal SIGSEGV, Segmentation fault.
0x40955f1b in malloc_consolidate () from /usr/lib/libkdecore.so.4
Regards
Thierry
>From: "Thierry RAMANAMPANOHARANA" <thierry_rama at hotmail.com>
>Reply-To: kdevelop-devel at kdevelop.org
>To: kdevelop-devel at kdevelop.org
>Subject: Re: Crash on loading project
>Date: Fri, 07 Mar 2003 13:03:33 +0000
>
>I apply the change
>lexer.cpp[L155] const Macro& m=...
>changed to Macro m=...
>but it still crashes. And it doesn't produce a core dump, so I don't know
>how to check where it crashed. I enabled debugging on my side.
>I'll check later with cvs version.
>
>regards.
>THierry
>
>
>
>
>
>>From: Roberto Raggi <roberto at kdevelop.org>
>>Reply-To: kdevelop-devel at kdevelop.org
>>To: kdevelop-devel at kdevelop.org
>>Subject: Re: Crash on loading project
>>Date: 07 Mar 2003 13:15:06 +0100
>>
>>On Fri, 2003-03-07 at 11:40, Thierry RAMANAMPANOHARANA wrote:
>> > Got a crash at first attempt. I've run it 5 times without crash before.
>>Here
>> > is the output. I just include the output of the file for which it
>>crashed:
>>
>>maybe it is fixed in CVS.
>>Thierry, thanks a lot for your report
>>
>>ciao robe
>>
>>
>>_______________________________________________
>>Kdevelop-devel mailing list
>>Kdevelop-devel at barney.cs.uni-potsdam.de
>>http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>
>_________________________________________________________________
>The new MSN 8: smart spam protection and 2 months FREE*
>http://join.msn.com/?page=features/junkmail
>
>
>_______________________________________________
>Kdevelop-devel mailing list
>Kdevelop-devel at barney.cs.uni-potsdam.de
>http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
More information about the KDevelop-devel
mailing list