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

bpo-32252: Fix faulthandler_suppress_crash_report() #4794

Merged
merged 1 commit into from
Dec 11, 2017
Merged

bpo-32252: Fix faulthandler_suppress_crash_report() #4794

merged 1 commit into from
Dec 11, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Dec 11, 2017

Fix faulthandler_suppress_crash_report() used to prevent core dump files
when testing crashes. getrlimit() returns zero on success.

https://bugs.python.org/issue32252

Fix faulthandler_suppress_crash_report() used to prevent core dump files
when testing crashes. getrlimit() returns zero on success.
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@vstinner vstinner deleted the faulthandler branch December 11, 2017 12:57
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 11, 2017
Fix faulthandler_suppress_crash_report() used to prevent core dump files
when testing crashes. getrlimit() returns zero on success.
(cherry picked from commit 48d4dd9)
@bedevere-bot
Copy link

GH-4795 is a backport of this pull request to the 3.6 branch.

vstinner pushed a commit that referenced this pull request Dec 11, 2017
Fix faulthandler_suppress_crash_report() used to prevent core dump files
when testing crashes. getrlimit() returns zero on success.
(cherry picked from commit 48d4dd9)
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.

4 participants