On Wed, Aug 30, 2000 at 05:53:53PM +0200, Dirk Mueller wrote: > On Mit, 30 Aug 2000, Matthias Elter wrote: > > > Kicker sometimes hangs in a DCOP call when it loads multiple applets external (via the appletproxy) on startup. I'm a bit clueless about what is happening. > > this also happened with the old API. For some reason there application name > was already registered, but the process itself died. then the dcop call > hangs forever. > > (happened in the previous KPanelApplet::dock() call before). > > maybe that gives you a hint. Does not seem to be a kicker-only problem: #0 0x2b796314 in read () from /lib/libc.so.6 #1 0x2ab4b464 in __DTOR_END__ () from /usr/X11R6/lib/libICE.so.6 #2 0x2ab4705f in _IceTransRead () from /usr/X11R6/lib/libICE.so.6 #3 0x2ab3e5dd in _IceRead () from /usr/X11R6/lib/libICE.so.6 #4 0x2ab3eace in IceProcessMessages () from /usr/X11R6/lib/libICE.so.6 #5 0x2af7a871 in DCOPClient::callInternal () from /build/me/kde/lib/libDCOP.so.1 #6 0x2af7a412 in DCOPClient::call () from /build/me/kde/lib/libDCOP.so.1 #7 0x2aee1089 in startServiceInternal () from /build/me/kde/lib/libkdecore.so.3 #8 0x2aee1967 in KApplication::startServiceByDesktopPath () from /build/me/kde/lib/libkdecore.so.3 #9 0x2ac11a4c in KRun::run () from /build/me/kde/lib/libksycoca.so.3 #10 0x2abee834 in KDEDesktopMimeType::runApplication () from /build/me/kde/lib/libksycoca.so.3 #11 0x2abee144 in KDEDesktopMimeType::run () from /build/me/kde/lib/libksycoca.so.3 #12 0x2ac110df in KRun::runURL () from /build/me/kde/lib/libksycoca.so.3 #13 0x2ac159e5 in KRun::foundMimeType () from /build/me/kde/lib/libksycoca.so.3 #14 0x2ac14135 in KRun::init () from /build/me/kde/lib/libksycoca.so.3 #15 0x2ac15157 in KRun::slotTimeout () from /build/me/kde/lib/libksycoca.so.3 #16 0x2b1d3195 in QObject::activate_signal () from /build/me/qt-2.2.0-beta2//lib/libqt.so.2 #17 0x2b23e397 in QTimer::timeout () from /build/me/qt-2.2.0-beta2//lib/libqt.so.2 #18 0x2b21b526 in QTimer::event () from /build/me/qt-2.2.0-beta2//lib/libqt.so.2 #19 0x2b16e1e9 in QApplication::notify () from /build/me/qt-2.2.0-beta2//lib/libqt.so.2 #20 0x2b13b769 in qt_activate_timers () from /build/me/qt-2.2.0-beta2//lib/libqt.so.2 #21 0x2b13992a in QApplication::processNextEvent () from /build/me/qt-2.2.0-beta2//lib/libqt.so.2 #22 0x2b16fb7c in QApplication::enter_loop () from /build/me/qt-2.2.0-beta2//lib/libqt.so.2 #23 0x2b1396a1 in QApplication::exec () from /build/me/qt-2.2.0-beta2//lib/libqt.so.2 #24 0x2aaf1a6f in main () at main.cpp:79 #25 0x2b709736 in __libc_start_main () from /lib/libc.so.6 This just happened when I clicked a kicker url button. Waaaaaahhhh Bye, Matthias