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 Jon.Bringhurst
Recipients Jon.Bringhurst
Date 2012-01-26.15:50:09
SpamBayes Score 1.2494725e-05
Marked as misclassified No
Message-id <1327593010.34.0.461726513407.issue13877@psf.upfronthosting.co.za>
In-reply-to
Content
I just ran into this while using the smtplib example on:

2.6 (r26:66714, Jan 17 2012, 11:02:11)
GCC 4.1.2 20080704 (Red Hat 4.1.2-44)

Running the program simply gives a "Segmentation Fault (core dumped)"

Running it under gdb...

[Thread debugging using libthread_db enabled]
[New Thread 0x2b0257007b80 (LWP 2567)]

Program received signal SIGSEGV, Segmentation fault.
PyEval_EvalFrameEx (f=0x17701d00, throwflag=<value optimized out>) at Python/ceval.c:4342
4342        if (!PyDict_Check(gobals)) {


See (permanently closed?) similar bug at:
http://bugs.python.org/issue1003195
History
Date User Action Args
2012-01-26 15:50:10Jon.Bringhurstsetrecipients: + Jon.Bringhurst
2012-01-26 15:50:10Jon.Bringhurstsetmessageid: <1327593010.34.0.461726513407.issue13877@psf.upfronthosting.co.za>
2012-01-26 15:50:09Jon.Bringhurstlinkissue13877 messages
2012-01-26 15:50:09Jon.Bringhurstcreate