AIX bot stuck - FYI - and Happy New Year!
![](https://secure.gravatar.com/avatar/e16e17994a3b0236e42360323a396460.jpg?s=120&d=mm&r=g)
Hi.
Taking a last look for this year - vacation now and all that. I see that https://buildbot.python.org/all/#/builders/10/builds/1951 is stuck:
running: test_multiprocessing_spawn (35 hour 7 min) running: test_multiprocessing_spawn (35 hour 8 min) running: test_multiprocessing_spawn (35 hour 8 min) running: test_multiprocessing_spawn (35 hour 9 min) Best wishes for 2019 - Happy, Healthy and full of PR (better, bpo) resolutions! Michael
![](https://secure.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643.jpg?s=120&d=mm&r=g)
Can you try to attach the stuck processes in gdb and try to get a Python traceback using "thread apply all py-bt"? You might have to need to install python-gdb.py plugin... and you need a gdb which supports Python. Otherwise, you might try to use faulthandler... faulthandler is supposed to be enabled by default in regrtest, but there are cases where it's not enabled.
See: https://bugs.python.org/issue12413 https://pythondev.readthedocs.io/crash.html https://pythondev.readthedocs.io/debug_tools.html
Victor
Le sam. 29 déc. 2018 à 10:59, Michael <aixtools@felt.demon.nl> a écrit :
Hi.
Taking a last look for this year - vacation now and all that. I see that https://buildbot.python.org/all/#/builders/10/builds/1951 is stuck:
running: test_multiprocessing_spawn (35 hour 7 min) running: test_multiprocessing_spawn (35 hour 8 min) running: test_multiprocessing_spawn (35 hour 8 min) running: test_multiprocessing_spawn (35 hour 9 min) Best wishes for 2019 - Happy, Healthy and full of PR (better, bpo) resolutions! Michael
Python-Buildbots mailing list Python-Buildbots@python.org https://mail.python.org/mailman/listinfo/python-buildbots
-- Night gathers, and now my watch begins. It shall not end until my death.
participants (2)
-
Michael
-
Victor Stinner