sha0 sha0 escribió:
> Hi,
> 
> If radare is being used, and then apply changes with "make install",
> when radare tryes to do a debug_close() a segfault will appear.
> 
> 
> The cause is this Makefile's line:
> 
> -cp -rf src/plug/hack/*.${SHARED_EXT} ${LIBDIR}/radare
> 
> regrads.
> 
> 
> 
> 
> 
> 
> (maybe  install: delete opened file
> 
> Maybe Makefile
> _______________________________________________
> radare mailing list
> [email protected]
> http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

The correct process to install a new file version is 1) remove it 2)
copy it.

The recommended Unix way to install a file is to use the program install
(1) that follows the algorithm described above.

Greets,
ge


_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to