You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…129827)
The test hangs when run under TSAN due to an interaction between TSAN's
signal interception and our attempt to call the previous signal handler.
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Run with:
This was in the default (GIL-enabled build).
There's some sort of infinite loop between TSAN's interception of
kill()
and our attempt to pass the signal to the previous signal handler.I think we should just skip the test under TSAN. I'm not sure it's worth investigating too deeply.
Linked PRs
The text was updated successfully, but these errors were encountered: