On Wed, 2018-08-08 at 19:24 +0800, Dennis wrote:
> 
> Christo Crause wrote:
> > 
> > On Tue, Aug 7, 2018 at 9:42 AM, Dennis Poon <den...@avidsoft.com.hk> wrote:
> > > 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)
> > > uspdata.pas(228,50) Error: Compilation raised exception internally
> > > 
> > > When that happens, I have to build the entire project, and that takes 
> > > much longer.
> > > 
> > Are you perhaps using generics somewhere in your project? If so your 
> > compiler crash may be
> > similar to bugs 0033593, 0034024 and possibly 0034065.
> > 
>  Yes, I use quite a lot of generics of Generics.Collection   TList<T> and 
> TDictionary<T> etc.
> Are these bugs fixed in the trunk version?
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. 
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to