StratusFearMe21/cargo-appimage

Stack smashing

Opened this issue · 1 comments

When I attempt to run my AppImage on another computer, I'm getting this error message:

*** stack smashing detected ***: terminated
Aborted

I can't seem to track down what is causing this. I think it might be related to the libraries being included in my appimage, but I'm unsure.

I'm packaging a gtk3 program using gtk-rs.

In my experience that issue can occur when low-level libraries in the AppImage and on the system are mixed.

From memory this is most likely to be libc (and/or ld/ld-linux). It possibly could also be related to dynamically loaded OpenGL-related libraries.

If your AppImage is bundling any of those libraries perhaps try removing them & trying again?