[plasmashell] [Bug 381395] plasma wayland crash

2017-08-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381395

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #10 from David Edmundson  ---


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

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

[plasmashell] [Bug 381395] plasma wayland crash

2017-08-13 Thread rооt
https://bugs.kde.org/show_bug.cgi?id=381395

rооt  changed:

   What|Removed |Added

 CC||cerebel...@ukr.net

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

[plasmashell] [Bug 381395] plasma wayland crash

2017-08-07 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381395

David Edmundson  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
  Component|general |generic-wayland

--- Comment #8 from David Edmundson  ---
I'm not sure if that's the full reason.

In thread 1 we'll see a window being destructed, so it's doing a final call to
the render thread to delete things, but that's ending up doing a full on (now
broken) full frame swap.

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

[plasmashell] [Bug 381395] plasma wayland crash

2017-08-02 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=381395

Fabian Vogt  changed:

   What|Removed |Added

 CC||fab...@ritter-vogt.de

--- Comment #7 from Fabian Vogt  ---
This is IMO rather a Qt bug as the reason for the crash is that in
https://github.com/qt/qtwayland/blob/v5.9.1/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp#L136
object() returns nullptr.

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

[plasmashell] [Bug 381395] plasma wayland crash

2017-07-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381395

--- Comment #6 from Christoph Feck  ---
This looks like a bug in Mesa (regression with the 17.1.4 release?). Please
report this issue directly to Mesa developers via https://bugs.freedesktop.org/

Better backtrace from bug 382241 comment #2:

Thread 15 "QSGRenderThread" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff1739a700 (LWP 2084)]
wl_proxy_create_wrapper (proxy=0x0) at
/var/tmp/portage/dev-libs/wayland-1.13.0/work/wayland-1.13.0/src/wayland-client.c:2038
2038   
/var/tmp/portage/dev-libs/wayland-1.13.0/work/wayland-1.13.0/src/wayland-client.c:
No such file or directory.
(gdb) bt
#0  wl_proxy_create_wrapper (proxy=0x0) at
/var/tmp/portage/dev-libs/wayland-1.13.0/work/wayland-1.13.0/src/wayland-client.c:2038
#1  0x7fffd6fbb0ae in dri2_wl_create_window_surface (drv=,
disp=0x9b7a40, conf=0xa7a610, native_window=0x7fff04002f60, attrib_list=0x0)
at
/var/tmp/portage/media-libs/mesa-17.1.4/work/mesa-17.1.4/src/egl/drivers/dri2/platform_wayland.c:174
#2  0x7fffd6fa9ca6 in _eglCreateWindowSurfaceCommon (disp=0x9b7a40,
config=config@entry=0xa7a610, native_window=native_window@entry=0x7fff04002f60, 
attrib_list=attrib_list@entry=0x0) at
/var/tmp/portage/media-libs/mesa-17.1.4/work/mesa-17.1.4/src/egl/main/eglapi.c:899
#3  0x7fffd6faa019 in eglCreateWindowSurface (dpy=,
config=config@entry=0xa7a610, window=window@entry=140733260509024, 
attrib_list=attrib_list@entry=0x0)
at
/var/tmp/portage/media-libs/mesa-17.1.4/work/mesa-17.1.4/src/egl/main/eglapi.c:915
#4  0x7fffe72be8e9 in QtWaylandClient::QWaylandEglWindow::updateSurface
(this=this@entry=0x5fa2600, create=create@entry=true)
at
../../../../hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp:141
#5  0x7fffe72bcde1 in QtWaylandClient::QWaylandGLContext::makeCurrent
(this=0x5ff5380, surface=)
at
../../../../hardwareintegration/client/wayland-egl/qwaylandglcontext.cpp:410
#6  0x73388039 in QOpenGLContext::makeCurrent (this=0x2b5cb20,
surface=surface@entry=0x5f9b180) at kernel/qopenglcontext.cpp:984
#7  0x75e1eff5 in QSGRenderThread::invalidateOpenGL
(this=this@entry=0x5f60930, window=0x5f9b170, inDestructor=,
fallback=0x0)
at scenegraph/qsgthreadedrenderloop.cpp:487
#8  0x75e2664c in QSGRenderThread::event (this=0x5f60930, e=0x76f05c0)
at scenegraph/qsgthreadedrenderloop.cpp:402
#9  0x75e25064 in QSGRenderThread::processEventsAndWaitForMore
(this=this@entry=0x5f60930) at scenegraph/qsgthreadedrenderloop.cpp:702
#10 0x75e258e2 in QSGRenderThread::run (this=0x5f60930) at
scenegraph/qsgthreadedrenderloop.cpp:730
#11 0x72e65221 in QThreadPrivate::start (arg=0x5f60930) at
thread/qthread_unix.cpp:368
#12 0x71cd4374 in start_thread (arg=0x7fff1739a700) at
pthread_create.c:333
#13 0x7270fb2f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

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

[plasmashell] [Bug 381395] plasma wayland crash

2017-07-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381395

Christoph Feck  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=382004

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

[plasmashell] [Bug 381395] plasma wayland crash

2017-07-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381395

Christoph Feck  changed:

   What|Removed |Added

 CC||shahamra...@gmail.com

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

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

[plasmashell] [Bug 381395] plasma wayland crash

2017-07-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381395

Christoph Feck  changed:

   What|Removed |Added

 CC||ste...@mailbox.org

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

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

[plasmashell] [Bug 381395] plasma wayland crash

2017-07-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381395

Christoph Feck  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|DUPLICATE   |---

--- Comment #3 from Christoph Feck  ---
Not a duplicate, see bug 371246 comment #4.

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

[plasmashell] [Bug 381395] plasma wayland crash

2017-06-26 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=381395

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Marco Martin  ---


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

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

[plasmashell] [Bug 381395] plasma wayland crash

2017-06-20 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=381395

Marco Martin  changed:

   What|Removed |Added

 CC||mustafa10...@gmail.com

--- Comment #1 from Marco Martin  ---
*** Bug 381431 has been marked as a duplicate of this bug. ***

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