Ticket #1489 (closed bug: fixed)
memory PANIC building rakudo
| Reported by: | coke | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | GC | Version: | trunk |
| Severity: | fatal | Keywords: | |
| Cc: | Language: | perl6 | |
| Patch status: | Platform: |
Description
on feather, building rakudo dies at this step:
$ make
/home/coke/sandbox/rakudo/parrot_install/bin/parrot src/gen/perl6.pbc --target=pir \
src/gen/core.pm > src/gen/core.pir
4Failed allocation of 139236748 bytes
Parrot VM: PANIC: Out of mem!
C file src/gc/alloc_memory.c, line 151
Parrot file (not available), line (not available)
$ uname -a Linux feather 2.6.18-6-xen-686 #1 SMP Sun Feb 10 22:43:13 UTC 2008 i686 GNU/Linux $ git show | head -1 commit 32a94612620d920d6bcdb1d6f7fd1a2e364ebbb8 $ svn info parrot | ack Revision Revision: 44371 $ ulimit -m unlimited
this is with a fresh (local to rakudo) installation of parrot.
Change History
Note: See
TracTickets for help on using
tickets.
