On Thu, Jan 18, 2007 at 12:16:18PM -0800, [EMAIL PROTECTED] wrote:
> PERL_DL_NONLAZY=1 /usr/local/perl/5.8.8/bin/perl "-MExtUtils::Command::MM" 
> "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/00_basic.......FATAL: unable to mmap stack for coroutine: Invalid argument
> dubious

Hi!

would it be possible to find out what the mmap arguments are and why it
fails?

could you see wether disabling the stack guard works around that issue?

that would be a great help, thanks a lot!

(if you are adventerous, you could play around with the code, which is in
cctx_new in Coro/State.xs. Could you also try and undef HAVE_MMAP before
line 13 to seee wether using malloc fixes the problems).

-- 
                The choice of a
      -----==-     _GNU_
      ----==-- _       generation     Marc Lehmann
      ---==---(_)__  __ ____  __      [EMAIL PROTECTED]
      --==---/ / _ \/ // /\ \/ /      http://schmorp.de/
      -=====/_/_//_/\_,_/ /_/\_\      XX11-RIPE

Reply via email to