[issue18605] 2.7: test_threading hangs on Solaris 9

2018-07-16 Thread STINNER Victor
STINNER Victor added the comment: There is no more Solaris buildbot, there is no useful information to debug this issue, so I close the issue. -- nosy: +vstinner resolution: -> out of date stage: -> resolved status: open -> closed ___ Python

[issue18605] 2.7: test_threading hangs on Solaris 9

2014-07-23 Thread Mark Lawrence
Mark Lawrence added the comment: Is Solaris 9 supported as I can't find any buildbots for it? -- nosy: +BreamoreBoy, jcea versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18605

[issue18605] 2.7: test_threading hangs on Solaris 9

2013-08-01 Thread Maciej Bliziński
Maciej Bliziński added the comment: Here's the output. After that output -- it hangs. == CPython 2.7.5 (default, Jul 30 2013, 01:41:03) [GCC 4.6.3] == Solaris-2.9-sun4u-sparc-32bit-ELF big-endian ==

[issue18605] 2.7: test_threading hangs on Solaris 9

2013-08-01 Thread Maciej Bliziński
Maciej Bliziński added the comment: Test results for sources pulled from the mercurial repository: they hang in the same place. == CPython 3.4.0a0 (default, Aug 2 2013, 00:38:45) [GCC 4.6.3] == Solaris-2.9-sun4u-sparc-32bit-ELF big-endian == /home/maciej/src/cpython/build/test_python_19419

[issue18605] 2.7: test_threading hangs on Solaris 9

2013-07-31 Thread Maciej Bliziński
New submission from Maciej Bliziński: Python version: 2.7.5 OS: Solaris 9 Architecture: sparc Looks similar to Issue5114 and Issue6643 but both are now closed. It seems specific to Solaris 9, I'm not seeing this issue on Solaris 10. The symptom is that test_threading hangs indefinitely

[issue18605] 2.7: test_threading hangs on Solaris 9

2013-07-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: Please at least run test_threading in verbose mode, to know which test exactly hangs: ./python -m test -v test_threading Sorry, I meant: ./python -m test.regrtest -v test_threading -- ___ Python tracker

[issue18605] 2.7: test_threading hangs on Solaris 9

2013-07-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: Please at least run test_threading in verbose mode, to know which test exactly hangs: ./python -m test -v test_threading Also, please try with the default branch too (which will become 3.4 when released). Instructions to check out the code: