Closed Bug 1123551 Opened 11 years ago Closed 11 years ago

crash in PR_DestroyCondVar | mozilla::CondVar::~CondVar()

Categories

(Core :: Graphics, defect)

x86
Windows NT
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 1121751
Tracking Status
firefox37 --- unaffected
firefox38 - ---

People

(Reporter: away, Unassigned)

Details

(Keywords: crash)

Crash Data

This bug was filed from the Socorro interface and is report bp-dfa20b3b-a0cf-4563-949f-cad992150113. ============================================================= The CondVar's |mCvar| is null. Not entirely clear how we got here from ~CompositorParent -- does it have a CondVar member? PR_DestroyCondVar mozilla::CondVar::~CondVar() mozilla::layers::CompositorParent::~CompositorParent() mozilla::layers::CompositorParent::`scalar deleting destructor'(unsigned int) mozilla::layers::DeleteOnMainThreadTask<mozilla::layers::CompositorParent>::Run() Kinda spiked on 20150109030224 but really spiked on 20150114030202. Almost all Win7. Not sure who should own this, Kats can you route to someone?
Flags: needinfo?(bugmail.mozilla)
[Tracking Requested - why for this release]: Nightly topcrash, many of them near startup
(In reply to David Major [:dmajor] (UTC+13) from comment #0) > The CondVar's |mCvar| is null. Not entirely clear how we got here from > ~CompositorParent -- does it have a CondVar member? It has Monitor members [1], and Monitor has a CondVar member [2]. The stack probably comes from an optimized build where the Monitor destructor was inlined. [1] http://mxr.mozilla.org/mozilla-central/source/gfx/layers/ipc/CompositorParent.h?rev=5680121a4909#383 [2] http://mxr.mozilla.org/mozilla-central/source/xpcom/glue/Monitor.h?rev=ea62f34c430d#62
Looks like a dupe of bug 1121751, which is assigned to :nical.
Flags: needinfo?(bugmail.mozilla)
Agreed - sorry. I wonder why it didn't get linked to the crash signature.
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.