Re: hp-ux crash: threading within a c++ module.

2005-12-13 Thread [EMAIL PROTECTED]
I finally figured this threading problem out. S simple. The thread stack size needed to be increasedthe default thread stack size on hp-ux is insufficient. I suggest that change be added to the default Python build process ... or a note added to the README under the HP-UX section at leas

hp-ux crash: threading within a c++ module.

2005-12-08 Thread [EMAIL PROTECTED]
[also sent to [EMAIL PROTECTED] Hi Python Experts, I am developing a Python interface to an existing (multithreaded) c++ api. I have it working on several platforms (linux, solaris, irix, windoze) but I am having a few problems with threading on hp-ux and aix platforms. Here is one of the prob