Advertisement
whitequark

Untitled

Apr 27th, 2011
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.31 KB | None | 0 0
  1. $ cat hello.rb
  2. for i in 1..10
  3. lambda { p i }[]
  4. end
  5.  
  6. $ ./coldruby/coldruby -d hello.rb
  7. <main>: [BUG] Segmentation fault
  8. ruby 1.9.2p136 (2010-12-25 revision 30365) [i686-linux]
  9.  
  10. -- control frame ----------
  11. c:0001 p:0000 s:0002 b:0002 l:0003e4 d:0003e4 TOP
  12. ---------------------------
  13.  
  14. -- C level backtrace information -------------------------------------------
  15. /home/whitequark/.rvm/rubies/ruby-1.9.2-p136/lib/libruby.so.1.9(rb_vm_bugreport+0x72) [0xb777a6c2]
  16. /home/whitequark/.rvm/rubies/ruby-1.9.2-p136/lib/libruby.so.1.9(+0x56011) [0xb7654011]
  17. /home/whitequark/.rvm/rubies/ruby-1.9.2-p136/lib/libruby.so.1.9(rb_bug+0x3a) [0xb765410a]
  18. /home/whitequark/.rvm/rubies/ruby-1.9.2-p136/lib/libruby.so.1.9(+0x10812c) [0xb770612c]
  19. [0xb77ef40c]
  20.  
  21. [NOTE]
  22. You may have encountered a bug in the Ruby interpreter or extension libraries.
  23. Bug reports are welcome.
  24. For details: http://www.ruby-lang.org/bugreport.html
  25.  
  26. Aborted
  27.  
  28. $ nm coldruby/coldruby
  29. 0805b4ec d _DYNAMIC
  30. 0805b610 d _GLOBAL_OFFSET_TABLE_
  31. 0804f450 t _GLOBAL__I__Z14ObjectToStringN2v85LocalINS_5ValueEEE
  32. 08057924 R _IO_stdin_used
  33. w _Jv_RegisterClasses
  34. U _Unwind_Resume@@GCC_3.0
  35. 0804b5c0 T _Z14ObjectToStringN2v85LocalINS_5ValueEEE
  36. 0804b470 T _Z8API_getsRKN2v89ArgumentsE
  37. 0804b620 T _Z9API_printRKN2v89ArgumentsE
  38. 08052b90 t _ZL13post_compilerP12RubyCompilerPv
  39. 08058160 r _ZL8longopts
  40. 0804f210 T _ZN10ColdRubyVM10createRubyEv
  41. 0804b8c0 T _ZN10ColdRubyVM10debugFlagsEv
  42. 0804bfd0 T _ZN10ColdRubyVM10dumpObjectEN2v86HandleINS0_5ValueEEERSt19basic_ostringstreamIcSt11char_traitsIcESaIcEER18ColdRubyStackTracePiRKSs
  43. 0804ef30 T _ZN10ColdRubyVM10initializeEP12RubyCompiler
  44. 0804b9a0 T _ZN10ColdRubyVM11errorStringEv
  45. 0805bbb0 B _ZN10ColdRubyVM12m_debugFlagsE
  46. 0804b8d0 T _ZN10ColdRubyVM13setDebugFlagsEi
  47. 0804b9c0 T _ZN10ColdRubyVM14buildRubyFrameER18ColdRubyStackFrameN2v86HandleINS2_6ObjectEEES5_S5_i
  48. 0804bcd0 T _ZN10ColdRubyVM14exceptionArrowEN2v86HandleINS0_7MessageEEE
  49. 0804d170 T _ZN10ColdRubyVM15formatExceptionEPN2v88TryCatchEP8ColdRuby
  50. 0804c4e0 T _ZN10ColdRubyVM15unwindRubyStackEP8ColdRubyRSs
  51. 0804de70 T _ZN10ColdRubyVM19formatRubyExceptionEN2v86HandleINS0_6ObjectEEEP8ColdRubyRSs
  52. 0804edc0 T _ZN10ColdRubyVM8evaluateERKSsRN2v86HandleINS2_5ValueEEE
  53. 0804ecb0 T _ZN10ColdRubyVM8evaluateERKSsS1_RN2v86HandleINS2_5ValueEEE
  54. 0804f020 T _ZN10ColdRubyVM9runRubyJSEP8ColdRubyRKSsS3_
  55. 0804b700 T _ZN10ColdRubyVMC1Ev
  56. 0804b700 T _ZN10ColdRubyVMC2Ev
  57. 0804b450 T _ZN10ColdRubyVMD0Ev
  58. 0804b3d0 T _ZN10ColdRubyVMD1Ev
  59. 0804b3d0 T _ZN10ColdRubyVMD2Ev
  60. 080535e0 W _ZN12RubyCompilerD0Ev
  61. 080535d0 W _ZN12RubyCompilerD1Ev
  62. 080535d0 W _ZN12RubyCompilerD2Ev
  63. 08056e50 W _ZN15ColdRubyRuntimeD1Ev
  64. 08056e50 W _ZN15ColdRubyRuntimeD2Ev
  65. 08055950 T _ZN15MRIRubyCompiler10initializeEPFiP12RubyCompilerPvES2_
  66. 080564c0 T _ZN15MRIRubyCompiler13mri_exceptionEv
  67. 08055b40 T _ZN15MRIRubyCompiler14boot_protectedEPNS_14compile_data_tE
  68. 08055990 T _ZN15MRIRubyCompiler17compile_protectedEPNS_14compile_data_tE
  69. 080564a0 T _ZN15MRIRubyCompiler22boot_protected_wrapperEm
  70. 08055b20 T _ZN15MRIRubyCompiler25compile_protected_wrapperEm
  71. 08056d90 T _ZN15MRIRubyCompiler4bootERKSsS1_
  72. 08056d30 T _ZN15MRIRubyCompiler7compileERKSsS1_RSs
  73. 08055980 T _ZN15MRIRubyCompiler7sysinitEPiPPPc
  74. 08053740 W _ZN15MRIRubyCompilerD0Ev
  75. 08053600 W _ZN15MRIRubyCompilerD1Ev
  76. 08053600 W _ZN15MRIRubyCompilerD2Ev
  77. 08057770 T _ZN17ColdRubyExceptionC1ESs
  78. 080577e0 T _ZN17ColdRubyExceptionC1ESsSs
  79. 08057770 T _ZN17ColdRubyExceptionC2ESs
  80. 080577e0 T _ZN17ColdRubyExceptionC2ESsSs
  81. 08057750 T _ZN17ColdRubyExceptionD0Ev
  82. 080576b0 T _ZN17ColdRubyExceptionD1Ev
  83. 080576b0 T _ZN17ColdRubyExceptionD2Ev
  84. 08053cc0 T _ZN18ColdRubyStackFrame11setFunctionERKSs
  85. 08053d60 T _ZN18ColdRubyStackFrame14setFrameNumberEi
  86. 08053da0 T _ZN18ColdRubyStackFrame5parseERKSs
  87. 08054270 T _ZN18ColdRubyStackFrame7rebuildEv
  88. 08053ca0 T _ZN18ColdRubyStackFrame7setFileERKSs
  89. 08053cf0 T _ZN18ColdRubyStackFrame7setInfoERKSs
  90. 08053d20 T _ZN18ColdRubyStackFrame7setLineEi
  91. 08053d90 T _ZN18ColdRubyStackFrame8setFrameEN2v86HandleINS0_6ObjectEEE
  92. 08053d40 T _ZN18ColdRubyStackFrame9setColumnEi
  93. 08053c50 T _ZN18ColdRubyStackFrameC1Ev
  94. 08053c50 T _ZN18ColdRubyStackFrameC2Ev
  95. 0804f480 W _ZN18ColdRubyStackFrameD1Ev
  96. 0804f480 W _ZN18ColdRubyStackFrameD2Ev
  97. 080548a0 T _ZN18ColdRubyStackTrace5parseERKSs
  98. 08054fe0 T _ZN18ColdRubyStackTrace7rebuildEv
  99. 08055450 T _ZN20StandardRubyCompiler14setErrorStringERKSs
  100. 080556c0 T _ZN20StandardRubyCompiler4bootERKSs
  101. 08055470 T _ZN20StandardRubyCompiler7compileERKSsRSs
  102. 08055870 W _ZN20StandardRubyCompilerD0Ev
  103. 080558e0 W _ZN20StandardRubyCompilerD1Ev
  104. 080558e0 W _ZN20StandardRubyCompilerD2Ev
  105. U _ZN2v811HandleScopeC1Ev
  106. U _ZN2v811HandleScopeD1Ev
  107. U _ZN2v814ObjectTemplate3NewEv
  108. U _ZN2v816FunctionTemplate3NewEPFNS_6HandleINS_5ValueEEERKNS_9ArgumentsEES3_NS1_INS_9SignatureEEE
  109. U _ZN2v82V813DisposeGlobalEPPNS_8internal6ObjectE
  110. U _ZN2v82V818GlobalizeReferenceEPPNS_8internal6ObjectE
  111. U _ZN2v82V818SetFlagsFromStringEPKci
  112. U _ZN2v84NullEv
  113. U _ZN2v85Array3NewEi
  114. U _ZN2v86Object3GetENS_6HandleINS_5ValueEEE
  115. U _ZN2v86Object3GetEj
  116. U _ZN2v86Object3HasENS_6HandleINS_6StringEEE
  117. U _ZN2v86Object3SetEjNS_6HandleINS_5ValueEEE
  118. U _ZN2v86Script3RunEv
  119. U _ZN2v86Script7CompileENS_6HandleINS_6StringEEEPNS_12ScriptOriginEPNS_10ScriptDataES3_
  120. U _ZN2v86String3NewEPKci
  121. U _ZN2v86String9Utf8ValueC1ENS_6HandleINS_5ValueEEE
  122. U _ZN2v86String9Utf8ValueD1Ev
  123. U _ZN2v87Context3NewEPNS_22ExtensionConfigurationENS_6HandleINS_14ObjectTemplateEEENS3_INS_5ValueEEE
  124. U _ZN2v87Context4ExitEv
  125. U _ZN2v87Context5EnterEv
  126. U _ZN2v87Context6GlobalEv
  127. U _ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
  128. U _ZN2v88Template3SetENS_6HandleINS_6StringEEENS1_INS_4DataEEENS_17PropertyAttributeE
  129. U _ZN2v88TryCatchC1Ev
  130. U _ZN2v88TryCatchD1Ev
  131. U _ZN2v89UndefinedEv
  132. 08050e70 T _ZN8ColdRuby10searchPathEv
  133. 08050a10 T _ZN8ColdRuby13setSearchPathESt6vectorISsSaISsEE
  134. 080509e0 T _ZN8ColdRuby14setErrorStringERKSs
  135. 08050730 T _ZN8ColdRuby3runERKSs
  136. 08050470 T _ZN8ColdRuby3runERKSsS1_
  137. 08050400 T _ZN8ColdRubyC1EP10ColdRubyVMN2v86HandleINS2_6ObjectEEE
  138. 08050400 T _ZN8ColdRubyC2EP10ColdRubyVMN2v86HandleINS2_6ObjectEEE
  139. 080503e0 T _ZN8ColdRubyD0Ev
  140. 08050360 T _ZN8ColdRubyD1Ev
  141. 08050360 T _ZN8ColdRubyD2Ev
  142. 0804b9b0 T _ZNK10ColdRubyVM8compilerEv
  143. 08055940 T _ZNK15MRIRubyCompiler7runtimeEv
  144. 08057850 T _ZNK17ColdRubyException13exceptionInfoEv
  145. 080576a0 T _ZNK17ColdRubyException4whatEv
  146. 08053d50 T _ZNK18ColdRubyStackFrame11frameNumberEv
  147. 08053c90 T _ZNK18ColdRubyStackFrame4fileEv
  148. 08053ce0 T _ZNK18ColdRubyStackFrame4infoEv
  149. 08053d10 T _ZNK18ColdRubyStackFrame4lineEv
  150. 08053d70 T _ZNK18ColdRubyStackFrame5frameEv
  151. 08053d30 T _ZNK18ColdRubyStackFrame6columnEv
  152. 08053cb0 T _ZNK18ColdRubyStackFrame8functionEv
  153. 08055440 T _ZNK20StandardRubyCompiler11errorStringEv
  154. U _ZNK2v85Array6LengthEv
  155. U _ZNK2v85Value11IsUndefinedEv
  156. U _ZNK2v85Value11Uint32ValueEv
  157. U _ZNK2v85Value6IsNullEv
  158. U _ZNK2v85Value7IsArrayEv
  159. U _ZNK2v85Value8IsObjectEv
  160. U _ZNK2v85Value8IsUint32Ev
  161. U _ZNK2v85Value8ToObjectEv
  162. U _ZNK2v87Message12GetEndColumnEv
  163. U _ZNK2v87Message13GetLineNumberEv
  164. U _ZNK2v87Message13GetSourceLineEv
  165. U _ZNK2v87Message14GetStartColumnEv
  166. U _ZNK2v87Message21GetScriptResourceNameEv
  167. U _ZNK2v88TryCatch10StackTraceEv
  168. U _ZNK2v88TryCatch7MessageEv
  169. U _ZNK2v88TryCatch9ExceptionEv
  170. U _ZNK2v88TryCatch9HasCaughtEv
  171. 08050a00 T _ZNK8ColdRuby11errorStringEv
  172. 08050450 T _ZNK8ColdRuby4rubyEv
  173. U _ZNKSs4findEcj@@GLIBCXX_3.4
  174. U _ZNKSs5rfindEcj@@GLIBCXX_3.4
  175. U _ZNKSs7compareEPKc@@GLIBCXX_3.4
  176. U _ZNKSt5ctypeIcE13_M_widen_initEv@@GLIBCXX_3.4.11
  177. U _ZNSo5flushEv@@GLIBCXX_3.4
  178. U _ZNSolsEi@@GLIBCXX_3.4
  179. 08050290 W _ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag
  180. U _ZNSs4_Rep10_M_destroyERKSaIcE@@GLIBCXX_3.4
  181. 0805bb40 B _ZNSs4_Rep20_S_empty_rep_storageE@@GLIBCXX_3.4
  182. U _ZNSs4_Rep9_S_createEjjRKSaIcE@@GLIBCXX_3.4
  183. U _ZNSs6appendEPKcj@@GLIBCXX_3.4
  184. U _ZNSs6appendERKSs@@GLIBCXX_3.4
  185. U _ZNSs6appendEjc@@GLIBCXX_3.4
  186. U _ZNSs6assignEPKcj@@GLIBCXX_3.4
  187. U _ZNSs6assignERKSs@@GLIBCXX_3.4
  188. U _ZNSs7reserveEj@@GLIBCXX_3.4
  189. U _ZNSs9_M_mutateEjjj@@GLIBCXX_3.4
  190. U _ZNSsC1EPKcRKSaIcE@@GLIBCXX_3.4
  191. U _ZNSsC1EPKcjRKSaIcE@@GLIBCXX_3.4
  192. U _ZNSsC1ERKSs@@GLIBCXX_3.4
  193. U _ZNSsC1ERKSsjj@@GLIBCXX_3.4
  194. U _ZNSsC1EjcRKSaIcE@@GLIBCXX_3.4
  195. U _ZNSsD1Ev@@GLIBCXX_3.4
  196. 08056ee0 W _ZNSt12_Destroy_auxILb0EE9__destroyIP15ColdRubyRuntimeEEvT_S4_
  197. 0804f980 W _ZNSt12_Destroy_auxILb0EE9__destroyIP18ColdRubyStackFrameEEvT_S4_
  198. 08051930 W _ZNSt12_Destroy_auxILb0EE9__destroyIPSsEEvT_S3_
  199. U _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE7_M_syncEPcjj@@GLIBCXX_3.4
  200. 0804f620 W _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED0Ev
  201. 0804f5b0 W _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev
  202. 0804f5b0 W _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED2Ev
  203. U _ZNSt19basic_istringstreamIcSt11char_traitsIcESaIcEED1Ev@@GLIBCXX_3.4
  204. U _ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev@@GLIBCXX_3.4
  205. U _ZNSt6localeC1Ev@@GLIBCXX_3.4
  206. U _ZNSt6localeD1Ev@@GLIBCXX_3.4
  207. 08056fa0 W _ZNSt6vectorI15ColdRubyRuntimeSaIS0_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS0_S2_EEjRKS0_
  208. 0804fa90 W _ZNSt6vectorI18ColdRubyStackFrameSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_
  209. 080501b0 W _ZNSt6vectorI18ColdRubyStackFrameSaIS0_EE6insertEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_
  210. 0804f690 W _ZNSt6vectorI18ColdRubyStackFrameSaIS0_EED1Ev
  211. 0804f690 W _ZNSt6vectorI18ColdRubyStackFrameSaIS0_EED2Ev
  212. 0804f7e0 W _ZNSt6vectorIN2v86HandleINS0_6StringEEESaIS3_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS3_S5_EERKS3_
  213. 0804f7c0 W _ZNSt6vectorIN2v86HandleINS0_6StringEEESaIS3_EED1Ev
  214. 0804f7c0 W _ZNSt6vectorIN2v86HandleINS0_6StringEEESaIS3_EED2Ev
  215. 08053900 W _ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs
  216. 080519b0 W _ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEjRKSs
  217. 080518a0 W _ZNSt6vectorISsSaISsEED1Ev
  218. 080518a0 W _ZNSt6vectorISsSaISsEED2Ev
  219. U _ZNSt8ios_base4InitC1Ev@@GLIBCXX_3.4
  220. U _ZNSt8ios_base4InitD1Ev@@GLIBCXX_3.4
  221. U _ZNSt8ios_baseC2Ev@@GLIBCXX_3.4
  222. U _ZNSt8ios_baseD2Ev@@GLIBCXX_3.4
  223. U _ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_E@@GLIBCXX_3.4
  224. U _ZNSt9exceptionD2Ev@@GLIBCXX_3.4
  225. U _ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_i@@GLIBCXX_3.4.9
  226. U _ZSt16__throw_bad_castv@@GLIBCXX_3.4
  227. U _ZSt17__throw_bad_allocv@@GLIBCXX_3.4
  228. U _ZSt19__throw_logic_errorPKc@@GLIBCXX_3.4
  229. U _ZSt20__throw_length_errorPKc@@GLIBCXX_3.4
  230. U _ZSt20__throw_out_of_rangePKc@@GLIBCXX_3.4
  231. 0805b840 B _ZSt3cin@@GLIBCXX_3.4
  232. 0805ba00 B _ZSt4cout@@GLIBCXX_3.4
  233. U _ZSt7getlineIcSt11char_traitsIcESaIcEERSt13basic_istreamIT_T0_ES7_RSbIS4_S5_T1_ES4_@@GLIBCXX_3.4
  234. 0805bbb4 b _ZStL8__ioinit
  235. 08053880 W _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_
  236. 0804f560 W _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_
  237. 08057bd0 V _ZTI10ColdRubyVM
  238. 080581ec V _ZTI12RubyCompiler
  239. 08058340 V _ZTI15MRIRubyCompiler
  240. 08058388 V _ZTI17ColdRubyException
  241. 08058264 V _ZTI20StandardRubyCompiler
  242. 08057c8c V _ZTI8ColdRuby
  243. 0805ba8c V _ZTISt9exception@@GLIBCXX_3.4
  244. 08057bc0 V _ZTS10ColdRubyVM
  245. 080581f4 V _ZTS12RubyCompiler
  246. 0805832c V _ZTS15MRIRubyCompiler
  247. 08058374 V _ZTS17ColdRubyException
  248. 0805824c V _ZTS20StandardRubyCompiler
  249. 08057c80 V _ZTS8ColdRuby
  250. 0805b968 V _ZTTSt19basic_istringstreamIcSt11char_traitsIcESaIcEE@@GLIBCXX_3.4
  251. 0805b990 V _ZTTSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE@@GLIBCXX_3.4
  252. 08057bb0 V _ZTV10ColdRubyVM
  253. 080581c0 V _ZTV12RubyCompiler
  254. 08058300 V _ZTV15MRIRubyCompiler
  255. 08058360 V _ZTV17ColdRubyException
  256. 08058220 V _ZTV20StandardRubyCompiler
  257. 08057c70 V _ZTV8ColdRuby
  258. 0805b9c0 V _ZTVN10__cxxabiv117__class_type_infoE@@CXXABI_1.3
  259. 0805baa0 V _ZTVN10__cxxabiv120__si_class_type_infoE@@CXXABI_1.3
  260. 0805bb00 V _ZTVSt15basic_streambufIcSt11char_traitsIcEE@@GLIBCXX_3.4
  261. 0805b8e0 V _ZTVSt15basic_stringbufIcSt11char_traitsIcESaIcEE@@GLIBCXX_3.4
  262. 0805bb60 V _ZTVSt19basic_istringstreamIcSt11char_traitsIcESaIcEE@@GLIBCXX_3.4
  263. 0805b940 V _ZTVSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE@@GLIBCXX_3.4
  264. 0805b920 V _ZTVSt9basic_iosIcSt11char_traitsIcEE@@GLIBCXX_3.4
  265. 0805bbc0 b _ZZN15MRIRubyCompiler14boot_protectedEPNS_14compile_data_tEE18rb_intern_id_cache
  266. 0805bbbc b _ZZN15MRIRubyCompiler14boot_protectedEPNS_14compile_data_tEE18rb_intern_id_cache_0
  267. 0805bbb8 b _ZZN15MRIRubyCompiler17compile_protectedEPNS_14compile_data_tEE18rb_intern_id_cache
  268. U _ZdaPv@@GLIBCXX_3.4
  269. U _ZdlPv@@GLIBCXX_3.4
  270. U _Znaj@@GLIBCXX_3.4
  271. U _Znwj@@GLIBCXX_3.4
  272. 0805b4dc d __CTOR_END__
  273. 0805b4d4 d __CTOR_LIST__
  274. 0805b4e4 D __DTOR_END__
  275. 0805b4e0 d __DTOR_LIST__
  276. 0805983c r __FRAME_END__
  277. 0805b4e8 d __JCR_END__
  278. 0805b4e8 d __JCR_LIST__
  279. 0805b838 A __bss_start
  280. U __cxa_allocate_exception@@CXXABI_1.3
  281. U __cxa_atexit@@GLIBC_2.1.3
  282. U __cxa_begin_catch@@CXXABI_1.3
  283. U __cxa_end_catch@@CXXABI_1.3
  284. U __cxa_free_exception@@CXXABI_1.3
  285. U __cxa_pure_virtual@@CXXABI_1.3
  286. U __cxa_rethrow@@CXXABI_1.3
  287. U __cxa_throw@@CXXABI_1.3
  288. 0805b830 D __data_start
  289. 080578d0 t __do_global_ctors_aux
  290. 0804b340 t __do_global_dtors_aux
  291. 0805b834 D __dso_handle
  292. U __errno_location@@GLIBC_2.0
  293. w __gmon_start__
  294. U __gxx_personality_v0@@CXXABI_1.3
  295. 080578ca T __i686.get_pc_thunk.bx
  296. 0805b4d4 d __init_array_end
  297. 0805b4d4 d __init_array_start
  298. 08057860 T __libc_csu_fini
  299. 08057870 T __libc_csu_init
  300. U __libc_start_main@@GLIBC_2.0
  301. 0805b838 A _edata
  302. 0805bbc4 A _end
  303. 080578fc T _fini
  304. 08057920 R _fp_hw
  305. 0804aa74 T _init
  306. 0804b310 T _start
  307. 0805bba8 b completed.5537
  308. 0805b830 W data_start
  309. 0805bbac b dtor_idx.5539
  310. U fclose@@GLIBC_2.1
  311. U ferror@@GLIBC_2.0
  312. U fgets@@GLIBC_2.0
  313. U fopen@@GLIBC_2.1
  314. U fprintf@@GLIBC_2.0
  315. U fputc@@GLIBC_2.0
  316. U fputs@@GLIBC_2.0
  317. 0804b3a0 t frame_dummy
  318. U fread@@GLIBC_2.0
  319. U fseek@@GLIBC_2.0
  320. U ftell@@GLIBC_2.0
  321. U getopt_long@@GLIBC_2.0
  322. 08051ee0 T main
  323. U memcpy@@GLIBC_2.0
  324. 0805bba0 B optarg@@GLIBC_2.0
  325. 0805b9a0 B optind@@GLIBC_2.0
  326. U printf@@GLIBC_2.0
  327. w pthread_cancel@@GLIBC_2.0
  328. U puts@@GLIBC_2.0
  329. U rb_ary_entry
  330. U rb_ary_push
  331. 0805bba4 B rb_cFalseClass
  332. 0805b980 B rb_cFixnum
  333. 0805ba98 B rb_cNilClass
  334. 0805b9f0 B rb_cSymbol
  335. 0805b988 B rb_cTrueClass
  336. U rb_class_path
  337. U rb_funcall
  338. U rb_gv_get
  339. U rb_intern2
  340. U rb_obj_as_string
  341. U rb_protect
  342. U rb_sourcefile
  343. U rb_sourceline
  344. U rb_str_new
  345. U rewind@@GLIBC_2.0
  346. U ruby_init
  347. U ruby_init_stack
  348. U ruby_sysinit
  349. 0805b9ec B stderr@@GLIBC_2.0
  350. 0805bacc B stdin@@GLIBC_2.0
  351. 0805bae0 B stdout@@GLIBC_2.0
  352. U strerror@@GLIBC_2.0
  353. U strlen@@GLIBC_2.0
  354. U strtol@@GLIBC_2.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement