Issue 13877: segfault when running smtplib example (original) (raw)

Issue13877

Created on 2012-01-26 15:50 by Jon.Bringhurst, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg152020 - (view) Author: Jon Bringhurst (Jon.Bringhurst) Date: 2012-01-26 15:50
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=) at Python/ceval.c:4342 4342 if (!PyDict_Check(gobals)) { See (permanently closed?) similar bug at: http://bugs.python.org/issue1003195
msg152021 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2012-01-26 15:58
Do you have a more complete traceback by any chance? Also, does the "New Thread..." message indicate that a new thread is created? Why? This is not what I see here.
msg152076 - (view) Author: Charles-François Natali (neologix) * (Python committer) Date: 2012-01-27 09:32
> See (permanently closed?) similar bug at: I reopened it.
History
Date User Action Args
2022-04-11 14:57:26 admin set github: 58085
2012-01-28 01:30:57 jcea set nosy: + jcea
2012-01-27 09:32:12 neologix set status: open -> closedsuperseder: segfault when running smtplib examplenosy: + neologixmessages: + resolution: duplicatestage: resolved
2012-01-26 15:58:07 amaury.forgeotdarc set nosy: + amaury.forgeotdarcmessages: +
2012-01-26 15:50:09 Jon.Bringhurst create