[Webkit-unassigned] [Bug 158687] New: [Win] Stack overflow at RefPtr::release

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 02:54:49 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=158687

            Bug ID: 158687
           Summary: [Win] Stack overflow at RefPtr::release
    Classification: Unclassified
           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

[Win] Stack overflow at RefPtr::release

trunk at 201986 AppleWin Debug (CMake) build

When starting MiniBrowser, following dialog will be shown:

> Unhandled exception at 0x100694E0 (WebKit.dll) in MiniBrowser.exe: 0xC00000FD: Stack overflow (parameters: 0x00000001, 0x00092FFC).

Callstack:

> 	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::RefPtr<WTF::StringImpl>(WTF::StringImpl * ptr, WTF::RefPtr<WTF::StringImpl>::AdoptTag __formal) Line 108	C++
>  	WebKit.dll!WTF::adoptRef<WTF::StringImpl>(WTF::StringImpl * p) Line 243	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::release() Line 69	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::RefPtr<WTF::StringImpl>(WTF::RefPtr<WTF::StringImpl> && o) Line 52	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::release() Line 69	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::RefPtr<WTF::StringImpl>(WTF::RefPtr<WTF::StringImpl> && o) Line 52	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::release() Line 69	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::RefPtr<WTF::StringImpl>(WTF::RefPtr<WTF::StringImpl> && o) Line 52	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::release() Line 69	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::RefPtr<WTF::StringImpl>(WTF::RefPtr<WTF::StringImpl> && o) Line 52	C++
(...)
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::release() Line 69	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::RefPtr<WTF::StringImpl>(WTF::RefPtr<WTF::StringImpl> && o) Line 52	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::release() Line 69	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::RefPtr<WTF::StringImpl>(WTF::RefPtr<WTF::StringImpl> && o) Line 52	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::release() Line 69	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::RefPtr<WTF::StringImpl>(WTF::RefPtr<WTF::StringImpl> && o) Line 52	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::release() Line 69	C++
>  	WebKit.dll!WTF::RefPtr<WTF::StringImpl>::RefPtr<WTF::StringImpl>(WTF::RefPtr<WTF::StringImpl> && o) Line 52	C++
>  	The maximum number of stack frames supported by Visual Studio has been exceeded.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160613/efbbcc06/attachment.html>


More information about the webkit-unassigned mailing list