Laura Creighton
2003-01-04 11:41:36 UTC
--------- Forwarded Message
Return-Path: python-list-***@python.org
Delivery-Date: Sat Jan 4 00:10:32 2003
From: Inyeol Lee <***@siimage.com>
To: python-***@python.org
Subject: 2.3a1 Solaris build trouble - make test failure
When I try 'make test' during building python2.3a1 with gcc2.95.3 in
Solaris8, it stops at 'test_signal' - it stays there until the process
is killed via kill -9.
If running test_signal only, the message is;
$ python test_signal.py
+ sleep 2
starting pause() loop...
call pause()...
+ kill -5 6825
+ sleep 2
handlerA (5, <frame object at 0x173f18>)
pause() returned
call pause()...
+ kill -2 6825
+ sleep 2
handlerB (2, <frame object at 0x173f18>)
HandlerBCalled exception caught
call pause()...
+ kill -3 6825
KeyboardInterrupt (assume the alarm() went off)
$
My build system is;
$ uname -a
SunOS abbey 5.8 Generic_108528-07 sun4u sparc SUNW,Sun-Blade-1000
$ python
Python 2.3a1 (#1, Jan 2 2003, 22:36:29)
[GCC 2.95.3 20010315 (release)] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
Is it reproducible with other Solaris installation? If it is, I'll
submit a bug report.
Inyeol Lee...
- - --
http://mail.python.org/mailman/listinfo/python-list
- ------- End of Forwarded Message
Return-Path: python-list-***@python.org
Delivery-Date: Sat Jan 4 00:10:32 2003
From: Inyeol Lee <***@siimage.com>
To: python-***@python.org
Subject: 2.3a1 Solaris build trouble - make test failure
When I try 'make test' during building python2.3a1 with gcc2.95.3 in
Solaris8, it stops at 'test_signal' - it stays there until the process
is killed via kill -9.
If running test_signal only, the message is;
$ python test_signal.py
+ sleep 2
starting pause() loop...
call pause()...
+ kill -5 6825
+ sleep 2
handlerA (5, <frame object at 0x173f18>)
pause() returned
call pause()...
+ kill -2 6825
+ sleep 2
handlerB (2, <frame object at 0x173f18>)
HandlerBCalled exception caught
call pause()...
+ kill -3 6825
KeyboardInterrupt (assume the alarm() went off)
$
My build system is;
$ uname -a
SunOS abbey 5.8 Generic_108528-07 sun4u sparc SUNW,Sun-Blade-1000
$ python
Python 2.3a1 (#1, Jan 2 2003, 22:36:29)
[GCC 2.95.3 20010315 (release)] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
Is it reproducible with other Solaris installation? If it is, I'll
submit a bug report.
Inyeol Lee...
- - --
http://mail.python.org/mailman/listinfo/python-list
- ------- End of Forwarded Message