Bug 193074

Summary: nss-debuginfo contains no debug info for shared libraries
Product: [Fedora] Fedora Reporter: Nalin Dahyabhai <nalin>
Component: nssAssignee: Kai Engert (:kaie) (inactive account) <kengert>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2006-07-03 15:15:26 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:
Bug Depends On: 197317    
Bug Blocks: 150224    

Description Nalin Dahyabhai 2006-05-24 22:36:51 UTC
Description of problem:
The nss-debuginfo package doesn't contain debug data for the shared libraries.

Version-Release number of selected component (if applicable):
3.11-4

How reproducible:
Always

Steps to Reproduce:
1. Build an application with libnss3.
2. Attempt to debug the application.
3. The debugger won't find the data it needs.
  
Additional info:
The buildroot policy script which extracts debug information for inclusion in
the debuginfo package only examines ELF files with the execute bit set.  The
%install portion of the .spec file installs the shared libraries with mode 0644,
so the policy script skips over them.  Installing the shared libraries with mode
0755 during %install fixes the problem.

Comment 1 Kai Engert (:kaie) (inactive account) 2006-07-02 21:20:19 UTC
nss-3.11.2-1 should appear soon on the rawhide download server, which contains a
fix for thix bug