crash in mozilla::HashBytes(void const*, unsigned int)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: kbrosnan, Assigned: arai)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: crash, regression, Whiteboard: [native-crash])
Crash Data
Updated•10 years ago
|
Comment 1•9 years ago
|
||
![]() |
||
Comment 2•4 years ago
|
||
Are the recent failures a regression from bug 1688886? Firefox 87 has a few hundred crash reports, 88.0 a single crash report and 89.0b2 has 7.
Assignee | ||
Comment 3•4 years ago
|
||
Given that several case hits the crash in ScriptPreloader
's DecodeMultiOffThreadScripts
, it's likely bug 1688886 caused the issue,
The change is orthogonal to other Stencil or XDR changes, so we could try backout/uplift and see if it helps.
anyway I'll investigate more.
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 4•4 years ago
|
||
This crash has grown in volume on desktop release channel from ~20 a day to >100 a day since June 1st which corresponds to 89 shipping date.
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Bug 1710984 seems to have potentially alleviated this, so we could potentially uplift that change
Comment 6•4 years ago
|
||
It'd have been clearer from a tracking pov if comment 2 had been a new bug. Anyway, I guess we can see what happens after 91 moves to beta next week.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Comment 7•2 years ago
|
||
The volume seems to be low, should we decrease the severity?
Comment 8•2 years ago
|
||
Crashes are significantly decreasing since last month https://crash-stats.mozilla.org/signature/?signature=mozilla%3A%3AHashBytes&date=%3E%3D2023-02-21T16%3A43%3A00.000Z&date=%3C2023-03-21T16%3A43%3A00.000Z#summary, lowering the bug severity.
Description
•