Skip to content

Fatal: Internal error 2011032201

Original Reporter info from Mantis: Gilby
  • Reporter name: Szabó Zsolt

Description:

When inside a procedure you declare a string constant and writes another string literal after the semicolon you got internal error 2011032201 at compile time, instead of an error message.

Steps to reproduce:

program ConstString;

procedure Test;
const TestString='abc';'def';
begin
  writeln(TestString);
end;

begin
  Test;
end.

Mantis conversion info:

  • Mantis ID: 38874
  • OS: Windows 10 Professional
  • OS Build: 20H2
  • Build: 2021/02/21
  • Platform: amd64
  • Version: 3.2.0
  • Monitored by: » Gilby (Szabó Zsolt)
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information