[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-28 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=437709

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #9 from David Edmundson  ---
Thread 1 (Thread 0x7f35799e6d80 (LWP 3775)):
#0  0x7f35808f32f4 in KWin::SurfacePixmap::platformTexture() const () at
/lib/x86_64-linux-gnu/libkwin.so.5
#1  0x7f357852197a in  () at
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kwin.scenes/KWinSceneOpenGL.so
#2  0x55ded3205ed7 in  ()
#3  0x7f357ee4e77e in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f35808b07c8 in KWin::Scene::paintScreen(int*, QRegion const&,
QRegion const&, QRegion*, QRegion*, KWin::RenderLoop*, QMatrix4x4 const&) () at
/lib/x86_64-linux-gnu/libkwin.so.5
#5  0x7f357851d67f in KWin::SceneOpenGL::paint(int, QRegion const&,
QList const&, KWin::RenderLoop*) () at
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kwin.scenes/KWinSceneOpenGL.so
#6  0x7f35807e8c58 in KWin::Compositor::composite(KWin::RenderLoop*) () at
/lib/x86_64-linux-gnu/libkwin.so.5
#7  0x7f357ee4e77e in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f358079efb6 in KWin::RenderLoop::frameRequested(KWin::RenderLoop*)
() at /lib/x86_64-linux-gnu/libkwin.so.5

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-28 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=437709

Alex  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Resolution|BACKTRACE   |---
 Status|NEEDSINFO   |REPORTED

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=437709

--- Comment #8 from techxga...@outlook.com ---
Created attachment 139712
  --> https://bugs.kde.org/attachment.cgi?id=139712=edit
KWin Core Dump file

I followed your instructions and here's the output.

Happened right after I switched to another activity.

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=437709

--- Comment #7 from techxga...@outlook.com ---
I also need to inform you that running `qdbus org.kde.KWin /KWin reconfigure`
just freezes KWin, and required me to do a hard reboot, but the setting does
apply.

Nothing shows up when I do a `coredumpctl list kwin_wayland`, however.

Sorta does apply I think.

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-26 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=437709

--- Comment #6 from techxga...@outlook.com ---
(In reply to Alex from comment #4)
> (In reply to techxgames from comment #3)
> > Created attachment 139226 [details]
> > KWin Core Dump file
> > 
> > Is this it?
> 
> Almost. Instead of quitting (with "q"), you should type the following
> commands into gdb:
> 
> set logging on
> thread apply all bt
> 
> This will save the backtrace to gdb.txt. That is what we're after.

I've been trying to get it to crash, but it's been stable so far.  I tried to
see if changing the button positions in window decorations work (after
applying, it just freezes), but nothing.

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=437709

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-24 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=437709

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-11 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=437709

--- Comment #4 from Alex  ---
(In reply to techxgames from comment #3)
> Created attachment 139226 [details]
> KWin Core Dump file
> 
> Is this it?

Almost. Instead of quitting (with "q"), you should type the following commands
into gdb:

set logging on
thread apply all bt

This will save the backtrace to gdb.txt. That is what we're after.

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=437709

--- Comment #3 from techxga...@outlook.com ---
Created attachment 139226
  --> https://bugs.kde.org/attachment.cgi?id=139226=edit
KWin Core Dump file

Is this it?

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-09 Thread smit
https://bugs.kde.org/show_bug.cgi?id=437709

smit  changed:

   What|Removed |Added

 CC||smit1...@gmail.com

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-06-07 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=437709

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|CONFIRMED   |NEEDSINFO

--- Comment #2 from Vlad Zahorodnii  ---
If kwin crashes, we will need a backtrace. Can you please check kwin's
coredumps?

   coredumpctl list kwin_wayland

to get a backtrace run `coredumpctl gdb `

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-05-31 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=437709

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-05-27 Thread Alex
https://bugs.kde.org/show_bug.cgi?id=437709

Alex  changed:

   What|Removed |Added

 CC||alex...@protonmail.com

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

[kwin] [Bug 437709] Crash on Wayland causes everything to close and lose everything

2021-05-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=437709

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||n...@kde.org
Product|plasmashell |kwin
  Component|general |wayland-generic
Summary|Crashes with Plasma on  |Crash on Wayland causes
   |Wayland causes everything   |everything to close and
   |to close and lose   |lose everything
   |everything  |
   Assignee|k...@davidedmundson.co.uk|kwin-bugs-n...@kde.org
Version|master  |unspecified
 Status|REPORTED|CONFIRMED
   Target Milestone|1.0 |---

--- Comment #1 from Nate Graham  ---
It's not Plasma that's crashing and bringing everything down; it's KWin. This
is a known issue that we are currently working on fixing. We can use this bug
report to track when it's fixed.

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