[Python-bugs-list] [ python-Bugs-507442 ] Thread-Support don't work with HP-UX 11

noreply@sourceforge.net noreply@sourceforge.net
Wed, 23 Jan 2002 02:13:38 -0800


Bugs item #507442, was opened at 2002-01-23 02:13
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=507442&group_id=5470

Category: Installation
Group: Python 2.1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Stefan Walder (stefanwalder)
Assigned to: Nobody/Anonymous (nobody)
Summary: Thread-Support don't work with HP-UX 11

Initial Comment:
Hi,

I've compiled Python 2.1.2 with the HP Ansi C-Compiler.
I've used ./configure --with-threads 
and added -D_REENTRANT to the Makefile. But the 
test_thread.py don't work!

[ek14] % ../../python test_thread.py
creating task 1
Traceback (most recent call last):
  File "test_thread.py", line 46, in ?
    newtask()
  File "test_thread.py", line 41, in newtask
    thread.start_new_thread(task, (next_ident,))
thread.error: can't start new thread

[ek14] %

Any idea?
More informations?

Thanks
Stefan Walder


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=507442&group_id=5470