Discussion:
[Bug tui/13003] New: unexpected "No such file or directory" warnings
dje at google dot com
2011-07-18 17:22:03 UTC
Permalink
http://sourceware.org/bugzilla/show_bug.cgi?id=13003

Summary: unexpected "No such file or directory" warnings
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: tui
AssignedTo: ***@sourceware.org
ReportedBy: ***@google.com


I'm getting the following with gdbtui:

dl-debug.c:77: No such file or directory.

repro:

$ gdbtui hello.x64
[...]
(gdb) start
Temporary breakpoint 1 at 0x400528: file hello.c, line 6.
Starting program: /home/dje/hello.x64
dl-debug.c:77: No such file or directory.
dl-debug.c:77: No such file or directory.

Temporary breakpoint 1, main () at hello.c:6
(gdb)
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-03 18:32:28 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=13003

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
CC| |tromey at sourceware dot org

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I wasn't able to reproduce this.
Do you have any more information about this bug?
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...