RE: Tracing down segfault

2005-06-26 Thread Tony Meyer
[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.

Re: Tracing down segfault

2005-06-25 Thread Stephen Kellett
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

Re: Tracing down segfault

2005-06-24 Thread Tim Peters
[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

Tracing down segfault

2005-06-24 Thread 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. The problem that occurs lo