Re: [perl #65784] [BUG] Can't build rakudo on a mac unibody 13''

2010-03-11 Thread Moritz Lenz
Status: Resolved

Great, then I'll close the ticket (let's see if RT does this
automatically...)

Stéphane Payrard wrote:
 On Tue, Mar 9, 2010 at 8:55 PM, Moritz Lenz via RT
 perl6-bugs-follo...@perl.org wrote:
 Does this problem still persist with a current Rakudo?

 
 nope
 


Re: [perl #65784] [BUG] Can't build rakudo on a mac unibody 13''

2010-03-10 Thread Stéphane Payrard
On Tue, Mar 9, 2010 at 8:55 PM, Moritz Lenz via RT
perl6-bugs-follo...@perl.org wrote:
 Does this problem still persist with a current Rakudo?


nope

-- 
cognominal stef


[perl #65784] [BUG] Can't build rakudo on a mac unibody 13''

2009-05-19 Thread via RT
# New Ticket Created by  Stephane Payrard 
# Please include the string:  [perl #65784]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65784 


I have not compiled rakudo in weeks to I can't tell if the problem is recent.
I have appended the stack trace


/Users/stef/git/rakudo/parrot/parrot  -o perl6_s1.pbc perl6.pir
Null PMC access in get_integer()
make: *** [perl6_s1.pbc] Error 1


(gdb) bt
#0  0x93edfbd5 in exit ()
#1  0x00403758 in Parrot_exit (interp=0x901860, status=1) at src/exit.c:96
#2  0x0040287a in die_from_exception (interp=0x901860,
exception=0x1fd0c0) at src/exceptions.c:155
#3  0x00402932 in Parrot_ex_throw_from_c (interp=0x901860,
exception=0x1fd0c0) at src/exceptions.c:350
#4  0x00403170 in Parrot_ex_throw_from_c_args (interp=0x901860,
ret_addr_unused=0x0, exitcode=5, format=0x6140a0 Null PMC access in
get_integer()) at src/exceptions.c:458
#5  0x00510e02 in Parrot_Null_get_integer (interp=0x901860,
pmc=0x18398e0) at src/pmc/null.c:1009
#6  0x020e1e60 in pmc_type (interp=0x901860, name=0x2bd64) at src/pmc.c:593
#7  0x020e1f03 in pmc_register (interp=0x901860, name=0x2bd64) at src/pmc.c:547
#8  0x00214e9d in Parrot_lib_perl6_group_load (interp=0x901860) at
perl6_group.c:53
#9  0x003fd0b3 in Parrot_init_lib (interp=0x901860, load_func=0x214e50
Parrot_lib_perl6_group_load, init_func=0) at src/dynext.c:386
#10 0x003fd283 in run_init_lib (interp=0x901860, handle=0x919120,
lib_name=0x2079d4, wo_ext=0x2079d4) at src/dynext.c:452
#11 0x003fd9b9 in Parrot_load_lib (interp=0x901860, lib=0x2bdf4,
initializer_unused=0x0) at src/dynext.c:656
#12 0x005d8177 in do_loadlib (interp=0x901860, lib=0x918f30
'perl6_group') at imcc.y:1021
#13 0x005d96ca in yyparse (yyscanner=0x9187a0, interp=0x901860) at imcc.y:1159
#14 0x005e6f15 in compile_to_bytecode (interp=0x901860,
sourcefile=0xb129 perl6.pir, output_file=0xb11c
perl6_s1.pbc) at compilers/imcc/main.c:973
#15 0x005e727c in imcc_run (interp=0x901860, sourcefile=0xb129
perl6.pir, argc=1, argv=0xb030) at compilers/imcc/main.c:1072
#16 0x19b9 in main (argc=1, argv=0xb030) at src/main.c:61

-- 
cognominal stef