Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created September 23, 2009 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbussink/192223 to your computer and use it in GitHub Desktop.
Save dbussink/192223 to your computer and use it in GitHub Desktop.
dirkjan@nvc1372 ~/Documents/projects/rubinius master $ gdb --args ./bin/rbx -XJ -Xjit.inline.debug
GNU gdb 6.3.50-20050815 (Apple version gdb-1344) (Fri Jul 3 01:19:56 UTC 2009)
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 "x86_64-apple-darwin"...Reading symbols for shared libraries .... done
(gdb) run
Starting program: /Users/dirkjan/Documents/projects/rubinius/bin/rbx -XJ -Xjit.inline.debug
Reading symbols for shared libraries +++. done
JIT: compiling String#get_pattern
inlining: Kernel#kind_of? into get_pattern. generic primitive: jit_stub_object_kind_of
inlining: Kernel#kind_of? into get_pattern. generic primitive: jit_stub_object_kind_of
inlining: Kernel#kind_of? into get_pattern. generic primitive: jit_stub_object_kind_of
inlining: Kernel#kind_of? into get_pattern. generic primitive: jit_stub_object_kind_of
JIT: compiling Array::IdentityMap#match?
inlining: Rubinius::Tuple#[] into match?. primitive tuple_at
JIT: compiling Array#first
inlining: Kernel#equal? into first. primitive object_equal
NOT inlining: at. Cache contains 2
Sexp 746
Array 1413
JIT: compiling Array#each
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x000000005fbf3384
0x0000000102a00c59 in ?? ()
(gdb) bt
#0 0x0000000102a00c59 in ?? ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment