Closed
Bug 1867167
Opened 1 year ago
Closed 1 year ago
Crash in [@ arena_t::DallocRun | arena_t::DallocLarge | arena_dalloc | BaseAllocator::free | MozJemalloc::free | PageFree]
Categories
(Core :: Memory Allocator, defect)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox122 | --- | affected |
People
(Reporter: release-mgmt-account-bot, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/63827bfa-843f-40a9-82b0-c5aff0231123
MOZ_CRASH Reason: MOZ_DIAGNOSTIC_ASSERT((chunk->map[run_ind].bits & ~gPageSizeMask) == prun_size)
Top 10 frames of crashing thread:
0 firefox-bin arena_t::DallocRun memory/build/mozjemalloc.cpp:3010
0 firefox-bin arena_t::DallocLarge memory/build/mozjemalloc.cpp:3780
0 firefox-bin arena_dalloc memory/build/mozjemalloc.cpp:3815
0 firefox-bin BaseAllocator::free memory/build/mozjemalloc.cpp:4638
0 firefox-bin MozJemalloc::free memory/build/malloc_decls.h:54
0 firefox-bin PageFree memory/build/PHC.cpp:1523
0 firefox-bin MozJemallocPHC::free memory/build/PHC.cpp:1527
0 firefox-bin ReplaceMalloc::free memory/build/malloc_decls.h:54
0 firefox-bin free memory/build/malloc_decls.h:54
1 libxul.so js_free js/public/Utility.h:418
By querying Nightly crashes reported within the last 2 months, here are some insights about the signature:
- First crash report: 2023-11-23
- Process type: Multiple distinct types
- Is startup crash: No
- Has user comments: No
- Is null crash: Yes - 3 out of 4 crashes happened on null or near null memory address
Updated•1 year ago
|
Component: General → Memory Allocator
Comment 1•1 year ago
|
||
Practically all the crashes here as flagged as having bit-flips. I suggest closing this as INVALID.
Reporter | ||
Comment 2•1 year ago
|
||
The severity field is not set for this bug.
:glandium, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(mh+mozilla)
Comment 3•1 year ago
|
||
Closing per comment 1.
Status: NEW → RESOLVED
Closed: 1 year ago
Flags: needinfo?(mh+mozilla)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•