Crash in mozalloc_abort | Abort | NS_DebugBreak | mozilla::Logger::~Logger
Categories
(Core :: IPC, defect)
Tracking
()
People
(Reporter: lizzard, Assigned: Alex_Gaynor)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-beta+
|
Details | Review |
Comment 1•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 2•7 years ago
|
||
Note to self: solution here is to deleting the chromium random code and use our own random code.
| Assignee | ||
Comment 3•7 years ago
|
||
This includes deleting several unused functions. Our own code does a better job
of using the preferred platform APIs for random numbers.
| Assignee | ||
Updated•7 years ago
|
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/99140ba06c13
remove chromium's random code from IPC in favor of our own; r=froydnj
Comment 5•7 years ago
|
||
| bugherder | ||
Updated•7 years ago
|
| Reporter | ||
Comment 6•7 years ago
|
||
Would you like to request beta uplift? If no crashes show up in the next couple of days in nightly that seems promising.
| Assignee | ||
Comment 7•7 years ago
|
||
This should uplift cleanly and safely. If release management thinks this is uplift worthy I'm happy to! Will leave the ni? and put in the request on Monday unless I hear otherwise.
| Assignee | ||
Comment 8•7 years ago
|
||
Comment on attachment 9040188 [details]
Bug 1513687 - remove chromium's random code from IPC in favor of our own; r?froydnj
Beta/Release Uplift Approval Request
Feature/Bug causing the regression
None
User impact if declined
Content crashes in certain (unclear) situations.
Is this code covered by automated tests?
Yes
Has the fix been verified in Nightly?
Yes
Needs manual test from QE?
No
If yes, steps to reproduce
List of other uplifts needed
None
Risk to taking this patch
Low
Why is the change risky/not risky? (and alternatives if risky)
Replaces some Chromium code with our own code. This is in a core routine so it is regularly exercised.
String changes made/needed
| Reporter | ||
Comment 9•7 years ago
|
||
Comment on attachment 9040188 [details]
Bug 1513687 - remove chromium's random code from IPC in favor of our own; r?froydnj
Crash fix, low risk, verified in nightly.
Let's uplift for beta 5.
[Triage Comment]
Updated•7 years ago
|
Comment 10•7 years ago
|
||
| bugherder uplift | ||
Updated•7 years ago
|
Description
•