Closed
Bug 918093
Opened 12 years ago
Closed 12 years ago
caught a shutdown crash in AsyncLatencyLogger in debugger
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 917491
People
(Reporter: jib, Unassigned)
Details
this==null BAD_ACCESS @ 0x8 in http://mxr.mozilla.org/mozilla-central/source/content/media/Latency.cpp#95
#0 0x00000001046f4999 in mozilla::DeadlockDetector<mozilla::BlockingResourceBase::DeadlockDetectorEntry>::CheckAcquisition(mozilla::BlockingResourceBase::DeadlockDetectorEntry const*, mozilla::BlockingResourceBase::DeadlockDetectorEntry const*, mozilla::CallStack const&) at /Users/Jan/moz/mozilla-central/obj-x86_64-apple-darwin12.2.1-debug/xpcom/build/../../dist/include/mozilla/DeadlockDetector.h:406
#1 0x00000001046f3aec in mozilla::BlockingResourceBase::CheckAcquire(mozilla::CallStack const&) at /Users/Jan/moz/mozilla-central/xpcom/glue/BlockingResourceBase.cpp:102
#2 0x00000001046f41aa in mozilla::OffTheBooksMutex::Lock() at /Users/Jan/moz/mozilla-central/xpcom/glue/BlockingResourceBase.cpp:224
#3 0x0000000101652c3a in mozilla::BaseAutoLock<mozilla::Mutex>::BaseAutoLock(mozilla::Mutex&, mozilla::detail::GuardObjectNotifier const&) at /Users/Jan/moz/mozilla-central/obj-x86_64-apple-darwin12.2.1-debug/toolkit/crashreporter/../../dist/include/mozilla/Mutex.h:173
#4 0x0000000101651ee5 in mozilla::BaseAutoLock<mozilla::Mutex>::BaseAutoLock(mozilla::Mutex&, mozilla::detail::GuardObjectNotifier const&) at /Users/Jan/moz/mozilla-central/obj-x86_64-apple-darwin12.2.1-debug/toolkit/crashreporter/../../dist/include/mozilla/Mutex.h:174
#5 0x00000001026eab1f in AsyncLatencyLogger::~AsyncLatencyLogger() at /Users/Jan/moz/mozilla-central/content/media/Latency.cpp:95
#6 0x00000001026eaad5 in AsyncLatencyLogger::~AsyncLatencyLogger() at /Users/Jan/moz/mozilla-central/content/media/Latency.cpp:94
#7 0x00000001026d9c88 in AsyncLatencyLogger::Release() at /Users/Jan/moz/mozilla-central/content/media/Latency.h:25
#8 0x00000001026eb12d in nsRefPtr<AsyncLatencyLogger>::~nsRefPtr() at /Users/Jan/moz/mozilla-central/obj-x86_64-apple-darwin12.2.1-debug/content/media/../../dist/include/nsAutoPtr.h:887
#9 0x00000001026ead75 in nsRefPtr<AsyncLatencyLogger>::~nsRefPtr() at /Users/Jan/moz/mozilla-central/obj-x86_64-apple-darwin12.2.1-debug/content/media/../../dist/include/nsAutoPtr.h:885
#10 0x00007fff8a4bb307 in __cxa_finalize ()
#11 0x00007fff8a4bcf57 in exit ()
#12 0x000000010000125b in start ()
Not immediately reproducible. Happened after webrtc testing.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•