Closed
Bug 478761
Opened 16 years ago
Closed 16 years ago
CompareLeakLogs.createSummary crashed
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: bhearsum)
References
()
Details
Attachments
(1 file, 1 obsolete file)
1.14 KB,
patch
|
catlee
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
For whatever reason, a build didn't generate a leak log, and the CompareLeakLogs step crashed on createSummary.
It shouldn't be as picky, and probably report that as a an for via result and TinderboxPrint::
Assignee | ||
Comment 1•16 years ago
|
||
Can you provide more specifics? This sounds like bug 465505, but that was fixed before this was filed..so I'm not sure.
Reporter | ||
Comment 2•16 years ago
|
||
Seems like it tries to generate a summary for the failed step, and throws again.
Comment 3•16 years ago
|
||
Assignee | ||
Comment 4•16 years ago
|
||
OK, that helps a lot.
Assignee: nobody → bhearsum
Status: NEW → ASSIGNED
Priority: -- → P2
Assignee | ||
Comment 5•16 years ago
|
||
I think this will do the trick...
Attachment #363128 -
Flags: review?(catlee)
Comment 6•16 years ago
|
||
Comment on attachment 363128 [details] [diff] [review]
always make sure leakStats['new'] members are set
putting 'continue' in those else: blocks will prevent the following regexps from being checked.
How about you fill out all the default values when leakStats[resultSet] is created, and then if they're not set when looking through the log, then the defaults will show up.
Also, does formatBytes handle 'ERR'?
Attachment #363128 -
Flags: review?(catlee) → review-
Assignee | ||
Comment 7•16 years ago
|
||
Here's a more minimalistic, and working approaching.
Attachment #363128 -
Attachment is obsolete: true
Attachment #363140 -
Flags: review?(catlee)
Updated•16 years ago
|
Attachment #363140 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 8•16 years ago
|
||
Comment on attachment 363140 [details] [diff] [review]
bail early if we can't parse leakstats output
changeset: 197:ca9f7b4fecc2
Attachment #363140 -
Flags: checked‑in+ checked‑in+
Assignee | ||
Comment 9•16 years ago
|
||
Master reconfig'ed for this.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•