[frameworks-plasma] [Bug 392898] [Wayland] Plasma crashes when I click "Audio volume" header while hamburguer menu from plasma-pa is opened

2018-06-13 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=392898

Dr. Chapatin  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #6 from Dr. Chapatin  ---
also cannot reproduce on neon dev unstable after upgrade to qt 5.11.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 392898] [Wayland] Plasma crashes when I click "Audio volume" header while hamburguer menu from plasma-pa is opened

2018-06-12 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=392898

--- Comment #5 from Dr. Chapatin  ---
Cannot reproduce the crash on Arch Linux running plasma 5.13 + frameworks 5.47
under Wayland.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-plasma] [Bug 392898] [Wayland] Plasma crashes when I click "Audio volume" header while hamburguer menu from plasma-pa is opened

2018-05-16 Thread Friedrich W . H . Kossebau
https://bugs.kde.org/show_bug.cgi?id=392898

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

   Target Milestone|1.0 |---
  Component|Weather |libplasma
   Assignee|kosse...@kde.org|notm...@gmail.com
Product|plasmashell |frameworks-plasma
Version|master  |5.46.0

--- Comment #4 from Friedrich W. H. Kossebau  ---
Looking again at the backtrace, I now spotted that in the middle of the call
stack there is some
QtWaylandClient::QWaylandDisplay::exitWithError()
which does nothing else than calling
::exit(1);

on which then some exit handlers are invoked by whatever, which seem to not
properly shutdown things.
At least I can see nothing wrong in the weatherdataengine code itself which
would explain why it then crashes in ~DataEngineConsumer().

So for the given crash itself I suspect something wrong in memory management
code of the Plasma libs on such a forced deconstruction, thus moving over to
that product.

-- 
You are receiving this mail because:
You are watching all bug changes.