radareorg / iaito

Official QT frontend of radare2
GNU General Public License v3.0
1.05k stars 88 forks source link

Debugging hangs #172

Open phil294 opened 3 months ago

phil294 commented 3 months ago

Environment

Sat Jul  6 12:16:17 AM CEST 2024
radare2 5.9.2 0 @ linux-x86-64
birth: git.5.9.2 2024-05-25__21:41:23
options: gpl release -O1 cs:5 cl:2 meson
iaito 5.9.2
Linux x86_64

Manjaro

Description

What exactly should happen when I click the debug button?

image

All the debug buttons don't do anything, and "stop debug" doesn't hide the popup, clicking "Cancel" doesn't do anything, neither does clicking the X on the popup window, and the popup window stays open even after iaito close, requiring a kill -9 before the process even stops (though the popup isn't unresponsive, it just ignores my Cancel clicks).

Test

My binary is a small harmless x86 binary compiled with Crystal, linking against some external C-libs. Debugging it with r2 in cmd line works.