Appears the error:
Cannot open '/proc/2851/maps': No such file or directory
Steps to reproduce the behavior
At the terminal load the radare2 in debug mode with a program
$r2 -d a.out
The output:
Hello world!= attach 2851 2851Cannot open '/proc/2851/maps': No such file or directoryHello world!asm.bits 64Cannot open '/proc/2851/maps': No such file or directory[0x00000000]>
Work environment
Expected behavior
Should load the program in debug mode
Actual behavior
Appears the error: Cannot open '/proc/2851/maps': No such file or directory
Steps to reproduce the behavior
$r2 -d a.out
Hello world!= attach 2851 2851
Cannot open '/proc/2851/maps': No such file or directory
Hello world!asm.bits 64
Cannot open '/proc/2851/maps': No such file or directory
[0x00000000]>