<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 8, 2016, at 12:15 PM, Alex Christensen <<a href="mailto:achristensen@apple.com" class="">achristensen@apple.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Please file a bug at <a href="http://bugs.webkit.org/" class="">bugs.webkit.org</a>, uploading a suggested patch with a test case, and cc fpizlo. We can discuss it in bugzilla instead of this mailing list.<br class=""></div></div></blockquote><div><br class=""></div>Additionally, it is unlikely that contributors will feel obligated to help resolve a bug in a branch from outside the project made 11 months ago [1].</div><div><br class=""></div><div>We develop WebKit on trunk.</div><div><br class=""></div><div>Thanks,</div><div>~Brady</div><div><br class=""></div><div>[1] - <a href="https://trac.webkit.org/changeset/188436" class="">https://trac.webkit.org/changeset/188436</a> - 08/13/15 21:53:20 (11 months ago)</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><blockquote type="cite" class=""><div class="">On Jul 8, 2016, at 11:53 AM, Vienneau, Christopher <<a href="mailto:cvienneau@ea.com" class="">cvienneau@ea.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Hello,<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">I’ve recently noticed that our version of WebKit based off of 188436 asserts when running the scenario below, but our older version based off of 157437 does not. After doing some investigation I found that the implementation of JSLock changed significantly between the two versions. The tip of trunk version is pretty much what we have in <b class="">188436</b> as well; the code for currentThreadIsHoldingLock() I find questionable. Please feel free to suggest how we might improperly be using the system to get in the assert scenario, or discuss the merit of the changes I suggest.<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Thank you<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Chris Vienneau<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class="">Current Code:<o:p class=""></o:p></b></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">bool JSLock::currentThreadIsHoldingLock()<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">{<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> ASSERT(!m_hasExclusiveThread || (exclusiveThread() == std::this_thread::get_id()));<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> if (m_hasExclusiveThread)<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> return !!m_lockCount;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> return m_ownerThreadID == std::this_thread::get_id();<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">}<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">I found the logic missing some things that I wanted really clear so I chose to re-implement it. <o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class="">Suggested currentThreadIsHoldingLock<o:p class=""></o:p></b></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">I took a look at what happens in 15.x and came up with this version of the function:<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">bool JSLock::currentThreadIsHoldingLock()<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">{<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> ASSERT(!m_hasExclusiveThread || (exclusiveThread() == std::this_thread::get_id()));<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> //+EAWebKitChange<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> //07/07/2016 - this logic is more strait forward and fixes an assert in DestroyJavascriptValue after EvaluateJavaScript<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> if (m_hasExclusiveThread && exclusiveThread() == std::this_thread::get_id())<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> {<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> return true;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> } <span class="Apple-converted-space"> </span><o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> if (m_lockCount && m_ownerThreadID == std::this_thread::get_id())<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> {<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> return true;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> }<span class="Apple-converted-space"> </span><o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> return false;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> //-EAWebKitChange<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">}<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class="">Additional Required Fix<o:p class=""></o:p></b></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">The above was successful in clearing up the assert however another change was needed to make things run properly for all tests and soaks:<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">void JSLock::lock(intptr_t lockCount)<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">{<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> ASSERT(lockCount > 0);<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> //+EAWebKitChange<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> //07/07/2016 - added && (m_lockCount > 0) to condition<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> //currentThreadIsHoldingLock doesn't really return if it is holding the lock, but more so if it should have the lock<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> //this change allows us to take the lock the first time<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> if (currentThreadIsHoldingLock() && (m_lockCount > 0)) {<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> //-EAWebKitChange<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> m_lockCount += lockCount;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> return;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> }<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> if (!m_hasExclusiveThread) {<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> m_lock.lock();<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> m_ownerThreadID = std::this_thread::get_id();<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> }<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> ASSERT(!m_lockCount);<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> m_lockCount = lockCount;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> didAcquireLock();<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">}<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class="">Test Code:<o:p class=""></o:p></b></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> void JavascriptArrays(void*)<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> {<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EA_TRACE_MESSAGE("Running JavascriptArrays");<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> <span class="Apple-converted-space"> </span><o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> JavascriptArrayBoundObject jsb;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> jsb.mEAWK = mEAWK;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> jsb.mView = mView;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> using namespace EA::WebKit;<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> mView->BindJavaScriptObject("TestObject", &jsb);<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> eastl::string16 script(EA_CHAR16("TestObject.ArrayTest([1, true, \"ping\"]);"));<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> JavascriptValue *returnValue = mEAWK->CreateJavascriptValue(mView);<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> mView->EvaluateJavaScript(script.data(), returnValue);<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> mEAWK->DestroyJavascriptValue(returnValue);<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> }<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class="">Assert location:<o:p class=""></o:p></b></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">\JavaScriptCore\heap\Heap.cpp (471)<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">bool Heap::unprotect(JSValue k)<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">{<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> ASSERT(k);<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">> ASSERT(m_vm->currentThreadIsHoldingAPILock());<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">…<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class="">Callstack:<o:p class=""></o:p></b></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!EA::Browser::BrowserClient::DebugLog(EA::WebKit::DebugLogInfo & dli={...}) Line 254 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!EA::WebKit::DebugLogCallback(const eastl::basic_string<char,eastl::allocator> & origMessage={...}, bool shouldAssert=true) Line 611 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!EA::WebKit::DebugLogCallbackInternal(bool shouldAssert=true, const char * format=0x000007feb4b15170, char * args=0x00000000001af000) Line 629 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!vprintf_stderr_common(bool shouldAssert=true, const char * format=0x000007feb4b15170, char * args=0x00000000001af000) Line 153 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!printf_stderr_common(bool shouldAssert=true, const char * format=0x000007feb4b15170, ...) Line 237 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!printCallSite(const char * file=0x000007feb4d04240, int line=471, const char * function=0x000007feb4d04158, bool shouldAssert=true) Line 259 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!WTFReportAssertionFailure(const char * file=0x000007feb4d04240, int line=471, const char * function=0x000007feb4d04158, const char * assertion=0x000007feb4d03fe8) Line 281 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!JSC::Heap::unprotect(JSC::JSValue k={...}) Line 471 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!JSC::gcUnprotect(JSC::JSCell * val=0x000007fffe453dd0) Line 38 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!JSC::gcUnprotect(JSC::JSValue value={...}) Line 62 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!EA::WebKit::JavascriptValue::Destruct() Line 495 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!EA::WebKit::JavascriptValue::~JavascriptValue() Line 318 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!EA::WebKit::JavascriptValue::`vector deleting destructor'(unsigned int) C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!EA::WebKit::DestroyJavascriptValue(EA::WebKit::JavascriptValue * v=0x000007fffe4b7a70) Line 1035 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitd.dll!EA::WebKit::EAWebKitLib::DestroyJavascriptValue(EA::WebKit::JavascriptValue * v=0x000007fffe4b7a70) Line 400 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">> EAWebKitDemoUTFWin.exe!EAWebkitViewFunctionalTest::JavascriptArrays(void * __formal=0x00000000001afae0) Line 192 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!EATest::Test_mfun<EAWebkitViewFunctionalTest>::TestDelegate<EAWebkitViewFunctionalTest>::Invoke(EAWebkitViewFunctionalTest * instance=0x00000001415f2130, void * p=0x00000000001afae0) Line 72 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!EATest::Test_mfun<EAWebkitViewFunctionalTest>::operator()(void * context=0x00000000001afae0) Line 107 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!EATest::TestCase::operator()(void * context=0x00000000001afae0) Line 76 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!EATest::TestSuite::ExecuteTestCase(EATest::TestCase * tc=0x00000000002c4239, void * context=0x00000000001afae0) Line 520 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!EATest::TestSuite::RunTests(const char * suitename=0x0000000000000000, const char * testname=0x0000000000000000, void * context=0x00000000001afae0) Line 304 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!EATest::TestSuite::RunAllTests(void * context=0x00000000001afae0) Line 147 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!EATest::DoTests(int argc=1, char * * argv=0x000007fffefb83a0, void * context=0x00000000001afae0) Line 307 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!EA::Browser::RunUnitTests(EA::App::AppCommandLine & commandLine={...}) Line 2284 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!EAMain(EA::App::AppCommandLine & commandLine={...}) Line 1123 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!WinMain(HINSTANCE__ * __formal=0x000000013fe80000, HINSTANCE__ * __formal=0x0000000000000000, char * cmdLine=0x00000000002167c2, int __formal=10) Line 79 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!invoke_main() Line 109 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!__scrt_common_main_seh() Line 264 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!__scrt_common_main() Line 309 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> EAWebKitDemoUTFWin.exe!WinMainCRTStartup() Line 17 C++<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> kernel32.dll!BaseThreadInitThunk‑() Unknown<o:p class=""></o:p></div><div style="font-weight: normal; margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""> ntdll.dll!RtlUserThreadStart‑() Unknown<o:p class=""></o:p></div></div><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">webkit-dev mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="mailto:webkit-dev@lists.webkit.org" style="color: rgb(149, 79, 114); text-decoration: underline; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">webkit-dev@lists.webkit.org</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="https://lists.webkit.org/mailman/listinfo/webkit-dev" style="color: rgb(149, 79, 114); text-decoration: underline; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://lists.webkit.org/mailman/listinfo/webkit-dev</a></div></blockquote></div><br class=""></div>_______________________________________________<br class="">webkit-dev mailing list<br class=""><a href="mailto:webkit-dev@lists.webkit.org" class="">webkit-dev@lists.webkit.org</a><br class="">https://lists.webkit.org/mailman/listinfo/webkit-dev<br class=""></div></blockquote></div><br class=""></body></html>