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

Debugger Stalls W/ Connect In Profile #22892

Open
3B85A591 opened this issue May 1, 2024 · 0 comments
Open

Debugger Stalls W/ Connect In Profile #22892

3B85A591 opened this issue May 1, 2024 · 0 comments

Comments

@3B85A591
Copy link
Contributor

3B85A591 commented May 1, 2024

Environment

radare2 5.9.1 32041 @ linux-x86-64
birth: git.5.9.0-124-g4c363ac228 2024-05-01__03:36:10
commit: 4c363ac228df2e24d1345796c103505e70adfbcb
options: gpl -O? cs:5 cl:2 make
Linux x86_64

Description

r2 stalls and has to be killed via ctrl+\ or kill -9 when it fails to connect with connect=[addr]:[port] in a rr2 profile.

Test

#!/bin/rarun2
connect=localhost:7072
program=a.out

nc -l -p 7072 (in another terminal)
r2 -r profile.rr2
doo
dc
(kill nc, stop listening)
doo
(restart nc)
doo
dc
(stall, have to kill with ctrl+\)

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

1 participant