asan reporter doesn't submit reports
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox-esr102 unaffected, firefox105 unaffected, firefox106 wontfix, firefox107 fixed)
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.
Assignee | ||
Comment 1•3 years ago
|
||
IOUtils.getChildren() returns absolute paths but to filter unsubmitted
reports we need to look at the basename.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1772942
Assignee | ||
Comment 3•3 years ago
|
||
asan reporter builds are nightly only, so wontfix for 106.
Comment 5•3 years ago
|
||
Backed out for Lint failure on AsanReporter
Backout link: https://hg.mozilla.org/integration/autoland/rev/1d0c530ce8938bf3df85c2eb6feedeb0d5042d6b
Log link: https://treeherder.mozilla.org/logviewer?job_id=392176409&repo=autoland&lineNumber=282
Assignee | ||
Updated•3 years ago
|
Comment 7•3 years ago
|
||
bugherder |
Description
•