On 08/24/2016 07:27 AM, C Western wrote:
I have recently started seeing FPC internal error 200310221 when compiling a
changed program with lazarus using the trunk fpc version. If I do a build, the
problem goes away, only to recur after a random number of changes/recompiles.
The program I am working on is quite large, so it is not obvious how to generate
a simple test case for reporting. Suggestions?

I managed to catch the error in gdb, but the info is not that helpful:

a backtrace ("bt" or "bt full") would probably have been better...

if the program is threaded, then

  thread apply all bt full

would have given additional info that might have been useful...

--
 NOTE: No off-list assistance is given without prior approval.
       *Please keep mailing list traffic on the list* unless
       private contact is specifically requested and granted.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to