[fpc-pascal] FPC trunk internal error 200310221

wkitty42 at windstream.net wkitty42 at windstream.net
Wed Aug 24 15:31:00 CEST 2016


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.



More information about the fpc-pascal mailing list