On Fri, Jan 03, 2014 at 02:38:48PM -0500, sri...@marirs.net.in wrote:
> /tmp$ ltrace -f -o /dev/null ./x
> ltrace: Can't open ELF file "./x"
[...]
> But if the program is run like this below, it works fine.
> 
> $ ltrace -f -o /dev/null bash x
> $ ltrace -f -o /dev/null sh x
> 
> Guess this is a wrong bug report filed

No, it is a genuine bug.

ltrace should see if the first characters of the file are "#!" and
execute and trace the correct interpreter for the file.

Thank you for your comment,

-- 
Juan Cespedes
Debian Developer


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to