[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-02-08 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=387479

Martin Flöser  changed:

   What|Removed |Added

   Version Fixed In||5.12.1
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kin
   ||focenter/a7e887975d0181d903
   ||9e3d727b0f8172b0bfc2e3
 Status|CONFIRMED   |RESOLVED

--- Comment #9 from Martin Flöser  ---
Git commit a7e887975d0181d9039e3d727b0f8172b0bfc2e3 by Martin Flöser.
Committed on 08/02/2018 at 17:59.
Pushed by graesslin into branch 'Plasma/5.12'.

Ensure Registry gets destroyed before the Wayland connection

Summary:
Registry was parented to WaylandModule, but the ConnectionThread got
destroyed in the dtor, thus before the Registry resulting in a crash
when the Registry got destroyed.

This change addresses this problem by tracking the Registry and
destroying it before destroying the Connection.
FIXED-IN: 5.12.1

Test Plan:
Clicked Wayland section, then quit application, verified
exit code

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D10391

M  +3-1Modules/base/info_wayland.cpp
M  +2-0Modules/base/info_wayland.h

https://commits.kde.org/kinfocenter/a7e887975d0181d9039e3d727b0f8172b0bfc2e3

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-02-08 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=387479

Martin Flöser  changed:

   What|Removed |Added

URL||https://phabricator.kde.org
   ||/D10391

--- Comment #8 from Martin Flöser  ---
patch at: https://phabricator.kde.org/D10391

The regression was caused by a change in libWayland. We had similar crashes
unfortunately in other areas as well.

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-02-06 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=387479

Andrius Štikonas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
Version|5.11.4  |5.12.0
 Ever confirmed|0   |1

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-02-06 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=387479

Andrius Štikonas  changed:

   What|Removed |Added

 CC||andr...@stikonas.eu

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-02-06 Thread Boyko
https://bugs.kde.org/show_bug.cgi?id=387479

Boyko  changed:

   What|Removed |Added

 CC||boyko_ka...@hotmail.com

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-02-06 Thread Boyko
https://bugs.kde.org/show_bug.cgi?id=387479

--- Comment #7 from Boyko  ---
Created attachment 110379
  --> https://bugs.kde.org/attachment.cgi?id=110379=edit
New crash information added by DrKonqi

kinfocenter (5.12.0) using Qt 5.9.3

- What I was doing when the application crashed:

I clicked on Graphical Information>Wayland (no problem so far) Whatever I click
after that (OpenGL, X-Server, Memory, About System etc.) The Info Center
Crashes

-- Backtrace (Reduced):
#6  0x7f2a6ad0c5b9 in wl_map_insert_at (map=,
flags=flags@entry=0, i=, data=) at
../src/wayland-util.c:249
#7  0x7f2a6ad087be in proxy_destroy (proxy=0x238b230) at
../src/wayland-client.c:411
#8  wl_proxy_destroy (proxy=0x238b230) at ../src/wayland-client.c:442
#9  0x7f2a691ec555 in wl_registry_destroy (wl_registry=) at
/usr/include/wayland-client-protocol.h:1065
#10 KWayland::Client::WaylandPointer::release
(this=0x1d25b70, this=0x1d25b70) at
/workspace/build/src/client/wayland_pointer_p.h:53

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-01-29 Thread doctor
https://bugs.kde.org/show_bug.cgi?id=387479

doctor  changed:

   What|Removed |Added

 CC||strelok5...@yandex.ru

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-01-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=387479

Christoph Feck  changed:

   What|Removed |Added

 CC||h...@posteo.org

--- Comment #5 from Christoph Feck  ---
*** Bug 389199 has been marked as a duplicate of this bug. ***

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-01-19 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=387479

Fabian Vogt  changed:

   What|Removed |Added

   Assignee|hubn...@gmail.com   |mgraess...@kde.org

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-01-19 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=387479

Fabian Vogt  changed:

   What|Removed |Added

  Component|general |Info
 CC||fab...@ritter-vogt.de

--- Comment #4 from Fabian Vogt  ---
I can confirm this issue on openSUSE Tumbleweed with Qt 5.10.0 and kwayland
from git master (07935f7).
Assigning to the creator of the wayland info module in kinfocenter.

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-01-17 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=387479

Elias Probst  changed:

   What|Removed |Added

 CC||m...@eliasprobst.eu

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2018-01-17 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=387479

--- Comment #3 from Elias Probst  ---
Created attachment 109934
  --> https://bugs.kde.org/attachment.cgi?id=109934=edit
New crash information added by DrKonqi

kinfocenter (5.12.80) using Qt 5.10.0

- What I was doing when the application crashed:

I can confirm this reliably.
The crash happens here only when switching to any Info Center module _after_
the "Graphical Information" > "Wayland" module.

-- Backtrace (Reduced):
#6  0x7f742a3d1bc9 in wl_map_insert_at (map=,
flags=flags@entry=0, i=, data=) at
/var/tmp/portage/dev-libs/wayland-1.13.0/work/wayland-1.13.0/src/wayland-util.c:249
#7  0x7f742a3cdebe in proxy_destroy (proxy=0x55e64b5c4db0) at
/var/tmp/portage/dev-libs/wayland-1.13.0/work/wayland-1.13.0/src/wayland-client.c:411
#8  wl_proxy_destroy (proxy=0x55e64b5c4db0) at
/var/tmp/portage/dev-libs/wayland-1.13.0/work/wayland-1.13.0/src/wayland-client.c:442
#9  0x7f7428f1c645 in wl_registry_destroy (wl_registry=) at
/usr/include/wayland-client-protocol.h:1065
#10 KWayland::Client::WaylandPointer::release
(this=0x55e64b533e70, this=0x55e64b533e70) at
/var/tmp/portage/kde-frameworks/kwayland-/work/kwayland-/src/client/wayland_pointer_p.h:53

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2017-12-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387479

amirs...@gmail.com changed:

   What|Removed |Added

 CC||amirs...@gmail.com

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2017-12-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=387479

--- Comment #2 from amirs...@gmail.com ---
Created attachment 109425
  --> https://bugs.kde.org/attachment.cgi?id=109425=edit
New crash information added by DrKonqi

kinfocenter (5.11.4) using Qt 5.10.0

- What I was doing when the application crashed:

- Custom settings of the application:
Running on archlinux synced and updated on intel hardware.

-- Backtrace (Reduced):
#6  0x7f34cc98d7e7 in wl_proxy_destroy () from
/usr/lib/libwayland-client.so.0
#7  0x7f34cb0fa606 in KWayland::Client::Registry::release() () from
/usr/lib/libKF5WaylandClient.so.5
#8  0x7f34cb0fa62f in KWayland::Client::Registry::~Registry() () from
/usr/lib/libKF5WaylandClient.so.5
#9  0x7f34cb0fa71a in KWayland::Client::Registry::~Registry() () from
/usr/lib/libKF5WaylandClient.so.5
#10 0x7f34da0a254d in QObjectPrivate::deleteChildren() () from
/usr/lib/libQt5Core.so.5

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2017-12-13 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=387479

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2017-12-12 Thread Henning
https://bugs.kde.org/show_bug.cgi?id=387479

Henning  changed:

   What|Removed |Added

Version|5.11.3  |5.11.4

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

[kinfocenter] [Bug 387479] wayland: kinfocenter still crashing when clicking on Graphical Information

2017-12-12 Thread Henning
https://bugs.kde.org/show_bug.cgi?id=387479

Henning  changed:

   What|Removed |Added

 CC||wue...@web.de

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