2.3a1 Solaris build trouble - make test failure

Inyeol Lee inyeol.lee at siimage.com
Fri Jan 3 18:08:07 EST 2003


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...





More information about the Python-list mailing list