This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/252: Strange messages with gdb.



>Number:         252
>Category:       gdb
>Synopsis:       Strange messages with gdb.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 05 00:38:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Atul Sowani
>Release:        RHL7.1 (seawolf)
>Organization:
>Environment:
Intel Pentium with RHL 7.1 (seawolf)
>Description:
sample program:

int main (void)
{
  printf ("hello world!\n");
  return (0);
}

Compiled this program with -ggdb option of GCC.
While debugging above program, I always get an error:

"/home/atul/printf.c" not found!

This error is reported for all system calls (e.g.: strcpy,
scanf, ...)
I did a standard (automatic) RHL installation.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]