Closed
Bug 1570725
Opened 5 years ago
Closed 5 years ago
Crashes triggered by MOZ_DIAGNOSTIC_ASSERT say MOZ_RELEASE_ASSERT
Categories
(Core :: MFBT, enhancement, P3)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
Details
Attachments
(1 file)
Currently crashes which are triggered by a MOZ_DIAGNOSTIC_ASSERT
have the MozCrashReason
of MOZ_RELEASE_ASSERT(...)
.
This is misleading, and can make it harder to tell the severity of an assertion crash, as spurious diagnostic assert crashes will not directly impact release users.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → nika
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a22c56993295
Show type of assertion in crashreporter MozCrashReason, r=froydnj
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•