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年04月24日 06:37 by njfrank, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| P160254_R1699958_120413075145.txt | njfrank, 2012年04月24日 06:37 | core file information | ||
| Messages (4) | |||
|---|---|---|---|
| msg159120 - (view) | Author: frank (njfrank) | Date: 2012年04月24日 06:37 | |
#0 0x1ffffffffdbaa480:0 in PyObject_GC_UnTrack () at Modules/gcmodule.c:1149 1149 Modules/gcmodule.c: No such file or directory. in Modules/gcmodule.c (gdb) where #0 0x1ffffffffdbaa480:0 in PyObject_GC_UnTrack () at Modules/gcmodule.c:1149 #1 0x1ffffffffdab7040:0 in tupledealloc () at Objects/tupleobject.c:137 #2 0x1ffffffffdb3c650:0 in code_dealloc () at Python/compile.c:169 #3 0x1ffffffffdc09e70:0 in func_dealloc () at Objects/funcobject.c:408 #4 0x1ffffffffda81390:0 in insertdict () at Objects/dictobject.c:390 #5 0x1ffffffffda82030:0 in PyDict_SetItem () at Objects/dictobject.c:533 #6 0x1ffffffffdb25cd0:0 in eval_frame () at Python/ceval.c:1681 #7 0x1ffffffffdb309d0:0 in PyEval_EvalCodeEx () at Python/ceval.c:2650 #8 0x1ffffffffdb2f9e0:0 in PyEval_EvalCode () at Python/ceval.c:537 #9 0x1ffffffffdb7aa10:0 in PyImport_ExecCodeModuleEx () at Python/import.c:621 #10 0x1ffffffffdb7a850:0 in PyImport_ExecCodeModule () at Python/import.c:588 who can help me, many thanks! |
|||
| msg159122 - (view) | Author: frank (njfrank) | Date: 2012年04月24日 07:38 | |
in addtion, the version of our python is 2.3.4 |
|||
| msg159125 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) | Date: 2012年04月24日 08:35 | |
The complete call stack shows that Python is embedded in another application (OCPro). The issue is most probably with this application which makes a bad usage of the C Python API, or somehow overwrites memory. I suggest that you report this to the application developers. |
|||
| msg159126 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年04月24日 08:56 | |
In addition, Python 2.3.4 is completely outdated. The current supported versions are 2.7.x and 3.2.x. I recommend you upgrade your Python before posting further bug reports. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:29 | admin | set | github: 58864 |
| 2012年04月24日 08:56:22 | pitrou | set | status: pending -> closed nosy: + pitrou messages: + msg159126 |
| 2012年04月24日 08:35:04 | amaury.forgeotdarc | set | status: open -> pending nosy: + amaury.forgeotdarc messages: + msg159125 resolution: not a bug |
| 2012年04月24日 07:38:43 | njfrank | set | messages: + msg159122 |
| 2012年04月24日 06:37:15 | njfrank | create | |