Message64989
| Author |
garikvm |
| Recipients |
amaury.forgeotdarc, garikvm, nnorwitz |
| Date |
2008年04月05日.17:02:28 |
| SpamBayes Score |
0.40909386 |
| Marked as misclassified |
No |
| Message-id |
<865997.19505.qm@web56304.mail.re3.yahoo.com> |
| In-reply-to |
<1207397282.65.0.182368069305.issue2546@psf.upfronthosting.co.za> |
| Content |
Thank you, Amaury, very much for helping me with this one.
George
Amaury Forgeot d'Arc <report@bugs.python.org> wrote:
Amaury Forgeot d'Arc added the comment:
The crash is because of an error in your C code:
in backend.c::
void backend(char *output_filename)
{
C2py("backend", 1, output_filename);
}
But your C2py function expects a variable number of PyObject*.
I found this by disabling the garbage collector: then the program
crashes in C2py.c at the instruction "Py_DECREF(pArgs);"
----------
priority: release blocker -> normal
resolution: -> invalid
status: open -> closed
__________________________________
Tracker
__________________________________
---------------------------------
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. |
| Files |
| File name |
Uploaded |
|
unnamed
|
garikvm,
2008年04月05日.17:02:27
|
|