[comp.lang.perl] hp/ux 3.10 on 9000/850, PL 14

wrwalke@uunet.uu.net (William Walker) (03/15/90)

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.