Closed
Bug 316841
Opened 20 years ago
Closed 19 years ago
Don't strip symbols on solaris
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: eagle.lu, Unassigned)
Details
Attachments
(1 file)
566 bytes,
patch
|
bryner
:
review-
|
Details | Diff | Splinter Review |
Re-produce steps:
1. cd xpinstall/packger
2. make
A binrary tarball will be built with symbols stripped. When firefox crashed, the call stacks contained in core will not contain symbol information. This call stack will give developer little help.
At least on solaris, the final tarball should contain symbol information.
Attachment #203384 -
Flags: review?(bryner)
Comment 2•20 years ago
|
||
Comment on attachment 203384 [details] [diff] [review]
patch
I don't think it makes sense to special case this for Solaris. These packages are generated for end-users, not developers.
Attachment #203384 -
Flags: review?(bryner) → review-
Updated•20 years ago
|
OS: Windows 2000 → Solaris
Hardware: PC → Sun
This can be easily avoided by adding STRIP=: or STRIP=true or PKG_SKIP_STRIP=1 to the make commandline. There's no reason to hardcode these defaults for a specific platform.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•