This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_signal.py fails on FreeBSD-4-stable
Type: Stage:
Components: Build Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: mwh Nosy List: llit, mwh
Priority: normal Keywords:

Created on 2002-05-30 05:59 by llit, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (3)
msg10973 - (view) Author: Till Plewe (llit) Date: 2002-05-30 05:59
./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
msg10974 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2002-05-30 09:15
Logged In: YES 
user_id=6656

My fault.  I'll dig.
msg10975 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2002-06-13 12:27
Logged In: YES 
user_id=6656

This is sorta fixed.
History
Date User Action Args
2022-04-10 16:05:22adminsetgithub: 36666
2002-05-30 05:59:33llitcreate