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.
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=<value optimized out>) 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 -> closed superseder: segfault when running smtplib example nosy: + neologix messages: + msg152076 resolution: duplicate stage: resolved |
| 2012年01月26日 15:58:07 | amaury.forgeotdarc | set | nosy:
+ amaury.forgeotdarc messages: + msg152021 |
| 2012年01月26日 15:50:09 | Jon.Bringhurst | create | |