-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
AppImage hangs on startup when using fuse #1326
Comments
Does this also happen when you are trying to run a precompiled aarch64 AppImage, e.g., https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-aarch64.AppImage? |
It seems to have a different issue:
I tried my own tool again afterwards and interestingly enough it ran the first time just fine, but then hung the second time:
I tried the one you sent multiple times and it seems to always dump out the same error. Based on the error, it seems to suggest something is wrong with the FUSE setup which could make sense given extract and run works just fine. |
What does |
Here's the output:
So only 2 is installed. Here's 2's version
|
Please describe your system. Are you running on real hardware, or in some container, etc. Can you try to run the AppImage e.g., on a Raspberry Pi, without any containers or virtualization? |
The system is a Nvidia Jetson Nano and not using any containers. Also pretty sure it's not running on a hypervisor. Checking
I unfortunately don't have any other ARM machines to test on. I'm happy to attach the AppImage if anyone else wants to try, but I also understand not wanting to run a random AppImage from some random person 😅 |
I have a custom built aarch64 AppImage that won't launch using fuse. The problem seems to persist even with a minimal program:
Here's the contents of the program
appimage_test
:If I simply run
then the program will hang and requires a SIGKILL.
Upon killing it with
pkill -9 appimage_test
, I get the following:Not sure if that failure is real or not given it was killed with SIGKILL.
However, when running it under strace, it seems to hang on executing the binary:
(Happy to provide more output from the
strace
if its helpful)As manual work arounds, both of the following work as expected:
AppRun
manually.Version of installed
libfuse2
:Any suggestions for debugging this?
The text was updated successfully, but these errors were encountered: