Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with libapprun_hooks.so causing indirect segfault in AppImage on Rocky9 #363

Open
arquier opened this issue Nov 21, 2024 · 0 comments

Comments

@arquier
Copy link

arquier commented 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!

@arquier 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant