<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Which build flavour are you using? Are you enabling assertions
      only in the RTS?<br>
    </p>
    <p>> This can't possibly be my fault!   I don't know if CI
      perhaps has these assertion switched off, so only I am seeing
      them?</p>
    <p>Compiler performance tests are disabled in debug builds, cf
      testsuite/driver/testlib.py:</p>
    <p>    # Compiler performance numbers change when debugging is on,
      making the results<br>
          # useless and confusing. Therefore, skip if debugging is on.<br>
          if config.compiler_debugged and is_compiler_stats_test:<br>
              opts.skip = True   <br>
    </p>
    <p>That could explain why we don't see this on CI in slow-validate
      jobs.</p>
    <p>Sylvain<br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 31/05/2024 12:43, Simon Peyton Jones
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAJKmMz9NMxwMxjM1t94yc0DOgLQSwj8t7sLbMD49kNJkEMmtDQ@mail.gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div class="gmail_default" style="font-family:tahoma,sans-serif">In
          my private build of !12492 I'm getting some assertion failures
          in CheckUnload (see below).</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">This
          can't possibly be my fault!   I don't know if CI perhaps has
          these assertion switched off, so only I am seeing them?</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">I'd
          open a ticket but it may just be my bad, somehow</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">Any
          ideas?</div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">Simon<br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif"><br>
        </div>
        <div class="gmail_default" style="font-family:tahoma,sans-serif">Stderr
           run  ( MultiLayerModulesDefsGhci ):<br>
          ghc: internal error: ASSERTION FAILED: file rts/CheckUnload.c,
          line 460<br>
          <br>
              (GHC version 9.11.20240530 for x86_64_unknown_linux)<br>
              Please report this as a GHC bug:  <a
            href="https://www.haskell.org/ghc/reportabug"
            moz-do-not-send="true" class="moz-txt-link-freetext">https://www.haskell.org/ghc/reportabug</a><br>
          Aborted<br>
          *** unexpected failure for MultiLayerModulesDefsGhci(ghci)<br>
          ]0;MultiLayerModulesDefsGhciReload(ghci) 4776 of 10144 [0, 1,
          0] ]0;InstanceMatching(normal) 4777 of 10144 [0, 1, 0]
          ]0;Running for 5m51s [35433/36451], predicted 1s (98%) Wrong
          exit code for MultiLayerModulesDefsGhciReload(ghci)(expected 0
          , actual 134 )<br>
          Stderr  run  ( MultiLayerModulesDefsGhciReload ):<br>
          ghc: internal error: ASSERTION FAILED: file rts/CheckUnload.c,
          line 460<br>
          <br>
              (GHC version 9.11.20240530 for x86_64_unknown_linux)<br>
              Please report this as a GHC bug:  <a
            href="https://www.haskell.org/ghc/reportabug"
            moz-do-not-send="true" class="moz-txt-link-freetext">https://www.haskell.org/ghc/reportabug</a><br>
          Aborted<br>
          *** unexpected failure for
          MultiLayerModulesDefsGhciReload(ghci)<br>
          ]0;InstanceMatching1(normal) 4778 of 10144 [0, 2, 0]
          ]0;MultiLayerModulesNoCode(ghci) 4779 of 10144 [0, 2, 0] Wrong
          exit code for MultiLayerModulesNoCode(ghci)(expected 0 ,
          actual 134 )<br>
          Stderr  run  ( MultiLayerModulesNoCode ):<br>
          ghc: internal error: ASSERTION FAILED: file rts/CheckUnload.c,
          line 460<br>
          <br>
              (GHC version 9.11.20240530 for x86_64_unknown_linux)<br>
              Please report this as a GHC bug:  <a
            href="https://www.haskell.org/ghc/reportabug"
            moz-do-not-send="true" class="moz-txt-link-freetext">https://www.haskell.org/ghc/reportabug</a><br>
          Aborted<br>
        </div>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
ghc-devs mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a>
<a class="moz-txt-link-freetext" href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a>
</pre>
    </blockquote>
  </body>
</html>