[Tony Meyer]
>> I have (unfortunately) a Python program that I can
>> consistently (in a reproducible way) segfault.
[Tim Peters]
> The _best_ thing to do next is to rebuild Python, and as many other
> packages as possible, in debug mode.
[...]
> It's especially useful to rebuild Python that way.
In message <[EMAIL PROTECTED]>, Tony
Meyer <[EMAIL PROTECTED]> writes
>I have (unfortunately) a Python program that I can consistently (in a
>reproducible way) segfault. However, I've got somewhat used to Python's
>very nice habit of protecting me from segfaults and raising exceptions
>instead, an
[Tony Meyer]
> I have (unfortunately) a Python program that I can consistently (in a
> reproducible way) segfault. However, I've got somewhat used to Python's
> very nice habit of protecting me from segfaults and raising exceptions
> instead, and am having trouble tracking down the problem.
>
> Th