Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ucdavis!csusac!utgard!chris From: chris@utgard.uucp (Chris Anderson) Newsgroups: comp.lang.perl Subject: Perl PL14 fails io.fs test on Pyramid Message-ID: <1990Mar13.152201.19477@utgard.uucp> Date: 13 Mar 90 23:21:59 GMT Organization: QMA, Inc., Rancho Cordova, California Lines: 29 FollowupTo: ReplyTo: chris@utgard.UUCP (Chris Anderson) Subject line says it all. I just compiled PL14 on our Pyramid 9825, OSx 4.4c (ucb universe), and after running 'make test', perl had failed on test "0". First problem that we've had with the standard test stuff. After running perldb on io.fs, I narrowed it down to: printf "1..22\n"; $wd = `pwd`; If you single step through the printf and $wd=`pwd`, and then run the rest of the script, everything passes. If, however, you (c)ontinue from the start, or single step through just the printf, then io.fs gets a bus error. Ran perl D14 on io.fs and it's blowing up in: open(fh,'>a') || die "Can't create a"; Any ideas? Chris -- | Chris Anderson | | QMA, Inc. email : {csusac,sactoh0}!utgard!chris | |----------------------------------------------------------------------| | My employer never listens to me, so why should he care what I say? |