Closed
Bug 1823563
Opened 3 years ago
Closed 3 years ago
Possible double-free in mozilla::gl::GLContextEGL::SwapBuffers()
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 1817336
People
(Reporter: jesup, Unassigned)
Details
(Keywords: crash, csectype-uaf)
Crash Data
Note: signature will pick up a lot of other crashes. This is for SwapBuffers(), curently 13 crashes in 107a1 to 112a1:
Crash report: https://crash-stats.mozilla.org/report/index/708baea2-3f19-4d4b-8213-4d82d0230128
MOZ_CRASH Reason: MOZ_RELEASE_ASSERT((run->mRegionsMask[elm] & (1U << bit)) == 0) (Double-free?)
Top 10 frames of crashing thread:
0 firefox-bin arena_run_reg_dalloc memory/build/mozjemalloc.cpp:2472
0 firefox-bin arena_t::DallocSmall memory/build/mozjemalloc.cpp:3572
0 firefox-bin arena_dalloc memory/build/mozjemalloc.cpp:3656
0 firefox-bin BaseAllocator::free memory/build/mozjemalloc.cpp:4431
0 firefox-bin Allocator<MozJemallocBase>::free memory/build/malloc_decls.h:54
0 firefox-bin PageFree memory/replace/phc/PHC.cpp:1298
0 firefox-bin replace_free memory/replace/phc/PHC.cpp:1334
0 firefox-bin Allocator<ReplaceMallocBase>::free memory/build/malloc_decls.h:54
0 firefox-bin free memory/build/malloc_decls.h:54
1 libgallium_dri.so nouveau_fence_trigger_work src/gallium/drivers/nouveau/nouveau_fence.c:52
Updated•3 years ago
|
Severity: -- → S4
Comment 1•3 years ago
|
||
Looks like a dupe of bug 1817336. The builds look old.
Updated•2 years ago
|
Group: gfx-core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•