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

Look for long-running tasks #85

Closed
wants to merge 1 commit into from
Closed

Look for long-running tasks #85

wants to merge 1 commit into from

Conversation

kpamnany
Copy link
Collaborator

@kpamnany kpamnany commented Sep 28, 2023

PR Description

Track when a thread starts executing a task and when it switches away. If that interval exceeds ~10 seconds, display the backtrace of the task before switching away from it.

Checklist

Requirements for merging:

@kpamnany kpamnany added the DO NOT MERGE This pull request cannot be merged label Sep 28, 2023
@github-actions github-actions bot added port-to-v1.10 This change should apply to Julia v1.10 builds port-to-master This change should apply to all future Julia builds port-to-v1.9 This change should apply to Julia v1.9 builds labels Sep 28, 2023
Instrument Julia's task switch, checking for how long a task was running
before a switch happens, and if that exceeds a specifiable threshold
(~10 sec by default), then show the backtrace of the task.
@kpamnany kpamnany closed this Oct 27, 2023
@kpamnany kpamnany removed port-to-v1.10 This change should apply to Julia v1.10 builds port-to-master This change should apply to all future Julia builds port-to-v1.9 This change should apply to Julia v1.9 builds labels Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE This pull request cannot be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant