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

test/errorshow: Disable infinite recursion tests on aarch64-darwin #43613

Merged

Conversation

dnadlinger
Copy link
Member

We just don't get more than a couple frames back from libunwind
on stack overflow when running on aarch64-darwin, so restrict the
test to x64_64 also on macOS.

This test also fails using the official 1.7.0 release binary.

We just don't get more than a couple frames back from libunwind
on stack overflow when running on aarch64-darwin, so restrict the
test to x64_64 also on macOS.

This test also fails using the official 1.7.0 release binary.
@dnadlinger dnadlinger mentioned this pull request Dec 30, 2021
31 tasks
@Keno
Copy link
Member

Keno commented Dec 31, 2021

Ideally, we'd figure out why the unwinder is broken, but since it appears to not work on non-x86_64 archs on Linux either, I guess we'll give it a pass for now.

@Keno Keno merged commit 3d11f7d into JuliaLang:master Dec 31, 2021
@dnadlinger dnadlinger deleted the aarch64-darwin-infinite-recursion-test branch December 31, 2021 14:12
@dnadlinger
Copy link
Member Author

Agreed, it would be nice to fix this, but I guess we'd end up needing to patch LLVM's libunwind.

LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
…uliaLang#43613)

We just don't get more than a couple frames back from libunwind
on stack overflow when running on aarch64-darwin, so restrict the
test to x64_64 also on macOS.

This test also fails using the official 1.7.0 release binary.
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
…uliaLang#43613)

We just don't get more than a couple frames back from libunwind
on stack overflow when running on aarch64-darwin, so restrict the
test to x64_64 also on macOS.

This test also fails using the official 1.7.0 release binary.
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.

2 participants