[Webkit-unassigned] [Bug 229657] New: [curl] ASSERT(m_resourceTiming.networkLoadMetrics().isComplete() || m_resourceTiming.resourceLoadTiming().endTime()) is failing in PerformanceResourceTiming::responseEnd

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 29 13:32:33 PDT 2021


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

            Bug ID: 229657
           Summary: [curl]
                    ASSERT(m_resourceTiming.networkLoadMetrics().isComplet
                    e() ||
                    m_resourceTiming.resourceLoadTiming().endTime()) is
                    failing in PerformanceResourceTiming::responseEnd
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

[curl] ASSERT(m_resourceTiming.networkLoadMetrics().isComplete() || m_resourceTiming.resourceLoadTiming().endTime()) is failing in PerformanceResourceTiming::responseEnd

1. Start WinCairo Debug WK2 MiniBrowser
2. Go to https://twitter.com
3. the assertion fails

ASSERTION FAILED: m_resourceTiming.networkLoadMetrics().isComplete() || m_resourceTiming.resourceLoadTiming().endTime()
C:\home\webkit\gc\Source\WebCore\page/PerformanceResourceTiming.cpp(225) : WebCore::PerformanceResourceTiming::responseEnd

Callstack:

> WTF.dll!WTFCrash() Line 321	C++
> WebKit2.dll!WTFCrashWithInfo(int __formal, const char * __formal, const char * __formal, int __formal) Line 704	C++
> WebKit2.dll!WebCore::PerformanceResourceTiming::responseEnd() Line 225	C++
> WebKit2.dll!WebCore::jsPerformanceResourceTiming_responseEndGetter(JSC::JSGlobalObject & lexicalGlobalObject, WebCore::JSPerformanceResourceTiming & thisObject) Line 412	C++
> WebKit2.dll!WebCore::IDLAttribute<WebCore::JSPerformanceResourceTiming>::get<&WebCore::jsPerformanceResourceTiming_responseEndGetter,3>(JSC::JSGlobalObject & lexicalGlobalObject, __int64 thisValue, JSC::PropertyName attributeName) Line 88	C++
> WebKit2.dll!WebCore::jsPerformanceResourceTiming_responseEnd(JSC::JSGlobalObject * lexicalGlobalObject, __int64 thisValue, JSC::PropertyName attributeName) Line 418	C++
> JavaScriptCore.dll!JSC::PropertySlot::customGetter(JSC::VM & vm, JSC::PropertyName propertyName) Line 47	C++
> JavaScriptCore.dll!JSC::PropertySlot::getValue(JSC::JSGlobalObject * globalObject, JSC::PropertyName propertyName) Line 408	C++
> JavaScriptCore.dll!JSC::JSValue::get(JSC::JSGlobalObject * globalObject, JSC::PropertyName propertyName, JSC::PropertySlot & slot) Line 950	C++
> JavaScriptCore.dll!JSC::LLInt::performLLIntGetByID(const JSC::Instruction * pc, JSC::CodeBlock * codeBlock, JSC::JSGlobalObject * globalObject, JSC::JSValue baseValue, const JSC::Identifier & ident, JSC::GetByIdModeMetadata & metadata) Line 771	C++
> JavaScriptCore.dll!llint_slow_path_get_by_id(JSC::CallFrame * callFrame, const JSC::Instruction * pc) Line 845	C++
> JavaScriptCore.dll!llint_entry()	Unknown
> 000000c55f0fd750()	Unknown
> 000000c55f0fd830()	Unknown
> 0000022a0fc0f078()	Unknown
> cccccccccccccccc()	Unknown
> 0000022a0fc0f073()	Unknown

-- 
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/20210829/73978782/attachment.htm>


More information about the webkit-unassigned mailing list