Bug 165007 - Plasma Workspace (plasma) crashes after initial boot after SVN Beta2 compilation
Summary: Plasma Workspace (plasma) crashes after initial boot after SVN Beta2 compilation
Status: RESOLVED NOT A BUG
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-26 14:55 UTC by Tom Wulf
Modified: 2008-06-26 21:41 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 Tom Wulf 2008-06-26 14:55:22 UTC
Version:            (using KDE 4.0.83)
Installed from:    Compiled From Sources
Compiler:          gcc 4.3.1 
OS:                Linux

Application: Plasma Workspace (plasma), signal SIGSEGV
[Thread debugging using libthread_db enabled]
[New Thread 0x7f61d82b0740 (LWP 4613)]
[New Thread 0x40f4f950 (LWP 4625)]
[New Thread 0x426c6950 (LWP 4617)]
[KCrash handler]
#5  0x0000000000000031 in ?? ()
#6  0x00007f61e078b9b9 in KJob::kill () from /opt/kdemod/lib/libkdecore.so.5
#7  0x00007f61e0cdc80f in KAbstractWidgetJobTracker::slotStop ()
   from /opt/kdemod/lib/libkdeui.so.5
#8  0x00007f61e0cde230 in KWidgetJobTracker::Private::ProgressWidget::qt_metacall () from /opt/kdemod/lib/libkdeui.so.5
#9  0x00007f61ddd902d4 in QMetaObject::activate ()
   from /usr/lib/libQtCore.so.4
#10 0x00007f61dd1726a7 in QAbstractButton::clicked ()
   from /usr/lib/libQtGui.so.4
#11 0x00007f61dcef7a7b in ?? () from /usr/lib/libQtGui.so.4
#12 0x00007f61dcef95c2 in ?? () from /usr/lib/libQtGui.so.4
#13 0x00007f61dcef9815 in QAbstractButton::mouseReleaseEvent ()
   from /usr/lib/libQtGui.so.4
#14 0x00007f61dcc46bef in QWidget::event () from /usr/lib/libQtGui.so.4
#15 0x00007f61dcbf469d in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#16 0x00007f61dcbfcbbd in QApplication::notify () from /usr/lib/libQtGui.so.4
#17 0x00007f61e0ce808b in KApplication::notify ()
   from /opt/kdemod/lib/libkdeui.so.5
#18 0x00007f61ddd7bf81 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#19 0x00007f61dcbfbf58 in QApplicationPrivate::sendMouseEvent ()
   from /usr/lib/libQtGui.so.4
#20 0x00007f61dcc5ff89 in ?? () from /usr/lib/libQtGui.so.4
#21 0x00007f61dcc5ee5f in QApplication::x11ProcessEvent ()
   from /usr/lib/libQtGui.so.4
#22 0x00007f61dcc84cdc in ?? () from /usr/lib/libQtGui.so.4
#23 0x00007f61da3b06fa in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
#24 0x00007f61da3b3df0 in g_main_context_iterate ()
   from /usr/lib/libglib-2.0.so.0
#25 0x00007f61da3b3f8c in g_main_context_iteration ()
   from /usr/lib/libglib-2.0.so.0
#26 0x00007f61ddda439f in QEventDispatcherGlib::processEvents ()
   from /usr/lib/libQtCore.so.4
#27 0x00007f61dcc8447f in ?? () from /usr/lib/libQtGui.so.4
#28 0x00007f61ddd7a892 in QEventLoop::processEvents ()
   from /usr/lib/libQtCore.so.4
#29 0x00007f61ddd7aa1d in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#30 0x00007f61ddd7ceed in QCoreApplication::exec ()
   from /usr/lib/libQtCore.so.4
#31 0x00007f61e3120153 in kdemain ()
   from /opt/kdemod/lib/libkdeinit4_plasma.so
#32 0x00007f61db7663f6 in __libc_start_main () from /lib/libc.so.6
#33 0x00000000004008a9 in _start ()
#0  0x00007f61db7e6f71 in nanosleep () from /lib/libc.so.6
Comment 1 Aaron J. Seigo 2008-06-26 21:41:25 UTC
BIC changes; some of the applets on your system need to be rebuilt.

(btw, you may want to see this techbase page on how to create more detailed backtraces:

http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports

)