[kwin] [Bug 445984] kwin_wayland crashes when snapping wayland windows.

2022-01-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=445984 Nate Graham changed: What|Removed |Added Resolution|BACKTRACE |NOT A BUG Status|NEEDSINFO

[kwin] [Bug 445984] kwin_wayland crashes when snapping wayland windows.

2022-01-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445984 --- Comment #7 from kkartalt...@gmail.com --- It seems the part that I missed was > QT_PLUGIN_PATH=`pwd` Is required to inform the session how to find the compiled plugins, but it does not crash now. -- You are receiving this mail because: You are w

[kwin] [Bug 445984] kwin_wayland crashes when snapping wayland windows.

2022-01-24 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=445984 --- Comment #6 from Vlad Zahorodnii --- No, the relevant stuff is over here #0 0x7f97c970ed22 in raise () at /usr/lib/libc.so.6 #1 0x7f97c96f8862 in abort () at /usr/lib/libc.so.6 #2 0x7f97c9c6ecee in () at /usr/lib/libepoxy.so.0 #3 0x

[kwin] [Bug 445984] kwin_wayland crashes when snapping wayland windows.

2022-01-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445984 --- Comment #5 from kkartalt...@gmail.com --- > You only need to rebuild kwin and probably kwayland-server Comment 1 _is_ after building kwin with debug symbols, only frame #24 is attributed to kwin and you can see the stack in the comment. The frames y

[kwin] [Bug 445984] kwin_wayland crashes when snapping wayland windows.

2022-01-20 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=445984 --- Comment #4 from Vlad Zahorodnii --- You only need to rebuild kwin and probably kwayland-server -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 445984] kwin_wayland crashes when snapping wayland windows.

2022-01-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445984 --- Comment #3 from kkartalt...@gmail.com --- > Can you please get a backtrace with debug symbols? Compiling Qt is intractable on my system last time I attempted it. At least unless I wanted to remove the package manager's installation. So im not sure

[kwin] [Bug 445984] kwin_wayland crashes when snapping wayland windows.

2022-01-19 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=445984 Vlad Zahorodnii changed: What|Removed |Added Status|REPORTED|NEEDSINFO Flags|

[kwin] [Bug 445984] kwin_wayland crashes when snapping wayland windows.

2021-11-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445984 --- Comment #1 from kkartalt...@gmail.com --- I rebuilt kwin with debug symbols however only the top of the stack is actually in kwin so it doesnt provide much additional info, the Qt5 core libraries do carry their function symbols though so I presume th

[kwin] [Bug 445984] kwin_wayland crashes when snapping wayland windows.

2021-11-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=445984 Nate Graham changed: What|Removed |Added Component|egl |wayland-generic Severity|normal