Closed
Bug 1842041
Opened 2 years ago
Closed 2 years ago
The windows hang logic is inverted, preventing hangs from being annotated in crash reports
Categories
(Toolkit :: Crash Reporting, defect, P3)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
117 Branch
People
(Reporter: afranchuk, Assigned: afranchuk)
References
Details
Attachments
(1 file)
As currently written, the hang detection logic only engages when the exception is not an EXCEPTION_BREAKPOINT
. This is the opposite of what was intended.
Updated•2 years ago
|
status-firefox116:
--- → affected
status-firefox117:
--- → affected
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by afranchuk@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5b96f9eff99d
The windows hang logic is inverted, preventing hangs from being annotated in crash reports r=KrisWright
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Comment 4•2 years ago
|
||
The patch landed in nightly and beta is affected.
:afranchuk, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox116
towontfix
.
For more information, please visit BugBot documentation.
Flags: needinfo?(afranchuk)
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(afranchuk)
You need to log in
before you can comment on or make changes to this bug.
Description
•