Bug 1447

Summary: libc installed with debugging info by default
Product: [Retired] Red Hat Linux Reporter: cinlar
Component: glibcAssignee: Cristian Gafton <gafton>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-04-08 21:30:35 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 cinlar 1999-03-07 14:49:42 UTC
/usr/lib/libc-2.0.7.so and /usr/lib/libc.a are installed by
default with debugging symbols. The source is not installed
by default, this caused gdb to stop every time a C function
is stepped. The desired result is to simply step over the C
function as is the case in Redhat 4.2, SUSE, and Debian.
strip -g /usr/lib/libc.a reduces the file size from 7.5M to
~1.5M and cures the gdb problem for statically linked
binaries. a copy of /lib.libc-2.0.7.so goes from 3.5M to
~750K but I have yet to figure out how to get the programs
to link with the new lib. If this is NOT a bug what hte
proper switch to tell gdb not to crash every time a C
function is stepped over?

Comment 1 David Lawrence 1999-04-08 21:30:59 UTC
We will probably not change this for the next release of Red Hat.