Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 318

Summary: ../sysdeps/generic/strcmp.c:38: No such file or directory
Product: [Retired] Red Hat Linux Reporter: jjesso
Component: gdbAssignee: David Lawrence <dkl>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2CC: jjesso
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1998-12-06 20:53:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description jjesso 1998-12-06 17:04:30 UTC
I don't know if this is a bug or what, but something is
wrong.

I have i386-redhat-linux 5.2.  I use gdb to step through a C
program and
get these error messages when I come across something like
f = fopen( filename, "r" );

../sysdeps/generic/strcmp.c:38: No such file or directory

I also get other errors about malloc.c.

I am certain that the gdb program is the problem.  By the
way, I upgraded
from rhl5.1 and got the same problem there also and am
getting the same
problem now with rhl5.2.

Maybe it's something to do with how gdb was configured for
redhat linux
i386??

Please help!! I really want to be able to debug my programs.

Thank you very much.
Jason Jesso.

Comment 1 David Lawrence 1998-12-06 20:53:59 UTC
This is not really a bug. GDB is trying to find the source code file
for the strcmp.c file which would not be present if you have not
installed the source code for GLIBC. You can use the finish command in
gdb to finish out the function call that orginally called strcmp.