Bug 103376

Summary: Kaffeine crash (KDE problem not kaffeine) due to wrong value in kdeglobal shortcut configrations
Product: [I don't know] kde Reporter: Assaf Gillat <gillata>
Component: generalAssignee: Stephan Kulow <coolo>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Assaf Gillat 2005-04-06 22:22:02 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Kaffeine crashs when trying to open the shortcuts menu while kaffeine is playing.
I found out that in file .kde/share/config/kdeglobals in my home dir if I remove the line:

"Defaults timestamp=Jan  5 200517:23:04"

There is no more crash, but after every kde startup this option is appended to kdeglobals file.
This line is in the [Global Shortcuts] options, and i think it is not in the right place.

I think this was introduces in version kde3.3, because i don't remember it in kde3.2

thx.
Comment 1 Stephan Kulow 2005-04-06 22:31:03 UTC
and why you're so certain it's not kaffeine placing it there?

Beside that: I need a backtrace
Comment 2 Assaf Gillat 2005-04-06 22:46:02 UTC
thx for the quick response :)

I'm sure Kaffeine is not placing it, because :
a) I'm familiar with kaffeine code...
b) I erased the line, logged off kde, logged on kde and the line appeared again.
   At that time ,I did not open kaffeine at all.

Backtrace:

Using host libthread_db library "/lib/tls/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1230593376 (LWP 26813)]
[New Thread -1323304016 (LWP 26825)]
[New Thread -1312089168 (LWP 26824)]
[New Thread -1303700560 (LWP 26823)]
[New Thread -1295111248 (LWP 26822)]
[New Thread -1284834384 (LWP 26821)]
[New Thread -1272345680 (LWP 26820)]
[New Thread -1263686736 (LWP 26819)]
[New Thread -1255261264 (LWP 26816)]
[New Thread -1242219600 (LWP 26815)]
[KCrash handler]
#3  0xb6e4b7f1 in pthread_mutex_lock () from /lib/tls/libpthread.so.0
#4  0xb6dc6ff1 in _XUnregisterFilter () from /usr/X11R6/lib/libX11.so.6
#5  0xb6db2439 in XrmQGetResource () from /usr/X11R6/lib/libX11.so.6
#6  0xb6da5c7a in XStringToKeysym () from /usr/X11R6/lib/libX11.so.6
#7  0xb77765bf in KKeyServer::Sym::init () from /usr/lib/libkdecore.so.4
#8  0xb7772d66 in KKey::init () from /usr/lib/libkdecore.so.4
#9  0xb7772866 in KKey::KKey () from /usr/lib/libkdecore.so.4
#10 0xb7773ab7 in KKeySequence::init () from /usr/lib/libkdecore.so.4
#11 0xb7774ea0 in KShortcut::init () from /usr/lib/libkdecore.so.4
#12 0xb777485d in KShortcut::KShortcut () from /usr/lib/libkdecore.so.4
#13 0xb7a3b5df in KKeyChooser::readGlobalKeys () from /usr/lib/libkdeui.so.4
#14 0xb7a3b4f2 in KKeyChooser::readGlobalKeys () from /usr/lib/libkdeui.so.4
#15 0xb7a39ea8 in KKeyChooser::initGUI () from /usr/lib/libkdeui.so.4
#16 0xb7a37afc in KKeyChooser::KKeyChooser () from /usr/lib/libkdeui.so.4
#17 0xb7a3e79e in KKeyDialog::KKeyDialog () from /usr/lib/libkdeui.so.4
#18 0x08070b5a in Kaffeine::optionsConfigureKeys ()
#19 0x08066f69 in Kaffeine::qt_invoke ()
#20 0xb711e5ac in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#21 0xb711e3d4 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#22 0xb79c4dab in KAction::activated () from /usr/lib/libkdeui.so.4
#23 0xb79c477f in KAction::slotActivated () from /usr/lib/libkdeui.so.4
#24 0xb79c4fb1 in KAction::qt_invoke () from /usr/lib/libkdeui.so.4
#25 0xb711e5ac in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#26 0xb745c26a in QSignal::signal () from /usr/lib/libqt-mt.so.3
#27 0xb713878d in QSignal::activate () from /usr/lib/libqt-mt.so.3
#28 0xb7225829 in QPopupMenu::mouseReleaseEvent () from /usr/lib/libqt-mt.so.3
#29 0xb7154737 in QWidget::event () from /usr/lib/libqt-mt.so.3
#30 0xb70c1bff in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#31 0xb70c12f4 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#32 0xb76fbe43 in KApplication::notify () from /usr/lib/libkdecore.so.4
#33 0xb7056241 in QETWidget::translateMouseEvent ()
   from /usr/lib/libqt-mt.so.3
#34 0xb70542de in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#35 0xb706b1c4 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#36 0xb70d3f58 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#37 0xb70d3e08 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#38 0xb70c1e51 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#39 0x08066c63 in main ()
Comment 3 Antonello Migliorelli 2005-04-11 18:57:45 UTC
Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1096293632 (LWP 16425)]
[KCrash handler]
#7  0x41353955 in pthread_mutex_lock () from /lib/tls/libpthread.so.0
#8  0x412855cf in _XLockMutex () from /usr/X11R6/lib/libX11.so.6
#9  0x4126d29f in XrmDestroyDatabase () from /usr/X11R6/lib/libX11.so.6
#10 0x412576fd in _XFreeDisplayStructure () from /usr/X11R6/lib/libX11.so.6
#11 0x41244976 in XCloseDisplay () from /usr/X11R6/lib/libX11.so.6
#12 0x40bbfb78 in qt_cleanup () from /usr/lib/qt3/lib/libqt-mt.so.3
#13 0x40c2dc43 in QApplication::~QApplication ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x408650f9 in KApplication::~KApplication ()
   from /opt/kde3/lib/libkdecore.so.4
#15 0x408653bd in KUniqueApplication::~KUniqueApplication ()
   from /opt/kde3/lib/libkdecore.so.4
#16 0x0808db28 in ~KaffeineApp (this=0x40942cb4) at kaffeineapp.cpp:38
#17 0x08067bc0 in main (argc=0, argv=0x0) at main.cpp:103

-------------------------------------------
this is my backtrace on SUSE 9.2 (kaffeine .6)
Comment 4 Oliver Grimm 2005-12-26 04:53:40 UTC
see also Kaffeine bug 113937
Comment 5 Andreas Kling 2006-08-18 07:43:59 UTC

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