Bug 512466 - Strange Bus error related crash when using Appimage x11
Summary: Strange Bus error related crash when using Appimage x11
Status: REPORTED
Alias: None
Product: krita
Classification: Applications
Component: General (other bugs)
Version First Reported In: git master (please specify the git hash!)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-22 10:31 UTC by wolthera
Modified: 2025-11-24 08:58 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 wolthera 2025-11-22 10:31:47 UTC
I've been having this crash, starting with development appimages downloaded in the past week. I first just had that Krita would force close whenever I tried to interact with it. With GDB, I didn't get much of a useful backtrace either.

I'm going to keep testing to see whether it appears again. Maybe some local system updates need to be done...

GDB "backtrace":


Thread 1 "krita" received signal SIGBUS, Bus error.
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/krita: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaui.so.20: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libKF5Crash.so.5: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaimage.so.20: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritamultiarch.so.20: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaresources.so.20: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaglobal.so.20: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libKF5I18n.so.5: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libQt5Widgets.so.5: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libQt5Gui.so.5: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libQt5Core.so.5: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libQt5Network.so.5: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libpng16.so.16: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaimpex.so.20: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritacolor.so.20: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritalibbrush.so.20: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libmlt++-7.so.7: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritawidgets.so.20: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libKF5Completion.so.5: No such file or directory
BFD: reopening /tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaresourcewidgets.so.20: No such file or directory

 [snip, more of the same for each so]

warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/krita'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaui.so.20'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libKF5Crash.so.5'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaimage.so.20'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritamultiarch.so.20'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaresources.so.20'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaglobal.so.20'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libKF5I18n.so.5'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libQt5Widgets.so.5'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libQt5Gui.so.5'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libQt5Core.so.5'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libQt5Network.so.5'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libpng16.so.16'
warning: Can't read data for section '.eh_frame' in file '/tmp/.mount_krita-eEgGoC/usr/bin/../lib/libkritaimpex.so.20'

 [snip, more of the same for each so]

0x00007fffefe0edf0 in ?? () from /tmp/.mount_krita-eEgGoC/usr/plugins/platforms/../../lib/libQt5XcbQpa.so.5
(gdb) bt
#0  0x00007fffefe0edf0 in ?? () from /tmp/.mount_krita-eEgGoC/usr/plugins/platforms/../../lib/libQt5XcbQpa.so.5
#1  0x00007fffefe07cfe in QXcbConnection::handleXcbEvent(xcb_generic_event_t*) () from /tmp/.mount_krita-eEgGoC/usr/plugins/platforms/../../lib/libQt5XcbQpa.so.5
#2  0x000000000000003e in ?? ()
#3  0x0000000000000000 in ?? ()
(gdb)
Comment 1 wolthera 2025-11-24 08:58:15 UTC
Got it again, trying to open the color transfer filter. Crash in qGraphicalEffects...