Open
Bug 853296
Opened 12 years ago
Updated 2 years ago
Cannot find debug information for nss source files
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: ehsan.akhgari, Unassigned)
References
Details
I get tons of these types of errors every time I run gdb on my firefox these days:
warning: Could not find object file "/Users/ehsanakhgari/moz/mozilla-central/obj-ff-dbg/security/build/tmpIifklV/derenc.o" - no debug information available for "derenc.c".
Is this a regression from the recent NSS changes?
Comment 1•12 years ago
|
||
That comes from bug 648407. The only trick I can think of would be for expandlibs to check if the .o files it extracts from .a archives exist alongside.
Blocks: 648407
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•