-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
While attempting to run datafusion on top of hermit, I have often run into the situation that all cores are stuck waiting in the idle task. Presumable, all tasks are blocking on something. It is very hard to figure out why everything is blocked. It would be nice to be able to dump the block reason for all currently blocked tasks and for tasks to have names. This would impose some overhead, so it might be desirable for these task debugging facilities to be conditional on a cargo feature.
Metadata
Metadata
Assignees
Labels
No labels