Open
Bug 1823738
Opened 2 years ago
Updated 2 years ago
Crash [@ ArenaCollection::GetById] on ARM devices
Categories
(Core :: JavaScript Engine, defect, P5)
Tracking
()
NEW
People
(Reporter: calu, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: crash)
Crash Data
New Crash for ArenaCollection::GetById
Reporter | ||
Updated•2 years ago
|
Severity: -- → S3
Type: task → defect
Hardware: Unspecified → ARM
Comment 1•2 years ago
|
||
So far, all these crashes seem to be from the same install, so dropping priority and severity.
Severity: S3 → S4
Crash Signature: ArenaCollection::GetById
Priority: -- → P5
Updated•2 years ago
|
Crash Signature: ArenaCollection::GetById → [@ ArenaCollection::GetById]
Comment 2•2 years ago
|
||
This is a crash in the memory allocator on startup.
Component: JavaScript Engine → Memory Allocator
Comment 3•2 years ago
|
||
The component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit auto_nag documentation.
Priority: P5 → --
Comment 4•2 years ago
|
||
The allocator is crashing because it's been given a wrong arena id, which would come from the JS engine.
Component: Memory Allocator → JavaScript: WebAssembly
Comment 5•2 years ago
|
||
Every crash seems to be from an allocation in FutexThread::initialize() called by the AtomicsObject intialization. This looks like a general JS issue.
Component: JavaScript: WebAssembly → JavaScript Engine
Updated•2 years ago
|
Blocks: sm-runtime
Priority: -- → P5
Updated•2 years ago
|
Blocks: sm-defects-intermittents
You need to log in
before you can comment on or make changes to this bug.
Description
•