Closed Bug 553365 Opened 14 years ago Closed 14 years ago

sort out NSS stabs + dump_syms issue on 64-bit builds

Categories

(Toolkit :: Crash Reporting, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: ted, Assigned: jimb)

References

Details

Currently dump_syms on Linux has a bug where it fails to dump stabs symbols from 64-bit binaries. Unfortunately NSS has -gstabs hardcoded into its makefiles:
http://mxr.mozilla.org/mozilla-central/source/security/coreconf/Linux.mk#120

so if we enable Breakpad on 64-bit Linux builds, we won't get usable Breakpad symbols for NSS.

We either need to fix the symbol dumper or get NSS to obey our debug symbol preference.
My patches at:
http://hg.mozilla.org/users/jblandy_mozilla.com/breakpad-mq/
fix this problem --- specifically, abstract-stabs.patch (which depends on the earlier patches in the series). These have been submitted to Google for review.
Assignee: nobody → jim
Status: NEW → ASSIGNED
Looks like that all landed, so we should be ok.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Depends on: 567424
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.