Bug 132531 - crash at the end of the game
Summary: crash at the end of the game
Status: RESOLVED DUPLICATE of bug 127779
Alias: None
Product: kbounce
Classification: Applications
Component: general (show other bugs)
Version: 0.5
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: schimmi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 05:32 UTC by Marc Collin
Modified: 2006-12-24 00:04 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 Marc Collin 2006-08-17 05:32:31 UTC
Version:           0.5 (using KDE 3.5.4 Level "a" , unofficial build of SUSE )
Compiler:          Target: x86_64-suse-linux
OS:                Linux (x86_64) release 2.6.16.21-0.13-default

stack strace i get when the program crashed

Using host libthread_db library "/lib64/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 47345079490288 (LWP 5593)]
[KCrash handler]
#5  0x00002b0f5d102eb5 in KExtHighscore::PlayerInfos::submitScore ()
   from /opt/kde3/lib64/libkdegames.so.1
#6  0x00002b0f5d10bcdf in KExtHighscore::ManagerPrivate::submitScore ()
   from /opt/kde3/lib64/libkdegames.so.1
#7  0x00002b0f5d10bf4a in KExtHighscore::submitScore ()
   from /opt/kde3/lib64/libkdegames.so.1
#8  0x0000555555568c03 in KJezzball::highscore () from /opt/kde3/bin/kbounce
#9  0x00005555555695d9 in KJezzball::gameOverNow () from /opt/kde3/bin/kbounce
#10 0x000055555556bdd8 in KJezzball::qt_invoke () from /opt/kde3/bin/kbounce
#11 0x00002b0f5e310a8c in QObject::activate_signal ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#12 0x00002b0f5e3117a3 in QObject::activate_signal ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#13 0x00002b0f5e32fe95 in QTimer::event ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#14 0x00002b0f5e2b9a95 in QApplication::internalNotify ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#15 0x00002b0f5e2ba6c7 in QApplication::notify ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#16 0x00002b0f5ddf80a8 in KApplication::notify ()
   from /opt/kde3/lib64/libkdecore.so.4
#17 0x00002b0f5e2b0005 in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#18 0x00002b0f5e2704ed in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#19 0x00002b0f5e2ce7a1 in QEventLoop::enterLoop ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#20 0x00002b0f5e2ce64a in QEventLoop::exec ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#21 0x000055555556c70d in main () from /opt/kde3/bin/kbounce
Comment 1 Jürgen Stelzer 2006-09-06 12:12:45 UTC
I got  the similar (same?) bug in a Debian System (unstable, up-to-date)
...
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
...
#6  0xa7f0011b in KExtHighscore::PlayerInfos::submitScore ()
   from /usr/lib/libkdegames.so.1
#7  0xa7f051fc in KExtHighscore::ManagerPrivate::submitScore ()
   from /usr/lib/libkdegames.so.1
#8  0xa7f08c65 in KExtHighscore::submitScore () from /usr/lib/libkdegames.so.1
when evaluating the score for knetwalk
after I installed the openbox-windowmanager instead of kwin.
Reproducable. It did not occur before.
Comment 2 Bram Schoenmakers 2006-12-24 00:04:35 UTC

*** This bug has been marked as a duplicate of 127779 ***