Message154768
| Author |
pitrou |
| Recipients |
ferringb, pitrou, vstinner |
| Date |
2012年03月02日.15:23:34 |
| SpamBayes Score |
5.399888e-06 |
| Marked as misclassified |
No |
| Message-id |
<1330701815.18.0.18946066059.issue14173@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I needed to modify the script to make it crash under 3.2/3.3. Attaching modified version.
Here is the relevant part of the gdb traceback:
Program received signal SIGSEGV, Segmentation fault.
0x000000000052b87b in signal_getsignal (self=<module at remote 0x7ffff7f43a38>, args=(1,))
at ./Modules/signalmodule.c:372
372 Py_INCREF(old_handler);
Missing debug package(s), you should install: glibc-debug-2.12.1-11.3.mga1.x86_64
(gdb) bt
#0 0x000000000052b87b in signal_getsignal (self=<module at remote 0x7ffff7f43a38>, args=(1,))
at ./Modules/signalmodule.c:372
#1 0x00000000005f520b in PyCFunction_Call (func=
<built-in method getsignal of module object at remote 0x7ffff7f43a38>, arg=(1,), kw=0x0)
at Objects/methodobject.c:81 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年03月02日 15:23:35 | pitrou | set | recipients:
+ pitrou, vstinner, ferringb |
| 2012年03月02日 15:23:35 | pitrou | set | messageid: <1330701815.18.0.18946066059.issue14173@psf.upfronthosting.co.za> |
| 2012年03月02日 15:23:34 | pitrou | link | issue14173 messages |
| 2012年03月02日 15:23:34 | pitrou | create |
|