# New Ticket Created by Garrett Rooney # Please include the string: [perl #63374] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63374 >
I'm getting a crash on OS X when trying to build rakudo. This is with parrot r36907 and the current version of rakudo (f23eda2c5251db5a90f5fdd3b587d4c234ee70e4) from github. Here's a backtrace from the crash: $ gdb ../../parrot #perl6_s1.pbc --target=pir src/gen_setting.pm GNU gdb 6.3.50-20050815 (Apple version gdb-696) (Sat Oct 20 18:16:54 GMT 2007) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-apple-darwin"... warning: --arch option not supported in this gdb. Reading symbols for shared libraries ...... done (gdb) run perl6_s1.pbc --target=pir src/gen_setting.pm Starting program: /Users/rooneg/opensrc/parrot/parrot perl6_s1.pbc --target=pir src/gen_setting.pm Reading symbols for shared libraries ..+ done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0xdeadbeef 0x0020725b in Parrot_Perl6Str_get_number (interp=0x400380, pmc=0x348e428) at ./perl6str.pmc:162 162 if (tolower((unsigned char)s1[0]) == 'i' (gdb) where #0 0x0020725b in Parrot_Perl6Str_get_number (interp=0x400380, pmc=0x348e428) at ./perl6str.pmc:162 #1 0x0125db07 in Parrot_Object_get_number (interp=0x400380, pmc=0x348e470) at ./src/pmc/object.c:2561 #2 0x010316d2 in Parrot_set_n_p (cur_opcode=0x597244, interp=0x400380) at src/ops/set.ops:144 #3 0x010e0833 in runops_slow_core (interp=0x400380, pc=0x597244) at src/runops_cores.c:459 #4 0x0109c665 in runops_int (interp=0x400380, offset=22313) at src/interpreter.c:978 #5 0x0109d0f1 in runops (interp=0x400380, offs=22313) at src/call/ops.c:106 #6 0x0109d385 in runops_args (interp=0x400380, sub=0x354160, obj=0x28366b0, meth_unused=0x0, sig=0x12ed1d8 "vP", ap=0xbffff94c "?nJ\003d\a?\002") at src/call/ops.c:246 #7 0x0109e1b9 in Parrot_runops_fromc_args (interp=0x400380, sub=0x354160, sig=0x12ed1d8 "vP") at src/call/ops.c:313 #8 0x0107aa9e in Parrot_runcode (interp=0x400380, argc=3, argv=0xbffffaa8) at src/embed.c:990 #9 0x012d374f in imcc_run_pbc (interp=0x400380, obj_file=0, output_file=0x0, argc=3, argv=0xbffffaa8) at compilers/imcc/main.c:842 #10 0x012d43d6 in imcc_run (interp=0x400380, sourcefile=0xbffffb48 "perl6_s1.pbc", argc=3, argv=0xbffffaa8) at compilers/imcc/main.c:1129 #11 0x00002b6c in main (argc=3, argv=0xbffffaa8) at src/main.c:61 (gdb) quit