Bug 193074 - nss-debuginfo contains no debug info for shared libraries
Summary: nss-debuginfo contains no debug info for shared libraries
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nss
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kai Engert (:kaie) (inactive account)
QA Contact:
URL:
Whiteboard:
Depends On: 197317
Blocks: FC6Blocker
TreeView+ depends on / blocked
 
Reported: 2006-05-24 22:36 UTC by Nalin Dahyabhai
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-07-03 15:15:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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



Note You need to log in before you can comment on or make changes to this bug.