Skip to content

Instantly share code, notes, and snippets.

@macournoyer
Created May 14, 2009 15:16
Show Gist options
  • Save macournoyer/111706 to your computer and use it in GitHub Desktop.
Save macournoyer/111706 to your computer and use it in GitHub Desktop.
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xc0000007
0x00183463 in st_lookup (table=0x458c810, key=2889, value=0xbffe8d8c) at st.c:250
250 hash_val = do_hash(key, table);
(gdb) bt
#0 0x00183463 in st_lookup (table=0x458c810, key=2889, value=0xbffe8d8c) at st.c:250
#1 0x001939fe in classname (klass=52968440) at variable.c:151
#2 0x00193f2f in rb_class_path (klass=52968440) at variable.c:190
#3 0x00194091 in rb_class2name (klass=3221225475) at variable.c:301
#4 0x001129fa in rb_check_type (x=52968500, t=34) at error.c:276
#5 0x0121fd40 in ruby_xml_node_deregisterNode (node=0x4445a80) at ruby_xml_node.c:2224
#6 0x93a9e9af in xmlFreeNodeList ()
#7 0x93a92309 in xmlFreeDoc ()
#8 0x00134b25 in garbage_collect () at gc.c:1209
#9 0x00134e45 in ruby_xmalloc (size=16) at gc.c:103
#10 0x001836a7 in st_insert (table=0x4341d80, key=66938, value=4) at st.c:293
#11 0x00193d60 in rb_ivar_set (obj=48895140, id=66938, val=4) at variable.c:1061
#12 0x0011cd03 in rb_eval (self=48895140, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3679
#13 0x0011ee0d in rb_call0 (klass=39818760, recv=48895140, id=2961, oid=2961, argc=0, argv=0xbffea7a4, body=0x25f9d74, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#14 0x0011f17c in rb_call (klass=39818760, recv=48895140, mid=2961, argc=1, argv=0xbffea7a0, scope=1, self=6) at eval.c:6094
#15 0x0011fc12 in rb_obj_call_init (obj=3221225475, argc=-1073741821, argv=0xc0000003) at eval.c:7626
#16 0x0014dd7a in rb_class_new_instance (argc=-1073741821, argv=0xc0000003, klass=3221225475) at object.c:1594
#17 0x00114eb5 in call_cfunc (func=0x14dd50 <rb_class_new_instance>, recv=39818760, len=<value temporarily unavailable, due to optimizations>, argc=1, argv=0xbffea7a0) at eval.c:5691
#18 0x0011ef47 in rb_call0 (klass=232700, recv=39818760, id=3353, oid=3353, argc=3053326, argv=<value temporarily unavailable, due to optimizations>, body=0x37ac8, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5838
#19 0x0011f17c in rb_call (klass=232700, recv=39818760, mid=3353, argc=1, argv=0xbffea7a0, scope=0, self=39818760) at eval.c:6094
#20 0x0011cadc in rb_eval (self=39818760, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#21 0x0011c80a in rb_eval (self=39818760, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3658
#22 0x0011ee0d in rb_call0 (klass=39818740, recv=39818760, id=4297, oid=4297, argc=0, argv=0xbffeaea4, body=0x25fa51c, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#23 0x0011f17c in rb_call (klass=39818740, recv=39818760, mid=4297, argc=1, argv=0xbffeaea0, scope=0, self=34111560) at eval.c:6094
#24 0x0011cadc in rb_eval (self=34111560, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#25 0x0011c80a in rb_eval (self=34111560, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3658
#26 0x0011d01e in rb_eval (self=34111560, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3034
#27 0x0011ee0d in rb_call0 (klass=24677240, recv=34111560, id=3967, oid=3967, argc=0, argv=0xbffeb834, body=0x1801af0, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#28 0x0011f17c in rb_call (klass=24677240, recv=34111560, mid=3967, argc=1, argv=0xbffeb830, scope=0, self=49002000) at eval.c:6094
#29 0x0011cadc in rb_eval (self=49002000, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#30 0x0011ac9b in rb_eval (self=49002000, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3364
#31 0x0011abbf in rb_eval (self=49002000, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3638
#32 0x0011d01e in rb_eval (self=49002000, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3034
#33 0x0011ee0d in rb_call0 (klass=34563800, recv=49002000, id=120393, oid=3889, argc=0, argv=0xbffec454, body=0x2101088, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#34 0x0011f17c in rb_call (klass=34563800, recv=49002000, mid=120393, argc=1, argv=0xbffec450, scope=1, self=49002000) at eval.c:6094
#35 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#36 0x0011c849 in rb_eval (self=49002000, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3417
#37 0x0011ee0d in rb_call0 (klass=34402560, recv=49002000, id=3889, oid=120385, argc=0, argv=0xbffecb44, body=0x2112cc0, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#38 0x0011f17c in rb_call (klass=34402560, recv=49002000, mid=3889, argc=1, argv=0xbffecb40, scope=1, self=6) at eval.c:6094
#39 0x00126e8d in method_missing (obj=49002000, id=31156494, argc=19208558, argv=0x0, call_status=0) at eval.c:5671
#40 0x0011f219 in rb_call (klass=34402620, recv=49002000, mid=121705, argc=0, argv=0x0, scope=0, self=49022580) at eval.c:6073
#41 0x0011cadc in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#42 0x0011ee0d in rb_call0 (klass=56138500, recv=49022580, id=149913, oid=149913, argc=0, argv=0x0, body=0x359de38, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#43 0x0011f17c in rb_call (klass=56138500, recv=49022580, mid=149913, argc=0, argv=0x0, scope=2, self=49022580) at eval.c:6094
#44 0x0011cc8d in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3494
#45 0x0011c9f1 in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3467
#46 0x0011b48a in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3450
#47 0x0011ee0d in rb_call0 (klass=56138500, recv=49022580, id=149881, oid=149881, argc=0, argv=0xbffedc34, body=0x358b490, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#48 0x0011f17c in rb_call (klass=56138500, recv=49022580, mid=149881, argc=0, argv=0xbffedc34, scope=1, self=6) at eval.c:6094
#49 0x0011f95c in rb_f_send (argc=0, argv=0xbffedc34, recv=49022580) at eval.c:6142
#50 0x00114eb5 in call_cfunc (func=0x11f8b0 <rb_f_send>, recv=49022580, len=<value temporarily unavailable, due to optimizations>, argc=1, argv=0xbffedc30) at eval.c:5691
#51 0x0011ef47 in rb_call0 (klass=232600, recv=49022580, id=4049, oid=4049, argc=-1073816836, argv=<value temporarily unavailable, due to optimizations>, body=0x36d44, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5838
#52 0x0011f17c in rb_call (klass=232600, recv=49022580, mid=4049, argc=1, argv=0xbffedc30, scope=0, self=56094160) at eval.c:6094
#53 0x0011cadc in rb_eval (self=56094160, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#54 0x00129d1d in block_pass (self=56094160, node=0x1737430) at eval.c:8904
#55 0x0011ba16 in rb_eval (self=56094160, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3189
#56 0x0011ee0d in rb_call0 (klass=24334360, recv=56094160, id=59337, oid=59337, argc=1, argv=0xbffee464, body=0x1737584, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#57 0x0011f17c in rb_call (klass=24334360, recv=56094160, mid=59337, argc=2, argv=0xbffee460, scope=1, self=56094160) at eval.c:6094
#58 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#59 0x00129d1d in block_pass (self=56094160, node=0x17378f4) at eval.c:8904
#60 0x0011ba16 in rb_eval (self=56094160, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3189
#61 0x0011d6a1 in rb_eval (self=56094160, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3289
#62 0x0011ee0d in rb_call0 (klass=24334360, recv=56094160, id=5265, oid=5265, argc=1, argv=0xbffeef20, body=0x173796c, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#63 0x0011f17c in rb_call (klass=24334360, recv=56094160, mid=5265, argc=1, argv=0xbffeef20, scope=0, self=49011960) at eval.c:6094
#64 0x0011cadc in rb_eval (self=49011960, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#65 0x0011ce5b in dvar_asgn_curr [inlined] () at eval.c:3668
#66 0x0011ce5b in rb_eval (self=49011960, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3669
#67 0x00122cf1 in rb_yield_0 (val=<value temporarily unavailable, due to optimizations>, self=49011960, klass=0, flags=0, avalue=0) at eval.c:5021
#68 0x00123db1 in rb_yield (val=3221225475) at eval.c:5105
#69 0x001011af in rb_ary_each (ary=0) at array.c:1138
#70 0x0011ef47 in rb_call0 (klass=204100, recv=49011960, id=3841, oid=3841, argc=196639, argv=<value temporarily unavailable, due to optimizations>, body=0x31920, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5838
#71 0x0011f17c in rb_call (klass=204100, recv=49011960, mid=3841, argc=0, argv=0xbffef9f4, scope=1, self=6) at eval.c:6094
#72 0x0011f95c in rb_f_send (argc=0, argv=0xbffef9f4, recv=49011960) at eval.c:6142
#73 0x00114eb5 in call_cfunc (func=0x11f8b0 <rb_f_send>, recv=49011960, len=<value temporarily unavailable, due to optimizations>, argc=1, argv=0xbffef9f0) at eval.c:5691
#74 0x0011ef47 in rb_call0 (klass=232600, recv=49011960, id=4049, oid=4049, argc=-1073809224, argv=<value temporarily unavailable, due to optimizations>, body=0x36d44, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5838
#75 0x0011f17c in rb_call (klass=232600, recv=49011960, mid=4049, argc=1, argv=0xbffef9f0, scope=1, self=49011960) at eval.c:6094
#76 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#77 0x0011de89 in rb_eval (self=49011960, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3203
#78 0x0011ee0d in rb_call0 (klass=24334420, recv=49011960, id=5137, oid=5137, argc=0, argv=0xbfff00f8, body=0x1739ba4, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#79 0x0011f17c in rb_call (klass=24334420, recv=49011960, mid=5137, argc=2, argv=0xbfff00f0, scope=0, self=49022580) at eval.c:6094
#80 0x0011cadc in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#81 0x00129d1d in block_pass (self=49022580, node=0x1735220) at eval.c:8904
#82 0x0011ba16 in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3189
#83 0x0011ee0d in rb_call0 (klass=24334540, recv=49022580, id=59273, oid=59273, argc=0, argv=0xbfff0924, body=0x173539c, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#84 0x0011f17c in rb_call (klass=24334540, recv=49022580, mid=59273, argc=1, argv=0xbfff0920, scope=1, self=49022580) at eval.c:6094
#85 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#86 0x0011de89 in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3203
#87 0x0011c80a in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3658
#88 0x0011ee0d in rb_call0 (klass=23946660, recv=49022580, id=12985, oid=12985, argc=0, argv=0xbfff12b4, body=0x170bb50, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#89 0x0011f17c in rb_call (klass=23946660, recv=49022580, mid=12985, argc=1, argv=0xbfff12b0, scope=1, self=49022580) at eval.c:6094
#90 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#91 0x0011c9f1 in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3467
#92 0x0011d01e in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3034
#93 0x0011ee0d in rb_call0 (klass=23946660, recv=49022580, id=10425, oid=60225, argc=0, argv=0x0, body=0x170f9f8, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#94 0x0011f17c in rb_call (klass=23946660, recv=49022580, mid=10425, argc=0, argv=0x0, scope=2, self=49022580) at eval.c:6094
#95 0x0011cc8d in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3494
#96 0x0011c80a in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3658
#97 0x0011ee0d in rb_call0 (klass=24677380, recv=49022580, id=60201, oid=58145, argc=0, argv=0x0, body=0x17b2b94, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#98 0x0011f17c in rb_call (klass=24677380, recv=49022580, mid=60201, argc=0, argv=0x0, scope=2, self=49022580) at eval.c:6094
#99 0x0011cc8d in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3494
#100 0x0011c80a in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3658
#101 0x0011d01e in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3034
#102 0x0011ee0d in rb_call0 (klass=23946660, recv=49022580, id=58145, oid=60193, argc=0, argv=0x0, body=0x17108a8, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#103 0x0011f17c in rb_call (klass=23946660, recv=49022580, mid=58145, argc=0, argv=0x0, scope=2, self=49022580) at eval.c:6094
#104 0x0011cc8d in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3494
#105 0x0011ee0d in rb_call0 (klass=24677380, recv=49022580, id=55777, oid=10393, argc=0, argv=0x0, body=0x17bc5e0, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#106 0x0011f17c in rb_call (klass=24677380, recv=49022580, mid=55777, argc=0, argv=0x0, scope=2, self=49022580) at eval.c:6094
#107 0x0011cc8d in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3494
#108 0x0011ee0d in rb_call0 (klass=24376260, recv=49022580, id=60009, oid=55769, argc=0, argv=0xbfff34c4, body=0x1740850, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#109 0x0011f17c in rb_call (klass=24376260, recv=49022580, mid=60009, argc=1, argv=0xbfff34c0, scope=1, self=49022580) at eval.c:6094
#110 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#111 0x0011c80a in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3658
#112 0x0011d01e in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3034
#113 0x0011ee0d in rb_call0 (klass=24221800, recv=49022580, id=63329, oid=60001, argc=1, argv=0xbfff40a4, body=0x171d8b4, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#114 0x0011f17c in rb_call (klass=24221800, recv=49022580, mid=63329, argc=1, argv=0xbfff40a4, scope=1, self=6) at eval.c:6094
#115 0x0011f95c in rb_f_send (argc=1, argv=0xbfff40a4, recv=49022580) at eval.c:6142
#116 0x00114eb5 in call_cfunc (func=0x11f8b0 <rb_f_send>, recv=49022580, len=<value temporarily unavailable, due to optimizations>, argc=2, argv=0xbfff40a0) at eval.c:5691
#117 0x0011ef47 in rb_call0 (klass=232600, recv=49022580, id=4049, oid=4049, argc=39834740, argv=<value temporarily unavailable, due to optimizations>, body=0x36d44, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5838
#118 0x0011f17c in rb_call (klass=232600, recv=49022580, mid=4049, argc=2, argv=0xbfff40a0, scope=1, self=49022580) at eval.c:6094
#119 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#120 0x0011c80a in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3658
#121 0x00122cf1 in rb_yield_0 (val=<value temporarily unavailable, due to optimizations>, self=49022580, klass=0, flags=0, avalue=0) at eval.c:5021
#122 0x0011c896 in rb_eval (self=37755600, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3278
#123 0x0011d6a1 in rb_eval (self=37755600, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3289
#124 0x0011db5c in rb_eval (self=37755600, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3337
#125 0x0011ee0d in rb_call0 (klass=40103400, recv=37755600, id=63281, oid=63281, argc=0, argv=0xbfff50e4, body=0x2669444, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#126 0x0011f17c in rb_call (klass=40103400, recv=37755600, mid=63281, argc=1, argv=0xbfff50e0, scope=0, self=56138500) at eval.c:6094
#127 0x0011cadc in rb_eval (self=56138500, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#128 0x00129d1d in block_pass (self=56138500, node=0x161c1cc) at eval.c:8904
#129 0x0011ba16 in rb_eval (self=56138500, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3189
#130 0x0011ee0d in rb_call0 (klass=18128660, recv=56138500, id=63281, oid=63281, argc=0, argv=0x0, body=0x161c258, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#131 0x0011f17c in rb_call (klass=18128660, recv=56138500, mid=63281, argc=0, argv=0x0, scope=0, self=49022580) at eval.c:6094
#132 0x0011cadc in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#133 0x0011de89 in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3203
#134 0x0011ee0d in rb_call0 (klass=18128680, recv=49022580, id=63297, oid=63297, argc=1, argv=0xbfff5ff4, body=0x1619558, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#135 0x0011f17c in rb_call (klass=18128680, recv=49022580, mid=63297, argc=2, argv=0xbfff5ff0, scope=1, self=49022580) at eval.c:6094
#136 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#137 0x00122cf1 in rb_yield_0 (val=<value temporarily unavailable, due to optimizations>, self=49022580, klass=0, flags=0, avalue=0) at eval.c:5021
#138 0x0011c896 in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3278
#139 0x0011d6a1 in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3289
#140 0x0011ee0d in rb_call0 (klass=18128680, recv=49022580, id=63327, oid=63327, argc=0, argv=0x0, body=0x16198f0, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#141 0x0011f17c in rb_call (klass=18128680, recv=49022580, mid=63327, argc=0, argv=0x0, scope=1, self=49022580) at eval.c:6094
#142 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#143 0x0011de89 in rb_eval (self=49022580, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3203
#144 0x0011ee0d in rb_call0 (klass=18128680, recv=49022580, id=10393, oid=63313, argc=0, argv=0x0, body=0x161b484, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#145 0x0011f17c in rb_call (klass=18128680, recv=49022580, mid=10393, argc=0, argv=0x0, scope=0, self=56138500) at eval.c:6094
#146 0x0011cadc in rb_eval (self=56138500, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#147 0x0011ee0d in rb_call0 (klass=24677240, recv=56138500, id=10425, oid=10425, argc=0, argv=0xbfff7614, body=0x181df5c, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#148 0x0011f17c in rb_call (klass=24677240, recv=56138500, mid=10425, argc=1, argv=0xbfff7610, scope=0, self=50162600) at eval.c:6094
#149 0x0011cadc in rb_eval (self=50162600, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#150 0x00122cf1 in rb_yield_0 (val=<value temporarily unavailable, due to optimizations>, self=50162600, klass=0, flags=0, avalue=0) at eval.c:5021
#151 0x0011c896 in rb_eval (self=50162600, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3278
#152 0x0011ee0d in rb_call0 (klass=51365820, recv=50162600, id=10713, oid=10449, argc=0, argv=0xbfff7e94, body=0x3102a68, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#153 0x0011f17c in rb_call (klass=51365820, recv=50162600, mid=10713, argc=1, argv=0xbfff7e90, scope=1, self=50162600) at eval.c:6094
#154 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#155 0x0011de89 in rb_eval (self=50162600, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3203
#156 0x0011ee0d in rb_call0 (klass=50663600, recv=50162600, id=167113, oid=167113, argc=0, argv=0xbfff87e4, body=0x3053b6c, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#157 0x0011f17c in rb_call (klass=50663600, recv=50162600, mid=167113, argc=0, argv=0xbfff87e4, scope=1, self=6) at eval.c:6094
#158 0x0011f95c in rb_f_send (argc=0, argv=0xbfff87e4, recv=50162600) at eval.c:6142
#159 0x00114eb5 in call_cfunc (func=0x11f8b0 <rb_f_send>, recv=50162600, len=<value temporarily unavailable, due to optimizations>, argc=1, argv=0xbfff87e0) at eval.c:5691
#160 0x0011ef47 in rb_call0 (klass=232600, recv=50162600, id=3905, oid=3905, argc=-1073772872, argv=<value temporarily unavailable, due to optimizations>, body=0x36d1c, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5838
#161 0x0011f17c in rb_call (klass=232600, recv=50162600, mid=3905, argc=1, argv=0xbfff87e0, scope=1, self=50162600) at eval.c:6094
#162 0x0011bb41 in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3488
#163 0x0011d6a1 in rb_eval (self=50162600, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3289
#164 0x0011db5c in rb_eval (self=50162600, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3337
#165 0x0011db5c in rb_eval (self=50162600, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3337
#166 0x0011ee0d in rb_call0 (klass=51365560, recv=50162600, id=5137, oid=5137, argc=0, argv=0xbfff9424, body=0x3105448, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#167 0x0011f17c in rb_call (klass=51365560, recv=50162600, mid=5137, argc=1, argv=0xbfff9420, scope=0, self=50163560) at eval.c:6094
#168 0x0011cadc in rb_eval (self=50163560, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#169 0x00129d1d in block_pass (self=50163560, node=0x229efa8) at eval.c:8904
#170 0x0011ba16 in rb_eval (self=50163560, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3189
#171 0x00122cf1 in rb_yield_0 (val=<value temporarily unavailable, due to optimizations>, self=50163560, klass=0, flags=0, avalue=0) at eval.c:5021
#172 0x00123db1 in rb_yield (val=3221225475) at eval.c:5105
#173 0x001011af in rb_ary_each (ary=0) at array.c:1138
#174 0x0011ef47 in rb_call0 (klass=204100, recv=50162900, id=3841, oid=3841, argc=-1073767256, argv=<value temporarily unavailable, due to optimizations>, body=0x31920, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5838
#175 0x0011f17c in rb_call (klass=204100, recv=50162900, mid=3841, argc=0, argv=0x0, scope=0, self=50163560) at eval.c:6094
#176 0x0011cadc in rb_eval (self=50163560, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#177 0x0011de89 in rb_eval (self=50163560, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3203
#178 0x0011ee0d in rb_call0 (klass=36298100, recv=50163560, id=5137, oid=5137, argc=0, argv=0xbfffa4b4, body=0x229f124, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#179 0x0011f17c in rb_call (klass=36298100, recv=50163560, mid=5137, argc=1, argv=0xbfffa4b0, scope=0, self=50337320) at eval.c:6094
#180 0x0011cadc in rb_eval (self=50337320, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#181 0x00129d1d in block_pass (self=50337320, node=0x229efa8) at eval.c:8904
#182 0x0011ba16 in rb_eval (self=50337320, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3189
#183 0x00122cf1 in rb_yield_0 (val=<value temporarily unavailable, due to optimizations>, self=50337320, klass=0, flags=0, avalue=0) at eval.c:5021
#184 0x00123db1 in rb_yield (val=3221225475) at eval.c:5105
#185 0x001011af in rb_ary_each (ary=0) at array.c:1138
#186 0x0011ef47 in rb_call0 (klass=204100, recv=50337280, id=3841, oid=3841, argc=196639, argv=<value temporarily unavailable, due to optimizations>, body=0x31920, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5838
#187 0x0011f17c in rb_call (klass=204100, recv=50337280, mid=3841, argc=0, argv=0x0, scope=0, self=50337320) at eval.c:6094
#188 0x0011cadc in rb_eval (self=50337320, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#189 0x0011de89 in rb_eval (self=50337320, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3203
#190 0x0011ee0d in rb_call0 (klass=36298100, recv=50337320, id=5137, oid=5137, argc=0, argv=0xbfffb544, body=0x229f124, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#191 0x0011f17c in rb_call (klass=36298100, recv=50337320, mid=5137, argc=1, argv=0xbfffb540, scope=0, self=54419920) at eval.c:6094
#192 0x0011cadc in rb_eval (self=54419920, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#193 0x0011de89 in rb_eval (self=54419920, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3203
#194 0x0011ee0d in rb_call0 (klass=54580440, recv=54419920, id=168961, oid=168961, argc=0, argv=0x0, body=0x34d2c60, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#195 0x0011f17c in rb_call (klass=54580440, recv=54419920, mid=168961, argc=0, argv=0x0, scope=0, self=50354980) at eval.c:6094
#196 0x0011cadc in rb_eval (self=50354980, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#197 0x0011c849 in rb_eval (self=50354980, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3417
#198 0x0011ee0d in rb_call0 (klass=54418880, recv=50354980, id=168873, oid=168873, argc=0, argv=0x0, body=0x34ecc8c, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#199 0x0011f17c in rb_call (klass=54418880, recv=50354980, mid=168873, argc=0, argv=0x0, scope=2, self=50354980) at eval.c:6094
#200 0x0011cc8d in rb_eval (self=<value temporarily unavailable, due to optimizations>, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3494
#201 0x0011c849 in rb_eval (self=50354980, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3417
#202 0x0011ee0d in rb_call0 (klass=54418880, recv=50354980, id=5057, oid=5057, argc=0, argv=0x0, body=0x34f8398, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#203 0x0011f17c in rb_call (klass=54418880, recv=50354980, mid=5057, argc=0, argv=0x0, scope=0, self=54418880) at eval.c:6094
#204 0x0011cadc in rb_eval (self=54418880, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#205 0x0011c849 in rb_eval (self=54418880, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3417
#206 0x0011ee0d in rb_call0 (klass=54409860, recv=54418880, id=5137, oid=5137, argc=0, argv=0xbfffd0f8, body=0x3138c08, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#207 0x0011f17c in rb_call (klass=54409860, recv=54418880, mid=5137, argc=2, argv=0xbfffd0f0, scope=0, self=50388440) at eval.c:6094
#208 0x0011cadc in rb_eval (self=50388440, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#209 0x0011c9f1 in rb_eval (self=50388440, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3467
#210 0x0011ee0d in rb_call0 (klass=51439840, recv=50388440, id=5137, oid=5137, argc=0, argv=0x0, body=0x313b714, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#211 0x0011f17c in rb_call (klass=51439840, recv=50388440, mid=5137, argc=0, argv=0x0, scope=0, self=51439840) at eval.c:6094
#212 0x0011cadc in rb_eval (self=51439840, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#213 0x0011ee0d in rb_call0 (klass=51439820, recv=51439840, id=5137, oid=5137, argc=0, argv=0x0, body=0x314203c, flags=<value temporarily unavailable, due to optimizations>) at eval.c:5998
#214 0x0011f17c in rb_call (klass=51439820, recv=51439840, mid=5137, argc=0, argv=0x0, scope=0, self=227740) at eval.c:6094
#215 0x0011cadc in rb_eval (self=227740, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3473
#216 0x0011bac0 in rb_eval (self=227740, n=dwarf2_read_address: Corrupted DWARF expression.
) at eval.c:3483
#217 0x00122cf1 in rb_yield_0 (val=<value temporarily unavailable, due to optimizations>, self=227740, klass=0, flags=0, avalue=2) at eval.c:5021
#218 0x00123478 in proc_invoke (proc=51438480, args=50462500, self=6, klass=0) at eval.c:8613
#219 0x00123630 in call_end_proc (data=51438480) at eval.c:7877
#220 0x0012519b in rb_exec_end_proc () at eval.c:7958
#221 0x00125248 in ruby_finalize_0 () at eval.c:1545
#222 0x00125595 in ruby_cleanup (ex=0) at eval.c:1576
#223 0x00125771 in ruby_stop (ex=-1073741821) at eval.c:1645
#224 0x0012cbe1 in ruby_run () at eval.c:1666
#225 0x00001ffd in main (argc=-1073741821, argv=0xc0000003, envp=0xbfffe800) at main.c:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment