<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body><div>On Wed, 2018-08-08 at 19:24 +0800, Dennis wrote:</div><blockquote type="cite">
    
    <br><div class="moz-cite-prefix">Christo Crause wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:CAGOmfbGwvx4=fhPHU=Yg3vejgjfs5-twb_Wx2-y5n-h_CooVeQ@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Tue, Aug 7, 2018 at 9:42 AM,
            Dennis Poon <span dir="ltr"><<a href="mailto:dennis@avidsoft.com.hk" target="_blank" moz-do-not-send="true">dennis@avidsoft.com.hk</a>></span>
            wrote:<br>
            <blockquote type="cite">Only 20 seconds. But
              sometimes, when I modify some units used by other units
              which are in turn used by other units, FPC throws the
              following exception when I compile (not build)<br>
              uspdata.pas(228,50) Error: Compilation raised exception
              internally<br>
              <br>
              When that happens, I have to build the entire project, and
              that takes much longer.<br>
            <br></blockquote>
            <div><br>
            </div>
            <div>Are you perhaps using generics somewhere in your
              project? If so your compiler crash may be similar to bugs
              0033593, 0034024 and possibly 0034065.</div>
          </div>
        </div>
      </div>
      <br>
    </blockquote>
    Yes, I use quite a lot of generics of Generics.Collection  
    TList<T> and TDictionary<T> etc.<br>
    <br>
    Are these bugs fixed in the trunk version?<br></blockquote><div><br></div><div>All three bug reports are still open, so not fixed yet.  If you can reduce the problem to a small project with dummy code it may help to to file another bug report to highlight this problem in the compiler. </div></body></html>