Bug 461914 - Yakuake is stuck to the top of the screen as a 30px window, and attempting to resize it crashes it.
Summary: Yakuake is stuck to the top of the screen as a 30px window, and attempting to...
Status: RESOLVED WORKSFORME
Alias: None
Product: yakuake
Classification: Applications
Component: general (other bugs)
Version First Reported In: 22.08.3
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-11-16 18:01 UTC by Thorn Mikaboshi
Modified: 2022-11-16 18:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorn Mikaboshi 2022-11-16 18:01:05 UTC
Application: yakuake (22.08.3)

Qt Version: 5.15.7
Frameworks Version: 5.99.0
Operating System: Linux 6.0.8-arch1-1 x86_64
Windowing System: Wayland
Distribution: "Arch Linux"
DrKonqi: 5.26.3 [KCrashBackend]

-- Information about the crash:
I initially encountered this bug while running Yakuake under Wayland on Arch Linux, with this bug one day simply appearing and not going away no matter what I did (deleting configuration files, reinstalling the package, etc). I believe it may have been due to a Qt5 platform update, but I'm unsure. Eventually, I tried launching Yakuake under X11 instead, which worked for a little while, but then the same bug eventually appeared and won't go away on either Wayland or XOrg now. Switching to yakuake-git on AUR and attempting to use it (alongside the other source packages required for it to function) resulted in the same behaviour.

The crash can be reproduced every time.

-- Backtrace:
Application: Yakuake (yakuake), signal: Floating point exception

[KCrash Handler]
#4  0x0000564102bdd7d7 in ?? ()
#5  0x00007f79235af6bf in QWidget::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#6  0x00007f7923578b1c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#7  0x00007f792357dafa in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#8  0x00007f792288cf98 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#9  0x00007f792357c337 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) () from /usr/lib/libQt5Widgets.so.5
#10 0x00007f79235cd3b5 in ?? () from /usr/lib/libQt5Widgets.so.5
#11 0x00007f79235cf15e in ?? () from /usr/lib/libQt5Widgets.so.5
#12 0x00007f7923578b1c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#13 0x00007f792288cf98 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#14 0x00007f7922d3f16c in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /usr/lib/libQt5Gui.so.5
#15 0x00007f7922d28985 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Gui.so.5
#16 0x00007f792255e8e5 in ?? () from /usr/lib/libQt5WaylandClient.so.5
#17 0x00007f792091687b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#18 0x00007f792096d279 in ?? () from /usr/lib/libglib-2.0.so.0
#19 0x00007f7920915132 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#20 0x00007f79228d7c4c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#21 0x00007f792288573c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#22 0x00007f7922890269 in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#23 0x0000564102bb8f11 in ?? ()
#24 0x00007f792203c290 in ?? () from /usr/lib/libc.so.6
#25 0x00007f792203c34a in __libc_start_main () from /usr/lib/libc.so.6
#26 0x0000564102bb90f5 in ?? ()
[Inferior 1 (process 3687) detached]

Reported using DrKonqi
Comment 1 Thorn Mikaboshi 2022-11-16 18:08:19 UTC
Can no longer reproduce after upgrading qt6-5compat, likely a packaging issue.