Comment 7 for bug 1733782

Revision history for this message
gl.bars (gl-bars) wrote :

This might happen because of some problem with KUniqueApplication and QDBus. Please run this command and then start Basket in parallel:
dbus-monitor |& tee ~/basket_dbus.log

Again, copy the lines printed during the delay. Stop dbus-monitor by pressing Ctrl+C.

Exit Basket and do an additional test: _while Basket is stuck_, attach debugger using this command:
gdb basket `pidof basket`

Then in gdb issue these two commands:
bt
quit

Copy the output of bt command.

Please open a new ticket for the new basket bug.