WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 64551
REGRESSION (
r91003
): 4 svg/dynamic-updates tests failing assertions in WebCore::createSharedCursor on Windows XP Debug (Tests)
https://bugs.webkit.org/show_bug.cgi?id=64551
Summary
REGRESSION (r91003): 4 svg/dynamic-updates tests failing assertions in WebCor...
Adam Roben (:aroben)
Reported
2011-07-14 12:48:38 PDT
The following tests started failing assertions in WebCore::createSharedCursor on Windows XP Debug (Tests) in
r91003
<
http://trac.webkit.org/changeset/91003
>: svg/dynamic-updates/SVGCursorElement-dom-x-attr.html svg/dynamic-updates/SVGCursorElement-dom-y-attr.html svg/dynamic-updates/SVGCursorElement-svgdom-x-prop.html svg/dynamic-updates/SVGCursorElement-svgdom-y-prop.html
http://build.webkit.org/results/Windows%20XP%20Debug%20(Tests)/r91002%20(30670)/results.html
passed
http://build.webkit.org/results/Windows%20XP%20Debug%20(Tests)/r91003%20(30671)/results.html
failed Here's the asserting code: FAULTING_SOURCE_CODE: 52: HDC dc = GetDC(0); 53: HDC workingDC = CreateCompatibleDC(dc); 54: if (doAlpha) { 55: OwnPtr<HBITMAP> hCursor = adoptPtr(CreateDIBSection(dc, (BITMAPINFO *)&cursorImage, DIB_RGB_COLORS, 0, 0, 0));
> 56: ASSERT(hCursor);
57: 58: img->getHBITMAP(hCursor.get()); 59: HBITMAP hOldBitmap = (HBITMAP)SelectObject(workingDC, hCursor.get()); 60: SetBkMode(workingDC, TRANSPARENT); 61: SelectObject(workingDC, hOldBitmap);
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2016-10-19 10:33:18 PDT
Does this still occur in recent Windows bots (since we've retired XP)?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug