-
Notifications
You must be signed in to change notification settings - Fork 0
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
Backport support for async backtraces #72
Conversation
99def4c
to
145079c
Compare
I don't know how to review this 😛 How have you tested that this works? given it is merged upstream, I'd be happy to approve so long as you've tested it works |
Yeah, glad you asked. It does work fine on upstream |
Fixed the build issue, but then found that this actually crashes if you run with multiple threads. Upstream fix is JuliaLang#51471. |
3a806c6
to
4278e6d
Compare
As that PR is not in 1.9.
In `jl_print_task_backtraces()`. Follow-on to JuliaLang#51430.
4278e6d
to
5959ae2
Compare
Fixed and checked that it seems to work, even with multiple threads. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since Kiran said it works:)
PR Description
Backport JuliaLang#51430.
Checklist
Requirements for merging:
port-to-*
labels that don't apply.