[konsole] [Bug 463475] Konsole crashes when monitor goes to sleep

Bernhard Übelacker bugzilla_noreply at kde.org
Wed Jun 14 10:06:13 BST 2023


https://bugs.kde.org/show_bug.cgi?id=463475

--- Comment #28 from Bernhard Übelacker <bernhardu at mailbox.org> ---
Some short additions:
- I am getting this with X server.

The resize event way up in the stack looks like
the new width should change from 1920 to 65528 and the height from 996 to
65504.
With 4 bytes per pixel this would explain the later `dstBytesPerLine=262112`.
Having a buffer with this dimensions in memory would need ~16 GB.

#8  copy_unswapped (..., dstBytesPerLine=262112, ...) at
./src/plugins/platforms/xcb/qxcbbackingstore.cpp:547
...
#18 0x00007fa7f3bbd421 in QWidgetWindow::handleResizeEvent () at
kernel/qwidgetwindow.cpp:841
(gdb) print event->s
$4 = {wd = 65528, ht = 65504}
(gdb) print event->olds
$5 = {wd = 1920, ht = 996}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list