Open
Bug 1855806
Opened 2 years ago
Updated 13 days ago
Crash in [@ arena_run_reg_dalloc | arena_t::DallocSmall | arena_dalloc | idalloc]
Categories
(Firefox for Android :: General, defect)
Tracking
()
NEW
People
(Reporter: mobilogicw50, Unassigned)
References
Details
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/dab4eca5-7d4f-4821-be29-77cc70230927
MOZ_CRASH Reason: MOZ_RELEASE_ASSERT((run->mRegionsMask[elm] & (1U << bit)) == 0) (Double-free?)
Top 10 frames of crashing thread:
0 libmozglue.so arena_run_reg_dalloc memory/build/mozjemalloc.cpp:2578
0 libmozglue.so arena_t::DallocSmall memory/build/mozjemalloc.cpp:3713
0 libmozglue.so arena_dalloc memory/build/mozjemalloc.cpp:3809
1 libmozglue.so idalloc memory/build/mozjemalloc.cpp:3828
1 libmozglue.so arena_t::RallocSmallOrLarge memory/build/mozjemalloc.cpp:3925
1 libmozglue.so arena_t::Ralloc memory/build/mozjemalloc.cpp:3934
1 libmozglue.so BaseAllocator::realloc memory/build/mozjemalloc.cpp:4611
2 libmozglue.so Allocator<MozJemallocBase>::realloc memory/build/malloc_decls.h:53
3 libmozglue.so moz_xrealloc memory/mozalloc/mozalloc.cpp:72
4 libxul.so nsTArrayInfallibleAllocator::Realloc xpcom/ds/nsTArray.h:259
Comment 1•2 years ago
|
||
The bug has a crash signature, thus the bug will be considered confirmed.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:jonalmeida, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jonalmeida942)
Updated•2 years ago
|
Severity: -- → S3
Updated•2 years ago
|
Flags: needinfo?(jonalmeida942)
You need to log in
before you can comment on or make changes to this bug.
Description
•