We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I attempt to run SciHubEVA-x86_64-v6.3.0.AppImage on Ubuntu 22.04, the application crashes with a segmentation fault.
SciHubEVA-x86_64-v6.3.0.AppImage
chmod +x
./SciHubEVA-x86_64-v6.3.0.AppImage
The application terminates with the following error:
/tmp/.mount_SciHubimNzfw/AppRun: line 8: 286511 Segmentation fault (core dumped) ${APP_DIR}/SciHubEVA
The application should start without crashing.
--no-sandbox
libfuse2
Please advise if any additional debugging information is needed.
The text was updated successfully, but these errors were encountered:
I can reproduce the this issue on VM. I will try to fix this on next version, but it may take sometimes.
Sorry, something went wrong.
No branches or pull requests
Issue: Segmentation Fault on Ubuntu 22.04
Description
When I attempt to run
SciHubEVA-x86_64-v6.3.0.AppImage
on Ubuntu 22.04, the application crashes with a segmentation fault.Steps to Reproduce
SciHubEVA-x86_64-v6.3.0.AppImage
.chmod +x
.Actual Behavior
The application terminates with the following error:
Expected Behavior
The application should start without crashing.
Environment Details
Additional Information
--no-sandbox
but encountered the same issue.libfuse2
are already installed.Please advise if any additional debugging information is needed.
The text was updated successfully, but these errors were encountered: