Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-137185: Fix_Py_DumpStack() async signal safety#137187

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
colesbury merged 2 commits intopython:mainfromcolesbury:gh-137185-dump-stack
Jul 29, 2025

Conversation

@colesbury
Copy link
Contributor

@colesburycolesbury commentedJul 28, 2025
edited by bedevere-appbot
Loading

Call backtrace() once when installing the signal handler to ensure that libgcc is dynamically loaded outside the signal handler.

This fixes a "signal-unsafe call inside of a signal" TSan error from test_faulthandler.test_enable_fd.

Call backtrace() once when installing the signal handler to ensure thatlibgcc is dynamically loaded outside the signal handler.This fixes a "signal-unsafe call inside of a signal" TSan error fromtest_faulthandler.test_enable_fd.
Copy link
Member

@ZeroIntensityZeroIntensity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM

@colesburycolesburyenabled auto-merge (squash)July 29, 2025 14:03
@colesburycolesbury merged commit11a8652 intopython:mainJul 29, 2025
41 checks passed
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJul 29, 2025
…137187)Call backtrace() once when installing the signal handler to ensure thatlibgcc is dynamically loaded outside the signal handler.This fixes a "signal-unsafe call inside of a signal" TSan error fromtest_faulthandler.test_enable_fd.(cherry picked from commit11a8652)Co-authored-by: Sam Gross <colesbury@gmail.com>
@bedevere-app
Copy link

GH-137206 is a backport of this pull request to the3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelJul 29, 2025
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull requestAug 19, 2025
…137187)Call backtrace() once when installing the signal handler to ensure thatlibgcc is dynamically loaded outside the signal handler.This fixes a "signal-unsafe call inside of a signal" TSan error fromtest_faulthandler.test_enable_fd.
colesbury added a commit that referenced this pull requestOct 7, 2025
… (gh-137206)Call backtrace() once when installing the signal handler to ensure thatlibgcc is dynamically loaded outside the signal handler.This fixes a "signal-unsafe call inside of a signal" TSan error fromtest_faulthandler.test_enable_fd.(cherry picked from commit11a8652)Co-authored-by: Sam Gross <colesbury@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@gpsheadgpsheadgpshead approved these changes

@ZeroIntensityZeroIntensityZeroIntensity approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@colesbury@gpshead@ZeroIntensity

[8]ページ先頭

©2009-2025 Movatter.jp