[fpc-pascal] Internal error 2019022201 from function reference

Hairy Pixels genericptr at gmail.com
Sat Sep 17 05:13:10 CEST 2022



> On Sep 11, 2022, at 4:22 PM, Sven Barth <pascaldragon at googlemail.com> 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



More information about the fpc-pascal mailing list