On 2025-05-11 9:53 a.m., Stefano Rivera wrote: > Source: python3.14 > Version: 3.14.0~b1-1 > Severity: normal > Tags: ftbfs > X-Debbugs-Cc: debian-h...@lists.debian.org > User: debian-h...@lists.debian.org > Usertags: hppa > > Hi, > > Python 3.14 is now available in experimental, and it FTBFS on hppa: > > https://buildd.debian.org/status/fetch.php?pkg=python3.14&arch=hppa&ver=3.14.0%7Eb1-1&stamp=1746820471&raw=0 > > ./Programs/_freeze_module zipimport ../Lib/zipimport.py > Python/frozen_modules/zipimport.h > Fatal Python error: _Py_CheckRecursiveCall: Unrecoverable stack overflow > (used -73734 kB) while calling a Python object > Python runtime state: preinitialized > > Current thread 0x452c8040 [_freeze_module] (most recent call first): > <no Python frame> > Fatal Python error: _Py_CheckRecursiveCall: Unrecoverable stack overflow > (used -73734 kB) while calling a Python object > Python runtime state: preinitialized > > Current thread 0x452c8040 [_freeze_module] (most recent call first): > <no Python frame> > Aborted
On real hardware, I see following error: ./Programs/_freeze_module zipimport ../Lib/zipimport.py Python/frozen_modules/zipimport.h Fatal Python error: _Py_CheckRecursiveCall: Unrecoverable stack overflow (used 8056 kB) while calling a Python object Python runtime state: preinitialized The default stack size is: dave@mx3210:~/linux/D$ ulimit -s 8192 kbytes Probably, python has used more than the default stack size. The overflow amount on qemu is wierd. Dave -- John David Anglin dave.ang...@bell.net