Comment 34 for bug 184547

Revision history for this message
In , Josselin Mouette (joss) wrote :

Created an attachment (id=340534)
Full stack traces of consecutive nsStyleSet::BeginReconstruct calls

(In reply to comment #15)
> Are there in fact unmatched calls to nsStyleSet::BeginReconstruct and
> nsStyleSet::EndReconstruct? (They should always be matched, and should never
> be nested... really the assertion text should be complaining about "unmatched
> or nested begin/end".)

Bingo, it looks like they are either unmatched or nested.

> If so, what are the stacks that show how we're ending up with unmatched (the
> stack of the begin that has no end) or nested (the stack of both begins) calls?

I’m attaching the stacks of the two consecutive begins.