PDA

View Full Version : Crash stack trace



bonkersbobcat
05-15-2002, 12:03 AM
Got this crash captured. This is from todays CVS.


Program received signal SIGSEGV, Segmentation fault.

[Switching to Thread 1024 (LWP 22894)]
0x080f9c1a in Map::paintSpawns(MapParameters&, QPainter&, QTime const&) (this=0x81f2990, param=@0x81f2a08, p=@0xbfffe9b0, drawTime=@0xbfffe980) at /usr/include/g++-v3/bits/stl_tree.h:587

587 { return (_Link_type&) _M_header->_M_left; }
(gdb) bt
#0 0x080f9c1a in Map::paintSpawns(MapParameters&, QPainter&, QTime const&) (this=0x81f2990, param=@0x81f2a08, p=@0xbfffe9b0, drawTime=@0xbfffe980) at /usr/include/g++-v3/bits/stl_tree.h:587
#1 0x080f8f19 in Map::paintMap(QPainter*) (this=0x81f2990, p=0xbfffeb10) at map.cpp:2807
#2 0x080fb8fc in Map::paintEvent(QPaintEvent*) (this=0x81f2990, e=0xbfffed60) at map.cpp:3831
#3 0x40224cd0 in QWidget::event(QEvent*) () at eval.c:41
#4 0x401a2244 in QApplication::notify(QObject*, QEvent*) () at eval.c:41
#5 0x40199b6f in QWidget::repaint(int, int, int, int, bool) () at eval.c:41
#6 0x080f87e2 in Map::refreshMap() (this=0x81f2990) at /usr/local/qt-2.3.2/include/qrect.h:195
#7 0x401e23c2 in QObject::activate_signal(char const*) () at eval.c:41
#8 0x402302db in QTimer::timeout() () at eval.c:41
#9 0x402153fb in QTimer::event(QEvent*) () at eval.c:41
#10 0x401a2244 in QApplication::notify(QObject*, QEvent*) () at eval.c:41
#11 0x40170d78 in qt_activate_timers() () at eval.c:41
#12 0x4016e9c0 in QApplication::processNextEvent(bool) () at eval.c:41
#13 0x401a418b in QApplication::enter_loop() () at eval.c:41
#14 0x4016e564 in QApplication::exec() () at eval.c:41
#15 0x08061f4c in main (argc=1, argv=0xbffffb24) at main.cpp:926
#16 0x405af507 in __libc_start_main (main=0x805ee58 <main>, argc=1, ubp_av=0xbffffb24, init=0x805aa94 <_init>, fini=0x816c3cc <_fini>, rtld_fini=0x4000dc14 <_dl_fini>, stack_end=0xbffffb1c)
at ../sysdeps/generic/libc-start.c:129

(gdb)