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

Add libunwind patch to fix dwarf unwinding #24379

Merged
merged 1 commit into from
Oct 30, 2017
Merged

Add libunwind patch to fix dwarf unwinding #24379

merged 1 commit into from
Oct 30, 2017

Conversation

yuyichao
Copy link
Contributor

The issue is the most significant with FPO enabled and on x86 but can in principle happen in other cases too.

Upstream PR libunwind/libunwind#54. The patch is slightly different due to the difference between libunwind master and the commit we are based on. I'm submitting/have submitted most of the patches we have upstream.

This fixes the 32bit linux failure in #24341 (We don't need frame pointer unwinding but the more complex unwind info triggered the libunwind bug...)

The issue is the most significant with FPO enabled and on x86 but can in principle happen
in other cases too.

Upstream PR libunwind/libunwind#54
@yuyichao yuyichao added the building Build system, or building Julia or its dependencies label Oct 28, 2017
@yuyichao yuyichao merged commit 03045ca into master Oct 30, 2017
@yuyichao yuyichao deleted the yyc/unw branch October 30, 2017 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant