You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building an htop appimage and ran into this issue, it is caused because I'm using the included .svg as icon in the build, they also include a .png icon and when using the .png the issue doesn't happen.
I tested the continuos build and version 823, it happens with both. What's weird is that it only happens with this specific .svg icon as I haven't had this issue with other .svg in other appimages before.
This being said, we should make a nice error handler instead of just crashing.
probonopd
changed the title
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xb332f7] when using appimagetool.
Crash when application has .svg instead of .png icon
May 9, 2024
I'm building an htop appimage and ran into this issue, it is caused because I'm using the included .svg as icon in the build, they also include a .png icon and when using the .png the issue doesn't happen.
I tested the continuos build and version 823, it happens with both. What's weird is that it only happens with this specific .svg icon as I haven't had this issue with other .svg in other appimages before.
Here is the error message:
And here is the script that is being used for the build: https://github.com/Samueru-sama/htop-AppImage/blob/main/htop-appimage.sh
Commenting out line 18 (+ commenting line 19) will cause appimagetool to fail when trying to make the appimage.
I get the same error when trying the script on my pc so it is not limited to the ubuntu runner.
The text was updated successfully, but these errors were encountered: