gdb-output.txt

gdb output - Jose Goicolea, 04/22/2015 11:24 am

Download (1.2 kB)

 
1
goico@trueno:~/AMC$ gdb --args /opt/local/lib/AMC/exec/AMC-detect -x 2480.31494396015 -y 3507.87397260274 -d 42.519511994409 -p 0.2 -m 0.2 -t 0.6 -o 1
2
GNU gdb 6.3.50-20050815 (Apple version gdb-1824) (Wed Feb  6 22:51:23 UTC 2013)
3
4
... [gdb messages omitted]
5
6
(gdb) run  
7
Starting program: /opt/local/lib/AMC/exec/AMC-detect -x 2480.31494396015 -y 3507.87397260274 -d 42.519511994409 -p 0.2 -m 0.2 -t 0.6 -o 1
8
Reading symbols for shared libraries +++++........................................warning: Could not find object file "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_bzip2/bzip2/work/bzip2-1.0.6/blocksort.o" - no debug information available for "blocksort.c".
9
10
... [several similar warnings omitted]
11
12
warning: Could not find object file "/opt/local/var/macports/build/_opt_mports_dports_security_p11-kit/p11-kit/work/p11-kit-0.22.1/./.libs/libp11-library.a(library.o)" - no debug information available for "library.c".
13
14
... done
15
TX=2480.31 TY=3507.87 DIAM=42.52
16
load /Users/goico/AMC/k/scans/t6_0000.tif
17
18
Program received signal EXC_BAD_ACCESS, Could not access memory.
19
Reason: KERN_INVALID_ADDRESS at address: 0x000000010730e180
20
0x0000000100618adc in put1bitbwtile ()
21
(gdb) 
22