-
Notifications
You must be signed in to change notification settings - Fork 10
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 using bash built built Runtime version "Continuous" (commit 23d3ae5) are core dumping with segfault #44
Comments
I can reproduce this with a very simple AppImageBuilder.yml recipe.
Run the appimage that is built by this recipe and it will seg fault |
@mschuckmann please use |
@azubieta that's what we have done but it took us a while to figure out where the problem was and how to make the switch. Additionally I believe that all of the examples for the appimage-builder specify the |
@mschuckmann good observations, will do the required changes. |
Our AppImages that use bash started core dumping with segfaults a few days ago. We build and test our AppImages on Ubuntu 20.04.
We use AppImage-builder to create the AppImages and had the runtime version set to "Continuous" (this was based on the examples and the limited documentation available for this property.
We got things working again by setting the runtime version to "v1.2.5". It's not easy for me to see all of the "Continuous" builds for the runtime but I'm guessing the problem originates from one of the commits in March 2022.
The text was updated successfully, but these errors were encountered: