Shortcuts applet causing continous restarts of Dock
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cairo-Dock Plug-ins |
Fix Committed
|
Medium
|
Matthieu Baerts |
Bug Description
=======
Cairo-Dock version : 3.4.0
Compiled date : Oct 17 2014 09:05:35
Built with GTK : 3.14
Running with OpenGL: 1
======
This is an ssue with the Shortcuts applet (bzr plugins).
STEPS TO REPRODUCE:
1. Load Cairo dock with default Panel
2. Delete one of the folders / files referenced by the Shortcuts plugin.
3. Restart cairo-dock
It will seg fault and continue trying to restart. Seems impossible to change the theme and get the dock working again. Attempting to run the current theme will revert to default dock and so will not fix the problem.
Issue occurs in applet-bookmarks.c -> cd_shortcuts_
Emptying .gtk-bookmarks is a workaround to resolve the issue.
STACK TRACE OF WHERE THE EVENT HAPPENSj:
(gdb) backtrace
#0 cd_shortcuts_
at /var/abs/
#1 0x00007fffd121b2e1 in _load_icons (pSharedMemory=
at /var/abs/
#2 cd_shortcuts_
at /var/abs/
#3 0x00007ffff6311710 in _get_data_threaded (pTask=0xe93340) at /var/abs/
#4 0x00007ffff74a0585 in ?? () from /usr/lib/
#5 0x00007ffff521c314 in start_thread () from /usr/lib/
#6 0x00007ffff5fcf3ed in clone () from /usr/lib/libc.so.6
(gdb)
Changed in cairo-dock-plug-ins: | |
status: | Incomplete → Triaged |
Changed in cairo-dock-plug-ins: | |
importance: | Undecided → Medium |
assignee: | nobody → Matthieu Baerts (matttbe) |
milestone: | none → 3.4.1 |
Hello and thank you for this bug report!
Is it maybe possible to get a "full backtrace" of this crash? ==> 'backtrace full' instead of 'backtrace' wiki.glx- dock.org/ ?p=ddd
For more details about gdb: http://