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

jl_print_task_backtraces does not show some task backtraces #53057

Open
kpamnany opened this issue Jan 25, 2024 · 0 comments
Open

jl_print_task_backtraces does not show some task backtraces #53057

kpamnany opened this issue Jan 25, 2024 · 0 comments

Comments

@kpamnany
Copy link
Contributor

#51430 made a significant improvement to the quality of jl_print_task_backtraces -- it fixed #47928. However we occasionally still see:

thread (1)     ---- Task 3 (0x7f2fc40cc4c0)
thread (1)          (sticky: 0, started: 1, state: 0, tid: 2)
thread (1)     ---- End task 3

This gives us no indication as to why there is no backtrace. Looking through the code, there are a number of possible failure cases down the call graph, but none of those output any error message. It would be helpful to know why there is no backtrace for a task.

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

No branches or pull requests

1 participant