radareorg/radare2-r2pipe

[python3] r2.quit() hangs execution

scmanjarrez opened this issue · 3 comments

Environment

Python 3.8.11

lun ago 16 13:14:15 CEST 2021
radare2 5.4.0-git 26650 @ linux-x86-64 git.5.4.0-git
commit: b0d8f6d3fc1262033af8d7366d99566958c6f9cb build: 2021-08-16__12:53:05
Linux x86_64
1.5.3

Description

Exiting r2 with quit() hangs the program.

Test

pip3 install r2pipe
python3
>>> import r2pipe
>>> r2 = r2pipe.open('/bin/ls')
>>> print(r2.cmd('?e Hello World'))
Hello World
>>> r2.quit()

Peek 2021-08-16 13-24

Hi, thank you very much. Version 1.5.5 (40de58e) now exits correctly. Closing issue.

Awesome! i found another issue and i'm fixing it, so expect 1.5.6 to be published soon. Thanks for reporting! We surely need to add more r2pipe tests in the main repo.