[Webkit-unassigned] [Bug 17559] REGRESSION(r30466): 15 out of 60 tests in fast/media crash under guard malloc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 21:17:24 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17559





------- Comment #4 from bfulgham at gmail.com  2008-02-28 21:17 PDT -------
I notice that if a place a breakpoint in
CSSStyleSelector::addViewportDependentMediaQueryResult, the first time I enter
the method m_viewportDependentMediaQueryResults has a size of zero.  After the
append, the size is 1.  So far, so good.

The second time I hit the breakpoint, the size of
m_viewportDependentMediaQueryResults is now 4277075694.

There seems to be a timing element; if I set the breakpoint and wait a while I
can often run without error.  But if I move to a new page (with media content)
and don't pause I get the crash.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list