| 1 | (gdb) r |
|---|
| 2 | Starting program: C:\fperrad\Parrot\trunk/parrot.exe t\\pmc\\env.t |
|---|
| 3 | |
|---|
| 4 | Program received signal SIGSEGV, Segmentation fault. |
|---|
| 5 | 0x686da833 in Parrot_gc_mark_PMC_alive_fun () |
|---|
| 6 | (gdb) bt |
|---|
| 7 | #0 0x686da833 in Parrot_gc_mark_PMC_alive_fun () |
|---|
| 8 | #1 0x687d3495 in Parrot_Context_mark () |
|---|
| 9 | #2 0x687d3468 in Parrot_Context_mark () |
|---|
| 10 | #3 0x687d3468 in Parrot_Context_mark () |
|---|
| 11 | #4 0x687d3468 in Parrot_Context_mark () |
|---|
| 12 | #5 0x687d3468 in Parrot_Context_mark () |
|---|
| 13 | #6 0x687d3468 in Parrot_Context_mark () |
|---|
| 14 | #7 0x687d3468 in Parrot_Context_mark () |
|---|
| 15 | #8 0x687d3468 in Parrot_Context_mark () |
|---|
| 16 | #9 0x687d3468 in Parrot_Context_mark () |
|---|
| 17 | #10 0x687d3468 in Parrot_Context_mark () |
|---|
| 18 | #11 0x686dbf6a in Parrot_gc_trace_root () |
|---|
| 19 | #12 0x686dbaac in gc_ms_mark_and_sweep () |
|---|
| 20 | #13 0x686dbc2f in gc_ms_more_traceable_objects () |
|---|
| 21 | #14 0x686dbd16 in gc_ms_get_free_object () |
|---|
| 22 | #15 0x686daada in Parrot_gc_new_pmc_header () |
|---|
| 23 | #16 0x6871a089 in get_new_pmc_header () |
|---|
| 24 | #17 0x6871a17a in pmc_new () |
|---|
| 25 | #18 0x687e5678 in Parrot_NameSpace_nci_get_associated_vtable_methods () |
|---|
| 26 | #19 0x687928c1 in Parrot_NCI_invoke () |
|---|
| 27 | #20 0x686e27e0 in Parrot_PCCINVOKE () |
|---|
| 28 | #21 0x68711511 in Parrot_oo_extract_methods_from_namespace () |
|---|
| 29 | #22 0x687cb661 in init_class_from_hash () |
|---|
| 30 | #23 0x6871a311 in pmc_new_init () |
|---|
| 31 | #24 0x68711cb8 in Parrot_oo_newclass_from_str () |
|---|
| 32 | #25 0x6869af66 in Parrot_subclass_p_p_sc () |
|---|
| 33 | #26 0x6871b8dd in runops_slow_core () |
|---|
| 34 | #27 0x6871aecc in runops_int () |
|---|
| 35 | #28 0x686e49ca in runops () |
|---|
| 36 | #29 0x686e4ae4 in runops_args () |
|---|
| 37 | #30 0x686e4fc1 in Parrot_runops_fromc_args () |
|---|
| 38 | #31 0x687131b9 in run_sub () |
|---|
| 39 | #32 0x687134a7 in do_sub_pragmas () |
|---|
| 40 | #33 0x6871757c in compile_or_load_file () |
|---|
| 41 | #34 0x687179d8 in Parrot_load_bytecode () |
|---|
| 42 | #35 0x68684b33 in Parrot_load_bytecode_sc () |
|---|
| 43 | #36 0x6871b8dd in runops_slow_core () |
|---|
| 44 | #37 0x6871aecc in runops_int () |
|---|
| 45 | #38 0x686e49ca in runops () |
|---|
| 46 | #39 0x686e4ae4 in runops_args () |
|---|
| 47 | #40 0x686e4fc1 in Parrot_runops_fromc_args () |
|---|
| 48 | #41 0x687131b9 in run_sub () |
|---|
| 49 | #42 0x687134a7 in do_sub_pragmas () |
|---|
| 50 | #43 0x6871757c in compile_or_load_file () |
|---|
| 51 | #44 0x687179d8 in Parrot_load_bytecode () |
|---|
| 52 | #45 0x68684b33 in Parrot_load_bytecode_sc () |
|---|
| 53 | #46 0x6871b8dd in runops_slow_core () |
|---|
| 54 | #47 0x6871aecc in runops_int () |
|---|
| 55 | #48 0x686e49ca in runops () |
|---|
| 56 | #49 0x686e4ae4 in runops_args () |
|---|
| 57 | #50 0x686e4fc1 in Parrot_runops_fromc_args () |
|---|
| 58 | #51 0x687131b9 in run_sub () |
|---|
| 59 | #52 0x687134a7 in do_sub_pragmas () |
|---|
| 60 | #53 0x6871757c in compile_or_load_file () |
|---|
| 61 | #54 0x687179d8 in Parrot_load_bytecode () |
|---|
| 62 | #55 0x68684b33 in Parrot_load_bytecode_sc () |
|---|
| 63 | #56 0x6871b8dd in runops_slow_core () |
|---|
| 64 | #57 0x6871aecc in runops_int () |
|---|
| 65 | #58 0x686e49ca in runops () |
|---|
| 66 | #59 0x686e4ae4 in runops_args () |
|---|
| 67 | #60 0x686e4fc1 in Parrot_runops_fromc_args () |
|---|
| 68 | #61 0x686d2413 in Parrot_runcode () |
|---|
| 69 | #62 0x688282e3 in imcc_run () |
|---|
| 70 | #63 0x0040138a in main () |
|---|
| 71 | (gdb) |
|---|
| 72 | |
|---|