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

[internal] Add debug output for intermittent abort in poll_workunits. (cherrypick of #14253) #14692

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

stuhood
Copy link
Member

@stuhood stuhood commented Mar 3, 2022

Adds debug output to attempt to catch what we thought was a panic being converted into an abort, but which might just be an all-natural abort from another source.

See PyO3/pyo3#2102 for some discussion of the relevant problem. Beyond just being debug output, this patch actually seems to avoid the issue for the user who was experiencing it.

[ci skip-build-wheels]

…`. (pantsbuild#14253)

Adds debug output to attempt to catch what we thought was a panic being converted into an abort, but which might just be an all-natural abort from another source.

See PyO3/pyo3#2102 for some discussion of the relevant problem. Beyond just being debug output, this patch actually seems to avoid the issue for the user who was experiencing it.

[ci skip-build-wheels]
@stuhood stuhood requested review from tdyas and Eric-Arellano March 3, 2022 20:49
@stuhood stuhood enabled auto-merge (squash) March 3, 2022 20:49
@stuhood stuhood merged commit bf9b609 into pantsbuild:2.10.x Mar 3, 2022
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

Successfully merging this pull request may close these issues.

3 participants