Comment 13 for bug 571356

Revision history for this message
Jay Ache (jayache80) wrote :

Can confirm, this problem exists on GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.3) 7.7.1

Compile:
gcc hello.c -g -o hello

run gdb:
gdb -tui hello

in gdb, start your program:
(gdb) run

displayed:
dl-debug.c:74 No such file or directory
dl-debug.c:74 No such file or directory
    [Inferior 1 (process ....) exited normally]

Do not get program output.

Starting gdb without -tui seems to work fine.

On Ubuntu Windows Subsystem for Linux (WSL)