George Verbitsky <[EMAIL PROTECTED]> added the comment:

Thank you, Amaury, very much for helping me with this one.
George

Amaury Forgeot d'Arc <[EMAIL PROTECTED]> 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.

Added file: http://bugs.python.org/file9949/unnamed

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2546>
__________________________________
Thank you, Amaury, very much for helping me with this 
one.<br>George<br><br><b><i>Amaury Forgeot d'Arc &lt;[EMAIL 
PROTECTED]&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px 
solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> <br>Amaury 
Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:<br><br>The crash is 
because of an error in your C code:<br>in backend.c::<br>    void backend(char 
*output_filename)<br>    {<br>        C2py("backend", 1, output_filename);<br>  
  }<br><br>But your C2py function expects a variable number of 
PyObject*.<br><br>I found this by disabling the garbage collector: then the 
program<br>crashes in C2py.c at the instruction 
"Py_DECREF(pArgs);"<br><br>----------<br>priority: release blocker -&gt; 
normal<br>resolution:  -&gt; invalid<br>status: open -&gt; 
closed<br><br>__________________________________<br>Tracker <[EMAIL 
PROTECTED]><br><http: bugs.python.org=""
 issue2546=""><br>__________________________________<br></http:></[EMAIL 
PROTECTED]></[EMAIL PROTECTED]></blockquote><br><p>&#32;

      <hr size=1>You rock. That's why Blockbuster's offering you <a 
href="http://us.rd.yahoo.com/evt=47523/*http://tc.deals.yahoo.com/tc/blockbuster/text5.com";>one
 month of Blockbuster Total Access</a>, No Cost.
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to