Bug 229300

Summary: [ Win EWS ] http/tests/security/no-javascript-refresh-spaces.py is flaky crashing
Product: WebKit Reporter: ayumi_kojima
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: PC   
OS: Unspecified   
Attachments:
Description Flags
Crash log none

Description ayumi_kojima 2021-08-19 11:06:08 PDT
http/tests/security/no-javascript-refresh-spaces.py

Is a flaky crashing on Windows-EWS.

Result page: https://ews-build.s3-us-west-2.amazonaws.com/Windows-EWS/r435762-101851-rerun/results.html

The flaky crash is not showing up on the open source directory: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fsecurity%2Fno-javascript-refresh-spaces.py

FAULTING_SOURCE_LINE:  C:\cygwin\home\buildbot\worker\Windows-EWS\build\Source\WebCore\platform\network\cf\ResourceHandleCFNet.cpp

FAULTING_SOURCE_FILE:  C:\cygwin\home\buildbot\worker\Windows-EWS\build\Source\WebCore\platform\network\cf\ResourceHandleCFNet.cpp

FAULTING_SOURCE_LINE_NUMBER:  304

FAULTING_SOURCE_CODE:  
   300:             }
   301:         }
   302:     }
   303: 
>  304:     client()->willSendRequestAsync(this, WTFMove(request), WTFMove(redirectResponse), [this, protectedThis = makeRef(*this), completionHandler = WTFMove(completionHandler)] (ResourceRequest&& request) mutable {
   305:         if (!request.isNull())
   306:             request.setStorageSession(d->m_storageSession.get());
   307:         completionHandler(WTFMove(request));
   308:     });
   309: }
Comment 1 ayumi_kojima 2021-08-19 11:07:06 PDT
Created attachment 435887 [details]
Crash log
Comment 2 Radar WebKit Bug Importer 2021-08-19 11:07:37 PDT
<rdar://problem/82133474>
Comment 3 ayumi_kojima 2021-08-19 11:12:56 PDT
Marked expectations https://trac.webkit.org/changeset/281253/webkit