Ticket #1489 (closed bug: fixed)

Opened 12 years ago

Last modified 12 years ago

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

Changed 12 years ago by coke

  • priority changed from normal to blocker
  • component changed from none to GC
  • severity changed from medium to fatal

Changed 12 years ago by coke

  • lang set to perl6

Changed 12 years ago by bacek

We can probably close this one after last round of chromatic's leak plunging commits.

Changed 12 years ago by coke

This still occurs on feather:

ulimit -m: unlimited rakudo: a93b9a5e9d00509357ae37025253114f21f1d694 parrot: r45179

Changed 12 years ago by coke

  • status changed from new to closed
  • resolution set to fixed

This no longer occurs, after recent memory leak fixes in parrot.

Note: See TracTickets for help on using tickets.