Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't continue program under debugger on OS X 10.6.8 #32

Closed
XVilka opened this issue Nov 17, 2012 · 1 comment
Closed

Can't continue program under debugger on OS X 10.6.8 #32

XVilka opened this issue Nov 17, 2012 · 1 comment

Comments

@XVilka
Copy link
Contributor

XVilka commented Nov 17, 2012

not sure if it's a bug or my fault. I tried radare2 0.9.1hg @ darwin-little-x86 build 2012-02-13 and radare2 0.9 @ darwin-little-x86

Here's the results...


bash-3.2$ r2 -d test
Process with PID 31299 started...
PID = 31299
io_redirect: mach://31299
pid: 31299
task: 4867
NOTE: Fat binary found. Selected sub-bin is: -a x86 -b 64
NOTE: Use -a and -b to select sub binary in fat binary
$ r2 -a x86 -b 64 /bin/test # 0x00001000
$ r2 -a x86 -b 32 /bin/test # 0x00006000
$ r2 -a ppc -b 32 /bin/test # 0x0000b000
pid = 31299 tid = 31299
r_debug_select: 31299 31299
-- If you want to open the file in read-write mode use -w flag or -e cfg.write=true
[0x7fff5fc01028]> dc
r_debug_reg: error reading registers pid=31299
trace_pc: cannot get opcode size at 0x7fff5fc01028
r_debug_reg: error reading registers pid=31299
[R2] Breakpoint recoil at 0x7fff5fc01028 = 0
r_debug_select: 31299 0
r_debug_reg: error reading registers pid=31299
r_debug_reg: error reading registers pid=31299
r_debug_reg: error reading registers pid=31299
[0x7fff5fc01028]>

Reply 1: are you using the version from hg? this works fine here on 10.6.8

P.S. Moved from http://rada.re/y/bugs.php?bugs&s=view&id=66

@radare
Copy link
Collaborator

radare commented Nov 20, 2012

can't reproduce. probably too old. OSX is my main platform of development and I the debugger works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants