[Webkit-unassigned] [Bug 171800] New: [Win] StaticStringImpl in HTMLNames.cpp aren't constructed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 8 03:21:48 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=171800
Bug ID: 171800
Summary: [Win] StaticStringImpl in HTMLNames.cpp aren't
constructed
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
CC: achristensen at apple.com, bfulgham at webkit.org,
mark.lam at apple.com, pvollan at apple.com,
utatane.tea at gmail.com
Since Bug 171586, when I start MiniBrowser of WinCairo port, the following assertion fails:
> ASSERTION FAILED: hasHash()
> C:\webkit\ga\WebKitBuild\Debug\DerivedSources\ForwardingHeaders\wtf/text/StringImpl.h(883) : WTF::StringImpl::assertHashIsCorrect
Callstack:
> WTF.dll!WTFCrash() Line 292 C++
> WebKit.dll!WTF::StringImpl::assertHashIsCorrect() Line 883 C++
> WebKit.dll!WebCore::HTMLNames::init() Line 1666 C++
> WebKit.dll!WebCore::Frame::Frame(WebCore::Page & page, WebCore::HTMLFrameOwnerElement * ownerElement, WebCore::FrameLoaderClient & frameLoaderClient) Line 175 C++
> WebKit.dll!WebCore::MainFrame::MainFrame(WebCore::Page & page, WebCore::PageConfiguration & configuration) Line 56 C++
> WebKit.dll!WebCore::MainFrame::create(WebCore::Page & page, WebCore::PageConfiguration & configuration) Line 68 C++
> WebKit.dll!WebCore::Page::Page(WebCore::PageConfiguration && pageConfiguration) Line 271 C++
> WebKit.dll!WebView::initWithFrame(tagRECT frame, wchar_t * frameName, wchar_t * groupName) Line 3122 C++
> MiniBrowserLib.dll!MiniBrowser::prepareViews(HWND__ * mainWnd, const tagRECT & clientRect, wchar_t * const & requestedURL, HWND__ * & viewHwnd) Line 100 C++
> MiniBrowserLib.dll!wWinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, wchar_t * lpstrCmdLine, int nCmdShow) Line 160 C++
> MiniBrowserLib.dll!dllLauncherEntryPoint(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, wchar_t * lpstrCmdLine, int nCmdShow) Line 857 C++
> MiniBrowser.exe!wWinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, wchar_t * lpstrCmdLine, int nCmdShow) Line 249 C++
> [External Code]
All layout test of AppleWin port also fail:
https://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/593
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170508/1cf20449/attachment-0001.html>
More information about the webkit-unassigned
mailing list