Thank,

I try that.
Can't wait to play around with perl6 - the quickened pace just seems
staggering since I read my first synopsis years ago...

- clausi -

On Tue, Feb 23, 2010 at 18:37, Bruce Gray <bruce.g...@acm.org> wrote:
>
> On Feb 23, 2010, at 7:45 AM, Claus Nagel wrote:
>>
>> I'm trying to build rakudo under Windows 7 / 32bit ( Strawberry
>
> --snip--
>>
>> The error code 1073741819 was mentioned early last year on #perl6 and
>> on this list appearing on vista/32 and darwin/32.
>
> Info for readers playing catch-up (like me):
> Error code -1073741819 (the negative is significant)
> is more commonly written as 0xC0000005,
> which is a Win32 EXCEPTION_ACCESS_VIOLATION,
> which is the equivalent of a Unix SIGSEGV.
>
>> Any hints how to find out what's wrong (btw: I never played with gdb...)?
>
>
> Normally, you would use `gdb` to get a backtrace, but Strawberry Perl does
> not include `gdb`.
>
> I have reproduced the problem with MinGW-TDM on Win2K, but cannot get a
> backtrace.
> Session output:
> C:\Rakudo_TDM\rakudo>gdb C:\Rakudo_TDM\rakudo\parrot_install\bin\parrot.exe
> GNU gdb 6.8
> Copyright (C) 2008 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "i686-pc-mingw32"...
>
> (gdb) run src\gen\perl6.pbc --target=pir src\gen\core.pm > src\gen\core.pir
> Starting program: C:\Rakudo_TDM\rakudo\parrot_install\bin\parrot.exe
> src\gen\perl6.pbc --target=pir src\gen\core.pm > src\gen\core.pir
> [New thread 368.0x4dc]
> Failed allocation of 116122728 bytes
> Parrot VM: PANIC: Out of mem!
> C file src\gc\alloc_memory.c, line 151
> Parrot file (not available), line (not available)
>
> We highly suggest you notify the Parrot team if you have not been working on
> Parrot.  Use parrotbug (located in parrot's root directory) or send an
> e-mail to parrot-...@lists.parrot.org.
> Include the entire text of this error message and the text of the script
> that
> generated the error.  If you've made any modifications to Parrot, please
> describe them as well.
>
> Version     : 2.1.0-devel
> Configured  : Tue Feb 23 17:40:30 2010 GMT
> Architecture: i386-MSWin32
> JIT Capable : No
> Interp Flags: (no interpreter)
> Exceptions  : (missing from core)
>
> Dumping Core...
> Sorry, coredump is not yet implemented for this platform.
>
>
> Program exited with code 01.
> (gdb) bt
> No stack.
>
>
> --
> Hope this helps,
> Bruce Gray (Util)
>
>

Reply via email to