Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!mephisto!mcnc!uvaarpa!mmdf From: prcrs!wrwalke@uunet.uu.net (William Walker) Newsgroups: comp.lang.perl Subject: hp/ux 3.10 on 9000/850, PL 14 Message-ID: <3198@uvaarpa.virginia.edu> Date: 14 Mar 90 16:22:56 GMT Sender: mmdf@uvaarpa.virginia.edu Reply-To: prcrs!wrwalke@uunet.uu.net Lines: 29 I wrote: |PL 14 fails test 0 of comp.cpp and hangs forever in comp.script. |major bummer. i haven't had a chance to scope through it yet, piet@cs.ruu.nl (Piet van Oostrum) writes: |The problem seems to be the malloc, because it works if I use the malloc |that comes with perl. larry suggested i use the malloc included with perl, but now it core dumps while making the manual. this is what i sent larry... :prcrs::> make /bin/rm -f tcmd.c ln -s cmd.c tcmd.c cc -c -DTAINT -DJMPCLOBBER -O tcmd.c /bin/rm -f tcmd.c cc tperly.o tarray.o tcmd.o tcons.o tconsarg.o tdoarg.o tdoio.o tdolist.o tdump.o teval.o tform.o thash.o malloc.o tregcomp.o tregexec.o tstab.o tstr.o ttoke.o tutil.o tperl.o -lnet -lndbm -lBSD -lm -o taintperl ./perl -e '($r,$p)=$]=~/(\d+\.\d+).*\n\D*(\d+)/;' \ -e 'print ".ds RP Release $r Patchlevel $p\n";' >perl.man sh: 29671 Bus error - core dumped *** Error code 138 Stop. :prcrs::> bill.