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

Log test tracebacks for all threads, and all active children #12

Merged
merged 1 commit into from Apr 16, 2019

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Apr 11, 2019

Also:

  • ignore signals while in a signal handler,
  • log the current pid,
  • flush buffers after logging, and
  • terminate using os._exit() on ABRT, so the exception can't be caught.

Closes 30122.

Also:
 - ignore signals while in a signal handler,
 - log the current pid,
 - flush buffers after logging, and
 - terminate using os._exit() on ABRT, so the exception can't be caught.

Closes 30122.
@torproject-pusher torproject-pusher merged commit c3109eb into torproject:master Apr 16, 2019
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment