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 currently packaging a 3D modeling application we developed using appimage-builder on Rocky Linux 9.
The generated AppImage segfaults during initialization of libgpg-error.so.0 (this happens before the main() function of our application is reached, and all libraries are found).
Note that I tried using appimage-builder 1.1.0, the head version, and the one available thru pip.
After extracting the AppImage and removing libapprun_hooks.so from the extracted folder, the application runs smoothly when executed from the extracted folder.
Question: Is there a way to create an AppImage that does not load libapprun_hooks.so?
Any suggestions or insights on this issue are welcomed.
Thanks!
The text was updated successfully, but these errors were encountered:
arquier
changed the title
Issue with libapprun_hooks.so causing segfault in AppImage on Rocky9
Issue with libapprun_hooks.so causing indirect segfault in AppImage on Rocky9
Nov 21, 2024
Hi,
I'm currently packaging a 3D modeling application we developed using appimage-builder on Rocky Linux 9.
The generated AppImage segfaults during initialization of libgpg-error.so.0 (this happens before the main() function of our application is reached, and all libraries are found).
Note that I tried using appimage-builder 1.1.0, the head version, and the one available thru pip.
After extracting the AppImage and removing libapprun_hooks.so from the extracted folder, the application runs smoothly when executed from the extracted folder.
Question: Is there a way to create an AppImage that does not load libapprun_hooks.so?
Any suggestions or insights on this issue are welcomed.
Thanks!
The text was updated successfully, but these errors were encountered: