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

infected_asyncio task hang (SIGINT ignored!) on debug mode breakpointing? #354

Open
2 tasks
goodboy opened this issue Mar 28, 2023 · 0 comments
Open
2 tasks
Labels
asyncio bug Something isn't working debugger

Comments

@goodboy
Copy link
Owner

goodboy commented Mar 28, 2023

As found in d6ed97d of the #351 work, there is a nasty issue that
causes an un-interrupt-able hang when we use enough
tractor.breakpoint()s in the right spots and infected asyncio mode
where the asyncio task somehow gets stuck in some kind of cancelled
state (maybe?)

The whole thing needs to be more thoroughly investigated and a proper
test suite built out.


ToDo testing:

  • at least one test that actually uses the flags intro-ed in
    d6ed97d with a comparable timeout.
    • a fix for that case ^ 😂
@goodboy goodboy added bug Something isn't working debugger asyncio labels Mar 28, 2023
@goodboy goodboy mentioned this issue Apr 16, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asyncio bug Something isn't working debugger
Projects
None yet
Development

No branches or pull requests

1 participant