Xref: utzoo comp.lang.perl:3512 comp.sys.sgi:7669 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!elroy.jpl.nasa.gov!jpl-devvax!lwall From: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Newsgroups: comp.lang.perl,comp.sys.sgi Subject: Re: make test failed (patch 41) on a SGI Irix 3.3.1 Message-ID: <10988@jpl-devvax.JPL.NASA.GOV> Date: 10 Jan 91 18:27:23 GMT References: <1991Jan8.205912.3798@ccu1.aukuni.ac.nz> Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 35 In article scp@acl.lanl.gov writes: : : In article <1991Jan8.205912.3798@ccu1.aukuni.ac.nz> russell@ccu1.aukuni.ac.nz (Russell J Fulton;ccc032u) writes: : : I have just applied patches 37-41 and recompiled without appearent problems. : But when I try and run the test it fails the last test: : : [stuff deleted] : : lib.big.........FAILED on test 0 : *** Error code -1 (ignored) That'll be fixed in 42. : Well I having even more problems than that! : : [on a 3.3.1 380VGX, using the Power C compiler, -O -D_BSD_SIGNALS, : perl 3.0 pl41, usual defaults] : : t/TEST wouldn't even run (problems with "``" evaluations) until I undef'ed : vfork. : : Then it FAILED op.eval test 0, and ran out of memory on op.s, and : FAILED lib.big test 0. As I was using perl's malloc, I reconfiged : to use the system malloc. Now op.s runs until it has consumed all : the memory on may machine, and can't possibly be killed. op.eval : unpredictably fails or goes into never-never land. It's tiresome : using the reset button on the beast! : : I'm still chasing after these, but if anyone's found the cure, I'd sure : like to hear about it! Try not using -O. Larry