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

Option to print Julia task backtraces on timeout #175

Open
nickrobinson251 opened this issue Aug 15, 2024 · 0 comments
Open

Option to print Julia task backtraces on timeout #175

nickrobinson251 opened this issue Aug 15, 2024 · 0 comments
Labels
new feature A feature we would like to add

Comments

@nickrobinson251
Copy link
Collaborator

nickrobinson251 commented Aug 15, 2024

follow-up to #120 to help debug deadlocked tests

either by starting a timer that completes just before timeout that would ccall jl_print_task_backtraces , or extend Julia's SIGINFO to optionally do it (like have JULIA_PROFILE_PEEK_HEAP_SNAPSHOT allows you to also get a heap snapshot as well as a profile)

@nickrobinson251 nickrobinson251 added the new feature A feature we would like to add label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A feature we would like to add
Projects
None yet
Development

No branches or pull requests

1 participant