Closed Bug 1792791 Opened 3 years ago Closed 3 years ago

asan reporter doesn't submit reports

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(firefox-esr102 unaffected, firefox105 unaffected, firefox106 wontfix, firefox107 fixed)

RESOLVED FIXED
107 Branch
Tracking Status
firefox-esr102 --- unaffected
firefox105 --- unaffected
firefox106 --- wontfix
firefox107 --- fixed

People

(Reporter: jcristau, Assigned: jcristau)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

It looks like the asan reporter builds no longer submit crash logs: processDirectory doesn't find any files to send, because IOUtils.getChildren returns full paths, not just relative file names, so entry.startsWith("ff_asan_log.") is never true and results is always empty.

IOUtils.getChildren() returns absolute paths but to filter unsubmitted
reports we need to look at the basename.

Assignee: nobody → jcristau
Status: NEW → ASSIGNED

Set release status flags based on info from the regressing bug 1772942

asan reporter builds are nightly only, so wontfix for 106.

Pushed by jcristau@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/02d22de2f9d3 fix submission of asan crash reports r=barret
Flags: needinfo?(jcristau)
Pushed by jcristau@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/af999950ae49 fix submission of asan crash reports r=barret
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: