Closed
Bug 1124984
Opened 10 years ago
Closed 10 years ago
symbolstore.py forced gzip call
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla38
People
(Reporter: twhitema, Assigned: twhitema)
Details
Attachments
(1 file)
646 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
When processing crash reports (on unix), the gzip call can stall (prompting for input) if the destination .gz file already exists.
This isn't a problem in regular Firefox builds, but I run into it when building Komodo's crash report symbols, as we use it to process python libraries (.so) files, which in some cases can occur in multiple directories.
Shouldn't be any harm in adding this gzip option for other Linux dump builders.
Assignee | ||
Updated•10 years ago
|
Attachment #8553492 -
Flags: review?(ted)
Comment 1•10 years ago
|
||
Comment on attachment 8553492 [details] [diff] [review]
Forced gzip command
Seems fine.
Attachment #8553492 -
Flags: review?(ted) → review+
Assignee | ||
Updated•10 years ago
|
Attachment #8553492 -
Flags: checkin?
Updated•10 years ago
|
Attachment #8553492 -
Attachment is patch: true
Comment 2•10 years ago
|
||
Assignee: nobody → toddw
Comment 3•10 years ago
|
||
Comment on attachment 8553492 [details] [diff] [review]
Forced gzip command
Thanks for the patch, Todd! A couple minor things for the future, though. First, please use the checkin-needed bug keyword when your patch is ready to land. Our automated bug marking tools work much better with it (the checkin? flag is more useful for multi-patch bugs where things aren't all landing at the same time).
Also, please make sure that your patches include commit information. The link below provides some instructions to ensure that your patches have the needed metadata. Thanks!
https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#How_can_I_generate_a_patch_for_somebody_else_to_check-in_for_me.3F
Attachment #8553492 -
Flags: checkin? → checkin+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•