dbussink (owner)

Revisions

gist: 191452 Download_button fork
public
Public Clone URL: git://gist.github.com/191452.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
gdb --args ./bin/rbx -XJ benchmark/rubinius/numerics/bm_add.rb 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 benchmark/rubinius/numerics/bm_add.rb
Reading symbols for shared libraries +++. done
Rehearsal ---------------------------------------------------
loop
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x000000005fbf1d64
0x0000000102c02d46 in ?? ()
(gdb) bt
#0 0x0000000102c02d46 in ?? ()
(gdb)