[Python-bugs-list] [Bug #110646] threads (PR#333)

noreply@sourceforge.net noreply@sourceforge.net
Fri, 25 Aug 2000 09:19:14 -0700


Bug #110646, was updated on 2000-Jul-31 14:10
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Closed
Resolution: Works For Me
Bug Group: Platform-specific
Priority: 5
Summary: threads (PR#333)

Details: Jitterbug-Id: 333
Submitted-By: savichev@physik.uni-freiburg.de
Date: Sat, 20 May 2000 17:36:46 -0400 (EDT)
Version: 1.6a2
OS: IRIX64


'./configure --with-threads' won't pass test_signal during 'make test'.
'./regrtest.py -v test_signal' # adds on in Makefile 
fixes the problem. test_threads goes through and test_signal 
on the compiled python completes also.
'./regrtest.py -v' mode  shows that
script = """
 (
        set %(x)s
        sleep 2
        kill -5 %(pid)d
        sleep 2
        kill -2 %(pid)d
        sleep 2
        kill -3 %(pid)d
)
can't be fully completed.



====================================================================
Audit trail:
Mon May 22 17:29:29 2000	guido	changed notes
Tue Jul 11 08:29:18 2000	guido	moved from incoming to open

Follow-Ups:

Date: 2000-Aug-25 09:19
By: sjoerd

Comment:
I have tested this on IRIX 6.5.2, both on IRIX and IRIX64 systems.  I have tested both the latest version in the cnri-16-start branch and the main branch, and test_signal and test_thread both pass.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110646&group_id=5470