<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Philip Taylor wrote:<br>
      <br>
    </div>
    <blockquote type="cite"
      cite="mid:dab18020-6d5a-8b84-c953-a4682172f8fa@Hellenic-Institute.Uk">10
      iterations, failed at 10th (failed in the sense of generating
      393021 bytes as opposed to generating 393023 bytes as per normal).
      Iterations 9 & 10 PDFs attached.
      <br>
    </blockquote>
    <br>
    CMD file to replicate :<br>
    <br>
    <blockquote type="cite">@echo off
      <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,32767) do xdvipdfmx -z 0 test.xdv -o test-%%n.pdf
        & FOR %%m in (test-%%n.pdf) do echo %%m: %%~zm bytes &
        IF NOT "%%~zm" == "393023" PAUSE</p>
    </blockquote>
    <br>
    The fact that this occurs so infrequently leads me to suspect an
    uninitialised variable ...<br>
    <br>
    <br>
  </body>
</html>