<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>224621</bug_id>
          
          <creation_ts>2021-04-15 13:43:04 -0700</creation_ts>
          <short_desc>[WinCairo] Unremovable DLL after running tests on wincairo-wkl-release-tests-01</short_desc>
          <delta_ts>2021-04-21 14:19:29 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Fujii Hironori">fujii</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>stephan.szabo</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1750759</commentid>
    <comment_count>0</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-04-15 13:43:04 -0700</bug_when>
    <thetext>[WinCairo] Unremovable DLL after running tests on wincairo-wkl-release-tests-01

Recently, wincairo-wkl-release-tests-01 is observing the unremovable DLL issue.

https://build.webkit.org/#/builders/60/builds/839

&gt; WindowsError: [Error 5] Access is denied: u&apos;C:\\BW\\wincairo-wkl-release-tests\\build\\WebKitBuild\\Release\\bin64\\WebKit.dll&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1750761</commentid>
    <comment_count>1</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-04-15 13:47:21 -0700</bug_when>
    <thetext>I&apos;m observing this issue on internal Jenkins jobs after WinCairo WK1/WK2 tests recently.
A single DLL can&apos;t be removed, for example, WebKit.dll, WebKit2.dll, sqlite3.dll and ssl-48.dll.

&gt; stderr: warning: failed to remove WebKitLibraries/win/bin64/sqlite3.dll: Invalid argument

It still happens even ater uninstalling ntsd.exe.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1750762</commentid>
    <comment_count>2</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-04-15 13:49:01 -0700</bug_when>
    <thetext>I found out no remaining process by using Process Explorer.
https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1750763</commentid>
    <comment_count>3</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-04-15 13:53:39 -0700</bug_when>
    <thetext>(In reply to Fujii Hironori from comment #2)
&gt; I found out no remaining process by using Process Explorer.
&gt; https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer

So, I have to reboot the PC to remove the DLL. However, renaming or moving the DLL is possible.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1750875</commentid>
    <comment_count>4</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-04-15 18:02:53 -0700</bug_when>
    <thetext>This seems the oldest failure on the Buildbot.

https://build.webkit.org/#/builders/60/builds/665
r275529 (236185@main)

&gt; WindowsError: [Error 5] Access is denied: u&apos;C:\\BW\\wincairo-wkl-release-tests\\build\\WebKitBuild\\Release\\bin64\\libGLESv2.dll&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1751638</commentid>
    <comment_count>5</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-04-18 12:54:37 -0700</bug_when>
    <thetext>I&apos;m seeing the following message box on the Jenkins bot when the DLL issue happens.

---------------------------
WerFault.exe - Application Error
---------------------------
The application was unable to start correctly (0xc000012d). Click OK to close the application. 
---------------------------
OK   
---------------------------</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1751657</commentid>
    <comment_count>6</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-04-18 17:24:13 -0700</bug_when>
    <thetext>fast/dom/Window/post-message-large-array-buffer-should-not-crash.html is randomly crashing since it was added by r275508 (236165@main) in 2021-04-06.
Does this affect? It should be skipped.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1751664</commentid>
    <comment_count>7</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-04-18 19:01:23 -0700</bug_when>
    <thetext>(In reply to Fujii Hironori from comment #6)
&gt; fast/dom/Window/post-message-large-array-buffer-should-not-crash.html is
&gt; randomly crashing since it was added by r275508 (236165@main) in 2021-04-06.
&gt; Does this affect? It should be skipped.

r276233 (Bug 224735) skips the test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1752930</commentid>
    <comment_count>8</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-04-21 14:19:29 -0700</bug_when>
    <thetext>(In reply to Fujii Hironori from comment #7)
&gt; r276233 (Bug 224735) skips the test.

I don&apos;t observe this issue after the change. Clsoed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>