This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients neologix, skrah
Date 2011-09-10.15:05:14
SpamBayes Score 0.0008922529
Marked as misclassified No
Message-id <1315667115.87.0.425260281028.issue12936@psf.upfronthosting.co.za>
In-reply-to
Content
This is slightly embarrassing: The partition containing the qemu images
was full. I don't encounter this often, so it tends to be the last thing
I think of.

Proudly presenting a core dump. Since the segfault occurs in
libpthread, I suggest we close this. What do you think?


gdb ./python ./build/test_python_2217/core


Core was generated by `./python -m test -uall -r --randseed=8304772'.
Program terminated with signal 11, Segmentation fault.
[New process 2217]
#0  0x400356f4 in raise () from /lib/libpthread.so.0
(gdb) bt
#0  0x400356f4 in raise () from /lib/libpthread.so.0
#1  0x400356d8 in raise () from /lib/libpthread.so.0
Backtrace stopped: frame did not save the PC
(gdb)
History
Date User Action Args
2011-09-10 15:05:15skrahsetrecipients: + skrah, neologix
2011-09-10 15:05:15skrahsetmessageid: <1315667115.87.0.425260281028.issue12936@psf.upfronthosting.co.za>
2011-09-10 15:05:15skrahlinkissue12936 messages
2011-09-10 15:05:14skrahcreate