Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923062 - dev-python/greenlet-3.0.3 fails tests on ppc: test_break_ctxvars (greenlet.tests.test_contextvars.ContextVarsTests.test_break_ctxvars) ... Segmentation fault
Summary: dev-python/greenlet-3.0.3 fails tests on ppc: test_break_ctxvars (greenlet.te...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 922004
  Show dependency tree
 
Reported: 2024-01-27 21:12 UTC by matoro
Modified: 2024-01-27 21:33 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log and emerge --info (file_923062.txt,66.10 KB, text/plain)
2024-01-27 21:14 UTC, matoro
Details
gdb context and complete backtrace (file_923062.txt,261.83 KB, text/plain)
2024-01-27 21:33 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-01-27 21:12:41 UTC
Immediate segfault on first test.  Not a greenlet regression (reproduces on all versions in tree).  Does not reproduce on ppc64.

 * python3_11: running distutils-r1_run_phase python_test
python3.11 -m unittest_or_fail discover -v greenlet.tests
test_break_ctxvars (greenlet.tests.test_contextvars.ContextVarsTests.test_break_ctxvars) ... /var/tmp/portage/dev-python/greenlet-3.0.3/temp/environment: line 2673:    78 Segmentation fault      "${@}"

Reproducible: Always
Comment 1 matoro archtester 2024-01-27 21:14:30 UTC
Created attachment 883332 [details]
build.log and emerge --info
Comment 3 matoro archtester 2024-01-27 21:16:19 UTC
Has not been successful since 1.x https://buildd.debian.org/status/logs.php?pkg=python-greenlet&arch=powerpc
Comment 4 matoro archtester 2024-01-27 21:33:11 UTC
Created attachment 883333 [details]
gdb context and complete backtrace