Bug 212894 - Something crashed, dont know exactly what.
Summary: Something crashed, dont know exactly what.
Status: RESOLVED DUPLICATE of bug 212063
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-03 12:22 UTC by Warren Werner
Modified: 2009-11-03 16:05 UTC (History)
1 user (show)

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 Warren Werner 2009-11-03 12:22:57 UTC
Application that crashed: plasma-desktop
Version of the application: 0.3
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-14-generic i686
Distribution: Ubuntu 9.10

 -- Backtrace:
Application: Plasma-Arbeitsfläche (kdeinit4), signal: Segmentation fault
[Current thread is 1 (Thread 0xb771a700 (LWP 1942))]

Thread 2 (Thread 0xac4e9b70 (LWP 1946)):
#0  0x00e4b422 in __kernel_vsyscall ()
#1  0x0049fe15 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2  0x00b9a78d in pthread_cond_wait () from /lib/tls/i686/cmov/libc.so.6
#3  0x0055de67 in QWaitConditionPrivate::wait (this=0x9c67c40, mutex=0x9c67c3c, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#4  QWaitCondition::wait (this=0x9c67c40, mutex=0x9c67c3c, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#5  0x071ed922 in QHostInfoAgent::run (this=0x9c67c30) at kernel/qhostinfo.cpp:260
#6  0x0055ce32 in QThreadPrivate::start (arg=0x9c67c30) at thread/qthread_unix.cpp:188
#7  0x0049b80e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8  0x00b8d7ee in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 1 (Thread 0xb771a700 (LWP 1942)):
[KCrash Handler]
#6  0x05a848b9 in ?? () from /usr/lib/libindicate.so.3
#7  0x01cc9d36 in _dbus_g_marshal_VOID__STRING_STRING_STRING (closure=0x9c9a4c0, return_value=0x0, n_param_values=4, param_values=0xaabfd80, invocation_hint=0xbfb7b860, marshal_data=0x5a84880)
    at dbus-gmarshal.c:83
#8  0x01cd1c24 in marshal_dbus_message_to_g_marshaller (closure=0x9c9a4c0, return_value=0x0, n_param_values=3, param_values=0xa4b9480, invocation_hint=0xbfb7b860, marshal_data=0x0)
    at dbus-gproxy.c:1680
#9  0x01cf4072 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#10 0x01d097a8 in ?? () from /usr/lib/libgobject-2.0.so.0
#11 0x01d0ab2d in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#12 0x01d0afb6 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#13 0x01cd2e2d in dbus_g_proxy_emit_remote_signal (connection=0x9c98758, message=0xab03690, user_data=0x9c9a688) at dbus-gproxy.c:1733
#14 dbus_g_proxy_manager_filter (connection=0x9c98758, message=0xab03690, user_data=0x9c9a688) at dbus-gproxy.c:1300
#15 0x09781c8d in dbus_connection_dispatch () from /lib/libdbus-1.so.3
#16 0x01cc975d in message_queue_dispatch (source=0x9c44ec8, callback=0, user_data=0x0) at dbus-gmain.c:101
#17 0x08408e78 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#18 0x0840c720 in ?? () from /lib/libglib-2.0.so.0
#19 0x0840c853 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#20 0x0067802c in QEventDispatcherGlib::processEvents (this=0x98ad270, flags=...) at kernel/qeventdispatcher_glib.cpp:327
#21 0x0139fbe5 in QGuiEventDispatcherGlib::processEvents (this=0x98ad270, flags=...) at kernel/qguieventdispatcher_glib.cpp:202
#22 0x0064bc79 in QEventLoop::processEvents (this=0xbfb7bde4, flags=) at kernel/qeventloop.cpp:149
#23 0x0064c0ca in QEventLoop::exec (this=0xbfb7bde4, flags=...) at kernel/qeventloop.cpp:201
#24 0x0064e53f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:888
#25 0x012fedd7 in QApplication::exec () at kernel/qapplication.cpp:3525
#26 0x06d5180d in kdemain () from /usr/lib/libkdeinit4_plasma-desktop.so
#27 0x0804dde1 in launch (argc=<value optimized out>, _name=<value optimized out>, args=<value optimized out>, cwd=0x0, envc=0, envs=0x9850c58 "", reset_env=false, tty=0x0, avoid_loops=false, 
    startup_id_str=0x80511a5 "0") at ../../kinit/kinit.cpp:677
#28 0x0804ea35 in handle_launcher_request (sock=<value optimized out>, who=<value optimized out>) at ../../kinit/kinit.cpp:1169
#29 0x0804eeac in handle_requests (waitForPid=<value optimized out>) at ../../kinit/kinit.cpp:1362
#30 0x0804fbaf in main (argc=2, argv=0xbfb7c644, envp=0xbfb7c650) at ../../kinit/kinit.cpp:1793

Reported using DrKonqi
Comment 1 Dario Andres 2009-11-03 16:05:11 UTC
This is a Kubuntu bug. Thanks

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