Comment 16 for bug 522804

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 522804] Re: segfault in dirstate process_entry under macports python

On 25 February 2010 21:53, Harish Narayanan <email address hidden> wrote:
> Could someone point me on how I should try to debug this? I am having
> difficulty reading Pyrex code.
>
> Should I be looking for null/undefined variables in the .pyx file
> corresponding to these offending lines?

Can you attach the generated C file to this bug?

We probably need to be looking in the C code for cases where it can
reach those lines with the variables set to null. I think this is at
a lower level than the pyrex source.

--
Martin <http://launchpad.net/~mbp/>