[New-bugs-announce] [issue13877] segfault when running smtplib example

Jon Bringhurst report at bugs.python.org
Thu Jan 26 16:50:10 CET 2012


New submission from Jon Bringhurst <jon at bringhurst.org>:

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

----------
components: Interpreter Core
messages: 152020
nosy: Jon.Bringhurst
priority: normal
severity: normal
status: open
title: segfault when running smtplib example
type: crash
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13877>
_______________________________________


More information about the New-bugs-announce mailing list