Re: Python with threading core dumps on 5.3

2005-02-07 Thread Payment Online
> > You'll need to recompile with debugging symbols in order to get a > useful trace. The python maintainer might be able to talk you through > this. Ok I'll do that in a bit and post the results. ___ freebsd-questions@freebsd.org mailing list http://l

Re: Python with threading core dumps on 5.3

2005-02-07 Thread Kris Kennaway
On Mon, Feb 07, 2005 at 11:14:36AM -0800, Payment Online wrote: > I am consistantly getting seg faults and bus errors when running a > multi threaded python application under 5.3-release-p2. Python was > built from the port(python 2.4) with threading enabled. Rebuilding > with the huge stack size

Python with threading core dumps on 5.3

2005-02-07 Thread Payment Online
I am consistantly getting seg faults and bus errors when running a multi threaded python application under 5.3-release-p2. Python was built from the port(python 2.4) with threading enabled. Rebuilding with the huge stack size option enabled didn't make a difference. The application uses twisted