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

[rewrite] Segfault when appimageupdategui-x86_64.AppImage tries to update itself #17

Closed
probonopd opened this issue Oct 28, 2017 · 3 comments
Assignees

Comments

@probonopd
Copy link
Member

me@host:~$ wget https://transfer.sh/Kljvv/appimageupdategui-x86_64.AppImage
me@host:~$ chmod a+x appimageupdategui-x86_64.AppImage
me@host:~$ /appimageupdategui-x86_64.AppImage appimageupdategui-x86_64.AppImage 
Checking for updates...
Speicherzugriffsfehler
@probonopd probonopd changed the title Segfault when appimageupdategui-x86_64.AppImage tries to update itself [rewrite] Segfault when appimageupdategui-x86_64.AppImage tries to update itself Oct 28, 2017
@probonopd probonopd added the bug label Oct 28, 2017
@TheAssassin TheAssassin added duplicate and removed bug labels Oct 28, 2017
@TheAssassin
Copy link
Member

You should know where the bug comes from. It's because of the broken cURL that is bundled at the moment. Hence closing as duplicate of AppImageCommunity/zsync2#4.

@TheAssassin
Copy link
Member

That said, you can try to un-bundle libcurl, libssl etc. from the AppImage you download as a workaround.

@TheAssassin
Copy link
Member

Confirming that this works, just delete usr/lib/libcurl-gnutls.so.4 and the application will work as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants