FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-117657: Skip tests that fork with threads under TSan by colesbury · Pull Request #121599 · python/cpython · GitHub

/ cpython Public

gh-117657: Skip tests that fork with threads under TSan - #121599

Merged
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-117657-logging
Jul 15, 2024
Merged

gh-117657: Skip tests that fork with threads under TSan#121599
colesbury merged 1 commit into
python:mainfrom
colesbury:gh-117657-logging

Conversation

colesbury commented Jul 10, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

This avoids failures with messages like:

ThreadSanitizer: starting new threads after multi-threaded fork is not supported. Dying (set die_after_fork=0 to override)

This avoids messages like:

ThreadSanitizer: starting new threads after multi-threaded fork is not
supported. Dying (set die_after_fork=0 to override)

DinoV left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!

colesbury merged commit 82a4dac into python:main Jul 15, 2024

Copy link
Copy Markdown

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

colesbury deleted the gh-117657-logging branch July 15, 2024 20:43
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 15, 2024
…GH-121599)

This avoids messages like:

  ThreadSanitizer: starting new threads after multi-threaded fork is not
  supported. Dying (set die_after_fork=0 to override)
(cherry picked from commit 82a4dac)

Co-authored-by: Sam Gross <colesbury@gmail.com>

bedevere-app Bot commented Jul 15, 2024

Copy link
Copy Markdown

GH-121819 is a backport of this pull request to the 3.13 branch.

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Jul 15, 2024
colesbury added a commit that referenced this pull request Jul 15, 2024
…1599) (#121819)

This avoids messages like:

  ThreadSanitizer: starting new threads after multi-threaded fork is not
  supported. Dying (set die_after_fork=0 to override)
(cherry picked from commit 82a4dac)

Co-authored-by: Sam Gross <colesbury@gmail.com>
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…#121599)

This avoids messages like:

  ThreadSanitizer: starting new threads after multi-threaded fork is not
  supported. Dying (set die_after_fork=0 to override)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL