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

Fix linuxdeployqt segfaults #127

Merged
merged 4 commits into from
Jun 1, 2017

Conversation

TheAssassin
Copy link
Collaborator

@TheAssassin TheAssassin commented May 29, 2017

This PR attempts to fix the segfaults on Travis (see #108).
It is split in two phases: First, I add the commit uploading debug infos to transfer.sh, to see if that works and will work for future crashes. If it works, I'll push the commit fixing the actual segfault.

@probonopd
Copy link
Owner

Let's not forget to change CONFIG+=debug to release once it works.

@TheAssassin
Copy link
Collaborator Author

Good idea. Although that'll render the coredumps unusable again. But we can add a comment or something like that.

By using a stable patchelf binary instead of compiling the latest master
from NixOS/patchelf, the crash could be solved.

An issue has been created in NixOS/patchelf attempting to fix this
upstream.

We should think about relying on stable versions (e.g. their tags) in
the future instead of building the master branch, especially since
linuxdeployqt is a development tool that many developers rely on.
@TheAssassin TheAssassin merged commit 57e68b6 into probonopd:master Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants