From: Hans Mulder Date: Fri, 3 Apr 1998 13:58:15 +0000 (-0800) Subject: perl dies in perl_construct when compiled with MULTIPLICITY X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4948a33a8937916e9fc9b935bfa3823f9d37bcc8;p=p5sagit%2Fp5-mst-13.2.git perl dies in perl_construct when compiled with MULTIPLICITY p4raw-id: //depot/perl@939 --- diff --git a/perl.c b/perl.c index 6ded533..cda4ed1 100644 --- a/perl.c +++ b/perl.c @@ -176,6 +176,7 @@ perl_construct(register PerlInterpreter *sv_interp) #endif } + init_stacks(ARGS); #ifdef MULTIPLICITY I_REINIT; perl_destruct_level = 1; @@ -211,7 +212,6 @@ perl_construct(register PerlInterpreter *sv_interp) fdpid = newAV(); /* for remembering popen pids by fd */ - init_stacks(ARGS); DEBUG( { New(51,debname,128,char); New(52,debdelim,128,char);