Update memtest crate to v0.4.0 in crash reporter client
Categories
(Toolkit :: Crash Reporting, task, P2)
Tracking
()
People
(Reporter: btsoi, Assigned: afranchuk)
Details
Attachments
(1 file)
memtest v0.4.0
is expected to have the PageFaultChecker
feature (for getting around the Linux mlock limit), memtests refactored and atomic variables instead of volatile for memory read/write for potentially more effective memory testing. Once it is released we can update the crate for the crash reporter client.
Updated•5 days ago
|
Assignee | ||
Updated•5 days ago
|
Assignee | ||
Comment 1•5 days ago
|
||
Does this bug also cover the implementation and release of memtest v0.4.0
? E.g., https://github.com/mozilla/memtest/issues/14 is not yet implemented.
Assignee | ||
Updated•5 days ago
|
Comment 2•5 days ago
|
||
I'd want to make sure we ship the improvements we already have rather than waiting until someone is able to circle back to the memtester and finish those two bugs, so I'd think that is out of scope.
OTOH this one may be trivial?
https://github.com/mozilla/memtest/issues/15
If you can fix them quickly I'm not stopping you :-)
Assignee | ||
Comment 3•5 days ago
|
||
https://github.com/mozilla/memtest/issues/15 turned out to be non-trivial, so we'll make a v0.4.0
release without it.
Assignee | ||
Comment 4•5 days ago
|
||
Description
•