Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created May 20, 2009 19:33
Show Gist options
  • Save dbussink/115032 to your computer and use it in GitHub Desktop.
Save dbussink/115032 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: 0x0471b933
0x934069c1 in __s2b_D2A ()
(gdb) bt
#0 0x934069c1 in __s2b_D2A ()
#1 0x000120fc in ruby_strtod (s00=0x2dd94f0 "57262152889751597425762.57804", se=0xbfff390c) at strtod.c:515
#2 0x000ce2e7 in rubinius::String::to_double (this=0x471b933, state=0x471b933) at vm/builtin/string.cpp:304
#3 0x000ce389 in rubinius::String::to_f (this=0x471b933, state=0xe00d90) at vm/builtin/string.cpp:271
#4 0x000f322f in float_from_bstring [inlined] () at vm/parser/grammar_runtime.cpp:55
#5 0x000f322f in rubinius::parser::syd_add_to_parse_tree (state=0xe00d90, parse_state=0x2dd5630, ary=0x19471c0, n=0x471b933, locals=0x0) at vm/parser/grammar_runtime.cpp:810
#6 0x000f395d in rubinius::parser::syd_add_to_parse_tree (state=0xe00d90, parse_state=0x2dd5630, ary=0x19470bc, n=0x471b933, locals=0x0) at vm/parser/grammar_runtime.cpp:638
#7 0x000f2d1b in rubinius::parser::syd_add_to_parse_tree (state=0xe00d90, parse_state=0x2dd5630, ary=0x1946fb8, n=0x471b933, locals=0x0) at vm/parser/grammar_runtime.cpp:310
#8 0x000f395d in rubinius::parser::syd_add_to_parse_tree (state=0xe00d90, parse_state=0x2dd5630, ary=0x1946954, n=0x471b933, locals=0x0) at vm/parser/grammar_runtime.cpp:638
#9 0x000f2d1b in rubinius::parser::syd_add_to_parse_tree (state=0xe00d90, parse_state=0x2dd5630, ary=0x1944da4, n=0x471b933, locals=0x0) at vm/parser/grammar_runtime.cpp:310
#10 0x000f2a77 in rubinius::parser::syd_add_to_parse_tree (state=0xe00d90, parse_state=0x2dd5630, ary=0x194493c, n=0x471b933, locals=0x0) at vm/parser/grammar_runtime.cpp:270
#11 0x000f2d1b in rubinius::parser::syd_add_to_parse_tree (state=0xe00d90, parse_state=0x2dd5630, ary=0x1943cd4, n=0x471b933, locals=0x0) at vm/parser/grammar_runtime.cpp:310
#12 0x000f2a77 in rubinius::parser::syd_add_to_parse_tree (state=0xe00d90, parse_state=0x2dd5630, ary=0x1943884, n=0x471b933, locals=0x0) at vm/parser/grammar_runtime.cpp:270
#13 0x000f2d1b in rubinius::parser::syd_add_to_parse_tree (state=0xe00d90, parse_state=0x2dd5630, ary=0x1942c0c, n=0x471b933, locals=0x0) at vm/parser/grammar_runtime.cpp:310
#14 0x000f2a77 in rubinius::parser::syd_add_to_parse_tree (state=0xe00d90, parse_state=0x2dd5630, ary=0x1942bdc, n=0x471b933, locals=0x0) at vm/parser/grammar_runtime.cpp:270
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment