<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Tim Eyre wrote:<br>
      <br>
    </div>
    <blockquote type="cite"
cite="mid:CAK1MkuqR7fwE=VA=SZ4si5X9efvm2+84a0i7OcSKn1s_O6_GUw@mail.gmail.com">
      <pre wrap="">Your build of xdvipdfmx.exe does not crash. Domo arigatou gozaimasu.
</pre>
    </blockquote>
    <br>
    Tim, could I ask you to try my CMD script with your
    error-manifesting combination of Windows 10 and TeX Live 2020 ?  As
    I am seemingly unable to reproduce the problem here using Windows 7
    64-bit (Enterprise) and TeX Live 2020, it would be good to be
    certain that my CMD script is robust and will catch the error if it
    occurs.  The script is below.<br>
    <br>
    <i>Philip Taylor</i><br>
    <br>
    @echo off
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">SETLOCAL</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">SET
      SOURCE_DATE_EPOCH=1456304492</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">xetex
      -no-pdf test.tex</p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;">FOR /L %%n
      in (1,1,1073741823) DO (xdvipdfmx -q -z 0 test.xdv && FOR
      %%m in (test.pdf) DO ECHO Iteration %%n: %%~zm bytes && IF
      %%~zm == 393023 (DEL good.pdf && REN %%m good.pdf) ELSE
      (REN %%m bad.pdf && PAUSE)) || ECHO Failed with error
      %ERRORLEVEL% && PAUSE<br>
    </p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
      margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br>
      <br>
    </p>
  </body>
</html>