On a DS20 with TU50 (tru64 5.0), patch kit 1....  
Configuring using all the defaults, compiles fine.
It fails the test of file:  t/lib/db-hash.t
It seg faults in that file after test 21 at the "delete" line
listed below (added test prints to see where it was blowing up):
......
print "TEST1:\n";
$h{'goner2'} = 'snork';
print "TEST2:\n";
delete $h{'goner2'};                      # seg faults on this line.
print "TEST3:\n";
......
This occurs on 5.005.03 and the latest development version 5.005.63.
It does not occur when I've built on DU 4.0b.
Is this just me and/or have I missed something or have others experienced
this.  Given the apparent lack of messages on this, I am hoping it is
something I'm omitting.
Screen dumps of the configuration, make, and test are at:
        
http://www.mtholyoke.edu/~mcrowley/perl-tmp/
thanks,
-mike
-----------------------------------------------------------------------------
 Michael A. Crowley                   Director of Networking   
 mcrowley_at_mtholyoke.edu               216 Dwight Hall, Mount Holyoke College
 413-538-2140     fax: 413-538-2331   South Hadley, MA   01075-6415
 
http://www.mtholyoke.edu/~mcrowley   http://www.mtholyoke.edu/lits/network
-----------------------------------------------------------------------------
Received on Mon Jan 03 2000 - 13:12:47 NZDT