Closed
Bug 990063
Opened 11 years ago
Closed 11 years ago
mozilla::AtomicRefCountedWithFinalize<mozilla::layers::TextureHost>::Release crash on DEBUG build
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 989215
People
(Reporter: sotaro, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
2.79 KB,
text/plain
|
Details |
+++ This bug was initially created as a clone of Bug #977880 +++
On debug build, the following crash is caused by Bug 977880.
#0 0xb462e5bc in mozilla::AtomicRefCountedWithFinalize<mozilla::layers::TextureHost>::Release (this=0xad86d504)
at ../../dist/include/mozilla/layers/AtomicRefCountedWithFinalize.h:37
#1 0xb4631de2 in mozilla::RefPtr<mozilla::layers::TextureHost>::~RefPtr (this=0xad591780, __in_chrg=<optimized out>)
at ../../dist/include/mozilla/RefPtr.h:224
#2 0xb4636dda in mozilla::layers::TextureParent::~TextureParent (this=0xad591760, __in_chrg=<optimized out>)
at ../../../gecko/gfx/layers/composite/TextureHost.cpp:747
#3 0xb4636df4 in mozilla::layers::TextureParent::~TextureParent (this=0xad591760, __in_chrg=<optimized out>)
at ../../../gecko/gfx/layers/composite/TextureHost.cpp:747
#4 0xb4636386 in mozilla::layers::TextureHost::DestroyIPDLActo
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•