#1707: attempt to mmap 2325622477335777280 bytes when printing utf8 in perl6
---------------------+------------------------------------------------------
 Reporter:  mikegrb  |        Type:  bug   
   Status:  new      |    Priority:  normal
Milestone:           |   Component:  none  
  Version:  2.5.0    |    Severity:  low   
 Keywords:           |        Lang:  perl6 
    Patch:           |    Platform:  darwin
---------------------+------------------------------------------------------

Old description:

> My apologies if this is a perl6 issue and not parrot but parrot told me
> to
> run parrotbug and I always do what a parrot tells me ;)
>
> Attatched is the file generated by parrotbug, the description I've copied
> here
> for convenience.
>
> Source of my script is:
>
> -----<cut>-----
> #!/usr/bin/env perl6
>
> use v6;
>
> say "\c[DEGREE FAHRENHEIT]";
> -----<cut>-----
>
> output from running the script:
> -----<cut>-----
> perl6(75422) malloc: *** mmap(size=2325622477335777280) failed (error
> code=12)
> *** error: can't allocate region
> *** set a breakpoint in malloc_error_break to debug
> Failed allocation of 2325622477335773507 bytes
> Parrot VM: PANIC: Out of mem!
> C file src/gc/alloc_memory.c, line 92
> 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 [email protected].
> 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.5.0-devel
> Configured  : Mon Jul 19 03:30:05 2010 GMT
> Architecture: i386-darwin
> JIT Capable : No
> Interp Flags: (no interpreter)
> Exceptions  : (missing from core)
>
> Dumping Core...
> -----<cut>-----
>
> Unfortunately, I'm not sure where that core ended up, cant seem to find
> it.
>
> Mike

New description:

 My apologies if this is a perl6 issue and not parrot but parrot told me to
 run parrotbug and I always do what a parrot tells me ;)

 Attatched is the file generated by parrotbug, the description I've copied
 here
 for convenience.

 Source of my script is:
 {{{
 #!/usr/bin/env perl6

 use v6;

 say "\c[DEGREE FAHRENHEIT]";
 }}}

 output from running the script:
 {{{
 perl6(75422) malloc: *** mmap(size=2325622477335777280) failed (error
 code=12)
 *** error: can't allocate region
 *** set a breakpoint in malloc_error_break to debug
 Failed allocation of 2325622477335773507 bytes
 Parrot VM: PANIC: Out of mem!
 C file src/gc/alloc_memory.c, line 92
 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 [email protected].
 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.5.0-devel
 Configured  : Mon Jul 19 03:30:05 2010 GMT
 Architecture: i386-darwin
 JIT Capable : No
 Interp Flags: (no interpreter)
 Exceptions  : (missing from core)

 Dumping Core...
 }}}

 Unfortunately, I'm not sure where that core ended up, cant seem to find
 it.

 Mike

--

Comment(by coke):

 reformat report with tracwikistyle.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1707#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to