[Python-bugs-list] [ python-Bugs-562188 ] test_signal.py fails on FreeBSD-4-stable

noreply@sourceforge.net noreply@sourceforge.net
Wed, 29 May 2002 23:01:41 -0700


Bugs item #562188, was opened at 2002-05-30 05:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=562188&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
>Priority: 3
Submitted By: Till Plewe (llit)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_signal.py fails on FreeBSD-4-stable

Initial Comment:
./python ./Lib/test/test_signal.py
starting pause() loop...
call pause()...
+ sleep 2
+ kill -5 80290
handlerA (5, <frame object at 0x8157e0c>)
pause() returned
call pause()...
+ sleep 2
+ kill -2 80290
handlerB (2, <frame object at 0x8157e0c>)
HandlerBCalled exception caught
call pause()...
+ sleep 2
+ kill -3 80290
KeyboardInterrupt (assume the alarm() went off)
blocking SIGHUP
sending SIGHUP
Traceback (most recent call last):
  File "./Lib/test/test_signal.py", line 92, in ?
    raise TestFailed, "HUP not pending"
test_support.TestFailed: HUP not pending


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

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