<?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>234888</bug_id>
          
          <creation_ts>2022-01-05 10:30:24 -0800</creation_ts>
          <short_desc>MiniBrowser crashes immediately after starting on Windows 7 (WinCairo)</short_desc>
          <delta_ts>2022-01-05 12:05:55 -0800</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 Local Build</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Other</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Blocker</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>conojab991</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>fujii</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1828312</commentid>
    <comment_count>0</comment_count>
    <who name="">conojab991</who>
    <bug_when>2022-01-05 10:30:24 -0800</bug_when>
    <thetext>MiniBrowser crashes immediately after starting on Windows 7. I tried the same build on a Windows 11 machine and it worked fine. Below are the crash details.

Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	WebKitGPUProcess.exe
  Application Version:	0.0.0.0
  Application Timestamp:	61cccfe7
  Fault Module Name:	WebKit2.dll
  Fault Module Version:	0.0.0.0
  Fault Module Timestamp:	61cf9fcf
  Exception Code:	c0000005
  Exception Offset:	000000000009dc43
  OS Version:	6.1.7601.2.1.0.256.48
  Locale ID:	1033
  Additional Information 1:	1aed
  Additional Information 2:	1aed6afc969eae30c2ef855195f921e6
  Additional Information 3:	97f6
  Additional Information 4:	97f60414a8c8a8a85b0e0ed0b58be636

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&amp;clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1828347</commentid>
    <comment_count>1</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2022-01-05 12:01:24 -0800</bug_when>
    <thetext>Thank you very much for the bug reporting.
Can you use Visual Studio debugger?
Can you post a backrace of the crash?

The start page of MiniBrowser is https://webkit.org/ .
This page enables Accelarated Compositing automatically, and uses GPU process.

What will happen in simple pages that don&apos;t need Accelarated Compositing?
For example,
&gt; MiniBrowser.exe https://webkit.org/reporting-bugs/

Or, what will happen if you disable GPU process by changing the registry keys.

&gt; reg add HKEY_CURRENT_USER\Software\WebKit /v gpu_process_canvas_rendering /t REG_DWORD /d 0 /f
&gt; reg add HKEY_CURRENT_USER\Software\WebKit /v gpu_process_webgl /t REG_DWORD /d 0 /f

You can restore the original behavior with the following commands:

&gt; reg delete HKEY_CURRENT_USER\Software\WebKit /v gpu_process_canvas_rendering /f
&gt; reg delete HKEY_CURRENT_USER\Software\WebKit /v gpu_process_webgl /f

What about WinCairo WebKit1?

&gt; MiniBrowser.exe --wk1 https://webkit.org/reporting-bugs/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1828349</commentid>
    <comment_count>2</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2022-01-05 12:05:55 -0800</bug_when>
    <thetext>&gt; What will happen in simple pages that don&apos;t need Accelarated Compositing?
&gt; For example,
&gt; &gt; MiniBrowser.exe https://webkit.org/reporting-bugs/

If this doesn&apos;t crash,
what if I you disalbe Accelerated Compositing by using Menu item after starting MiniBrowser?

Menu → Debug → Use Accelerated Compositing</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>