> On Sep 11, 2022, at 4:22 PM, Sven Barth <[email protected]> wrote: > > Why do you think it's not known if there is an internal error? Internal > errors are precisely there to cover cases that should not be taken, but are > then triggered by some code path that was not thought about. > As a general rule: always report an internal error if it wasn't reported > already. If it was then check whether you can maybe provide a better example > to reproduce it. >
I see you fixed this already, thanks Sven! Here’s another internal error I found. https://gitlab.com/freepascal.org/fpc/source/-/issues/39907. Is this fixable? It’s kind of substandard thing to redefine TObject but it’s related to units again so it may be systemic. Regards, Ryan Joseph _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
