Bug 318
| Summary: | ../sysdeps/generic/strcmp.c:38: No such file or directory | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | jjesso |
| Component: | gdb | Assignee: | David Lawrence <dkl> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.2 | CC: | 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
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. |