TSAN Crashtests sometimes retry infinitely
Categories
(Core :: Sanitizers, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | affected |
firefox89 | --- | unaffected |
firefox90 | --- | wontfix |
firefox91 | --- | wontfix |
firefox92 | --- | fix-optional |
firefox93 | --- | fix-optional |
People
(Reporter: KrisWright, Unassigned)
References
(Regression)
Details
(Keywords: regression)
See bug 1712866 for an instance of this in the wild.
I noticed when enabling crashtest on TSan that sometimes (seems to be when we go out of memory) the program terminates before we can get a log and the crashtests usually attempt a retry
instead of crashing properly. To enable crashtests, I simply turned off the tests causing this and increased chunking until the tests became stable. I want to investigate this further and hopefully get proper logs from the tests instead of retrying until we hit an exception.
To reproduce this bug, simply turn on any of the tests I disabled in dom/canvas/crashtests.list
or image/test/crashtests/crashtests.list
since these were the main culprits of the issue.
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Set release status flags based on info from the regressing bug 1692068
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Updated•3 years ago
|
Description
•