Bug 243138 - calling org.kde.KIO.Scheduler.reparseSlaveConfiguration via dbus crashes kded4
Summary: calling org.kde.KIO.Scheduler.reparseSlaveConfiguration via dbus crashes kded4
Status: RESOLVED DUPLICATE of bug 226721
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kded (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-29 11:38 UTC by Ronny Standtke
Modified: 2010-09-02 15:51 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 Ronny Standtke 2010-06-29 11:38:36 UTC
Application: kded4 ($Id: kded.cpp 1128583 2010-05-19 17:42:25Z aseigo $)
KDE Platform Version: 4.4.90 (KDE 4.4.90 (KDE 4.5 RC1))
Qt Version: 4.7.0
Operating System: Linux 2.6.32-22-generic i686
Distribution: Ubuntu 10.04 LTS

-- Information about the crash:
- What I was doing when the application crashed:

I executed this little script:
-------------------------
#!/bin/bash
KONQUEROR=$(qdbus | grep -m1 konqueror)
KONQUEROR=${KONQUEROR## }
if [ -z "${KONQUEROR}" ]
then
        echo "No running Konqueror instance found. Please start Konqueror."
        exit 1
fi
dbus-send --session --dest=${KONQUEROR} /KIO/Scheduler org.kde.KIO.Scheduler.reparseSlaveConfiguration
-------------------------

- Unusual behavior I noticed:
kded4 (together with a lot of other applications) just crashed.

The crash can be reproduced every time.

-- Backtrace:
Application: KDE-Dienst (kdeinit4), signal: Segmentation fault
[KCrash Handler]
#7  QVariant::userType (this=0x91f17d8) at kernel/qvariant.cpp:1791
#8  0x00855991 in QDBusConnectionPrivate::activateSignal (this=0x91f17d8, hook=..., msg=...) at qdbusintegrator.cpp:731
#9  0x008575a9 in QDBusConnectionPrivate::handleSignal (this=0x91f17d8, key=..., msg=...) at qdbusintegrator.cpp:1531
#10 0x00857907 in QDBusConnectionPrivate::handleSignal (this=0x91f17d8, msg=...) at qdbusintegrator.cpp:1550
#11 0x00862bc9 in QDBusConnectionPrivate::handleMessage (this=0x91f17d8, amsg=...) at qdbusintegrator.cpp:546
#12 0x008693ab in qDBusSignalFilter (connection=0x91f3c50, message=0x940bd10, data=0x91f17d8) at qdbusintegrator.cpp:532
#13 0x05608c6d in dbus_connection_dispatch () from /lib/libdbus-1.so.3
#14 0x00855552 in q_dbus_connection_dispatch (this=0x91f17d8) at qdbus_symbols_p.h:115
#15 QDBusConnectionPrivate::doDispatch (this=0x91f17d8) at qdbusintegrator.cpp:1084
#16 0x00855ddb in QDBusConnectionPrivate::socketRead (this=0x91f17d8, fd=5) at qdbusintegrator.cpp:1104
#17 0x008a20af in QDBusConnectionPrivate::qt_metacall (this=0x91f17d8, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0xbff86e98) at .moc/release-shared/moc_qdbusconnection_p.cpp:99
#18 0x00a2942a in QMetaObject::metacall (object=0x91f17d8, cl=9055610, idx=8, argv=0xbff86e98) at kernel/qmetaobject.cpp:237
#19 0x00a3c1a5 in QMetaObject::activate (sender=0x92c66a0, m=0xb55550, local_signal_index=0, argv=0xbff86e98) at kernel/qobject.cpp:3280
#20 0x00a8d763 in QSocketNotifier::activated (this=0x92c66a0, _t1=5) at .moc/release-shared/moc_qsocketnotifier.cpp:89
#21 0x00a40ec7 in QSocketNotifier::event (this=0x92c66a0, e=0xbff87324) at kernel/qsocketnotifier.cpp:317
#22 0x00f2732c in QApplicationPrivate::notify_helper (this=0x9217818, receiver=0x92c66a0, e=0xbff87324) at kernel/qapplication.cpp:4358
#23 0x00f2e6fe in QApplication::notify (this=0xbff87670, receiver=0x92c66a0, e=0xbff87324) at kernel/qapplication.cpp:3762
#24 0x006620da in KApplication::notify (this=0xbff87670, receiver=0x92c66a0, event=0xbff87324) at ../../kdeui/kernel/kapplication.cpp:309
#25 0x00a236cb in QCoreApplication::notifyInternal (this=0xbff87670, receiver=0x92c66a0, event=0xbff87324) at kernel/qcoreapplication.cpp:732
#26 0x00a522ba in QCoreApplication::sendEvent (source=0x921a580) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#27 socketNotifierSourceDispatch (source=0x921a580) at kernel/qeventdispatcher_glib.cpp:110
#28 0x018e45e5 in g_main_dispatch (context=0x9219318) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:1960
#29 IA__g_main_context_dispatch (context=0x9219318) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2513
#30 0x018e82d8 in g_main_context_iterate (context=0x9219318, block=<value optimized out>, dispatch=1, self=0x92179f8) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2591
#31 0x018e84b8 in IA__g_main_context_iteration (context=0x9219318, may_block=1) at /build/buildd/glib2.0-2.24.1/glib/gmain.c:2654
#32 0x00a51ee5 in QEventDispatcherGlib::processEvents (this=0x92179b0, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#33 0x00fe8105 in QGuiEventDispatcherGlib::processEvents (this=0x92179b0, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#34 0x00a221a9 in QEventLoop::processEvents (this=0xbff875c4, flags=) at kernel/qeventloop.cpp:149
#35 0x00a225fa in QEventLoop::exec (this=0xbff875c4, flags=...) at kernel/qeventloop.cpp:201
#36 0x00a26baf in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1009
#37 0x00f26157 in QApplication::exec () at kernel/qapplication.cpp:3637
#38 0x01e6a34e in kdemain (argc=1, argv=0x91e3928) at ../../kded/kded.cpp:894
#39 0x0804eb09 in launch (argc=<value optimized out>, _name=<value optimized out>, args=<value optimized out>, cwd=0x0, envc=0, envs=0x0, reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x8051e5b "0") at ../../kinit/kinit.cpp:723
#40 0x08050ad5 in main (argc=4, argv=0xbff87de4, envp=0xbff87df8) at ../../kinit/kinit.cpp:1835

Possible duplicates by query: bug 230101, bug 226721.

Reported using DrKonqi
Comment 1 Christoph Feck 2010-09-02 15:51:06 UTC

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