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: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 922004
  Show dependency tree
 
Reported: 2024-01-27 21:12 UTC by matoro
Modified: 2024-09-11 18:35 UTC (History)
3 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
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-06-05 15:39:59 UTC
Will dekeyword instead.  I'm 90% sure it's ~ppc only because deluge is old enough.
Comment 6 Larry the Git Cow gentoo-dev 2024-06-05 15:42:09 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a857cf1f2be8f54e6824d4f92bf0f3da40708b05

commit a857cf1f2be8f54e6824d4f92bf0f3da40708b05
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-06-05 15:38:26 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-06-05 15:41:52 +0000

    dev-python/greenlet: Dekeyword ~ppc
    
    Bug: https://bugs.gentoo.org/923062
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/greenlet/greenlet-2.0.2.ebuild | 4 ++--
 dev-python/greenlet/greenlet-3.0.2.ebuild | 4 ++--
 dev-python/greenlet/greenlet-3.0.3.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-11 18:35:19 UTC
glaubitz pointed out the upstream bug is https://github.com/python-greenlet/greenlet/issues/422 -- thanks!