Closed
Bug 1478047
Opened 7 years ago
Closed 7 years ago
Crash in static void arena_dalloc | HeapFree | static void core::ptr::drop_in_place<T>
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | affected |
People
(Reporter: jan, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, nightly-community)
Crash Data
Nvidia, GK208B [GeForce GT 710] (Same as in bug 1478040.)
This bug was filed from the Socorro interface and is
report bp-dbe17bff-abb7-4dc6-8250-721f30180724.
> MOZ_RELEASE_ASSERT((run->mRegionsMask[elm] & (1U << bit)) == 0) (Double-free?)
=============================================================
Top 10 frames of crashing thread:
0 mozglue.dll static void arena_dalloc memory/build/mozjemalloc.cpp:3522
1 mozglue.dll HeapFree memory/mozalloc/winheap.cpp:73
2 xul.dll static void core::ptr::drop_in_place<webrender::tiling::ColorRenderTarget> src/libcore/ptr.rs:59
3 xul.dll static void core::ptr::drop_in_place<webrender::internal_types::RenderedDocument> src/libcore/ptr.rs:59
4 xul.dll static void webrender::renderer::Renderer::update gfx/webrender/src/renderer.rs:1884
5 @0x89cd31291d2aefa3
6 xul.dll void mozilla::wr::RenderThread::UpdateAndRender gfx/webrender_bindings/RenderThread.cpp:325
7 xul.dll void mozilla::wr::RenderThread::NewFrameReady gfx/webrender_bindings/RenderThread.cpp:239
8 xul.dll nsresult mozilla::detail::RunnableMethodImpl<IPC::Channel*, bool xpcom/threads/nsThreadUtils.h:1219
9 xul.dll bool MessageLoop::DeferOrRunPendingTask ipc/chromium/src/base/message_loop.cc:459
=============================================================
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Blocks: stage-wr-next
Comment 1•7 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•