Bug 335431 - The plasma "desktop" doesn't remember position of clock widget
Summary: The plasma "desktop" doesn't remember position of clock widget
Status: RESOLVED DUPLICATE of bug 335216
Alias: None
Product: plasmashell
Classification: Plasma
Component: Desktop Dashboard (show other bugs)
Version: master
Platform: openSUSE Linux
: NOR normal
Target Milestone: 1.0
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-27 18:23 UTC by Thomas Schwarzgruber
Modified: 2014-05-28 13:52 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 Thomas Schwarzgruber 2014-05-27 18:23:30 UTC
I created a clock widget on the desktop. After logging out, plasmashell crashed during relogin,
and after a while plasmashell got restarted, which resulted in a desktop shell including 
the clock widget, but in the standard position in the top left corner.

Reproducible: Always

Steps to Reproduce:
1. Add a widget to plasmashell and move it out of standard position
2. logout and relogin
3. Notice that plasmashell crashed during relogin and widget moved to standard position



I try to save the crash dump from the crash during relogin, but I guess it is not informative
as I have no debugging symbols installed (yet -- not sure if those are available for opensuse).
Comment 1 Thomas Schwarzgruber 2014-05-27 18:45:44 UTC
Crash info reported by crash dialog:
Application: plasmashell (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f74b9222840 (LWP 12875))]

Thread 2 (Thread 0x7f74a3c2b700 (LWP 12876)):
#0  0x00007f74b2508b3d in poll () from /lib64/libc.so.6
#1  0x00007f74b4e910e2 in ?? () from /usr/lib64/libxcb.so.1
#2  0x00007f74b4e9277f in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x00007f74a5d86d49 in ?? () from /usr/lib64/qt5/plugins/platforms/libqxcb.so
#4  0x00007f74b2b8406f in QThreadPrivate::start (arg=0x7f74bb242ba0) at thread/qthread_unix.cpp:345
#5  0x00007f74b19610db in start_thread () from /lib64/libpthread.so.0
#6  0x00007f74b251190d in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f74b9222840 (LWP 12875)):
[KCrash Handler]
#5  0x00007f74b2d62b78 in QCoreApplicationPrivate::sendThroughApplicationEventFilters (this=this@entry=0x7f74bb21e860, receiver=receiver@entry=0x7f74bb26d2e0, event=event@entry=0x7fffdec822b0) at kernel/qcoreapplication.cpp:1012
#6  0x00007f74b3a03e68 in QApplicationPrivate::notify_helper (this=this@entry=0x7f74bb21e860, receiver=receiver@entry=0x7f74bb26d2e0, e=e@entry=0x7fffdec822b0) at kernel/qapplication.cpp:3476
#7  0x00007f74b3a08c56 in QApplication::notify (this=0x7fffdec828a0, receiver=0x7f74bb26d2e0, e=0x7fffdec822b0) at kernel/qapplication.cpp:3284
#8  0x00007f74b2d62a45 in QCoreApplication::notifyInternal (this=0x7fffdec828a0, receiver=0x7f74bb26d2e0, event=event@entry=0x7fffdec822b0) at kernel/qcoreapplication.cpp:935
#9  0x00007f74b2d98c0e in sendEvent (event=0x7fffdec822b0, receiver=<optimized out>) at kernel/qcoreapplication.h:237
#10 QObjectPrivate::setParent_helper (this=this@entry=0x7f74bb271530, o=o@entry=0x0) at kernel/qobject.cpp:1961
#11 0x00007f74b2d99193 in QObject::~QObject (this=<optimized out>, __in_chrg=<optimized out>) at kernel/qobject.cpp:1033
#12 0x00007f74b2d9e5a9 in QSocketNotifier::~QSocketNotifier (this=0x7f74bb2659f0, __in_chrg=<optimized out>) at kernel/qsocketnotifier.cpp:203
#13 0x00007f74b824a7f7 in qDBusRemoveWatch (watch=0x7f74bb25f8c0, data=0x7f74bb26d2e0) at qdbusintegrator.cpp:306
#14 0x00007f74b1737233 in ?? () from /lib64/libdbus-1.so.3
#15 0x00007f74b173599e in ?? () from /lib64/libdbus-1.so.3
#16 0x00007f74b1735a19 in ?? () from /lib64/libdbus-1.so.3
#17 0x00007f74b1734ea7 in ?? () from /lib64/libdbus-1.so.3
#18 0x00007f74b1720d82 in ?? () from /lib64/libdbus-1.so.3
#19 0x00007f74b824ceba in q_dbus_connection_close (connection=<optimized out>) at qdbus_symbols_p.h:113
#20 QDBusConnectionPrivate::closeConnection (this=0x7f74bb26d2e0) at qdbusintegrator.cpp:1094
#21 0x00007f74b823fe72 in QDBusConnectionManager::~QDBusConnectionManager (this=0x7f74b84aac80 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>, __in_chrg=<optimized out>) at qdbusconnection.cpp:108
#22 0x00007f74b823fef9 in (anonymous namespace)::Q_QGS__q_manager::innerFunction()::Holder::~Holder() () at qdbusconnection.cpp:67
#23 0x00007f74b24623d9 in __run_exit_handlers () from /lib64/libc.so.6
#24 0x00007f74b2462425 in exit () from /lib64/libc.so.6
#25 0x00007f74b5b8168b in KDBusService::KDBusService (this=<optimized out>, options=..., parent=<optimized out>) at /usr/src/debug/kdbusaddons-4.99.0git~20140508~940f12d/src/kdbusservice.cpp:140
#26 0x00007f74b92caf85 in main ()
Comment 2 Marco Martin 2014-05-28 13:52:18 UTC

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