Bug 229300 - [ Win EWS ] http/tests/security/no-javascript-refresh-spaces.py is flaky crashing
Summary: [ Win EWS ] http/tests/security/no-javascript-refresh-spaces.py is flaky cras...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-19 11:06 PDT by ayumi_kojima
Modified: 2021-08-19 11:12 PDT (History)
2 users (show)

See Also:


Attachments
Crash log (160.51 KB, text/plain)
2021-08-19 11:07 PDT, ayumi_kojima
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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