<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello, I reproduced the problem.</p>
    <pre>I run fpcupdeluxe x86_64-win64-win32, this is the log of what I've done:

button Setup+, Options Override, FPC options -gw, then click OK, then click FPC Only
After recompilation by fpcupdeluxe:
Open cmd, cd to fpcupdeluxe\fpc\bin\x86_64-win64
 gdb.exe fp.exe
 set new-console
 run
Open a program and try to compile it.

Screenshot of gdb:

(gdb) set win32 new-console on
No symbol "win32" in current context.
(gdb) set new-console on
(gdb) run
Starting program: E:\fpcupdeluxe\fpc\bin\x86_64-win64/fp.exe
[New Thread 24056.0x4d64]
[New Thread 24056.0x12c0]
[New Thread 24056.0x632c]
[New Thread 24056.0x6344]
[New Thread 24056.0x59c]
[New Thread 24056.0x3ca8]

Program received signal SIGSEGV, Segmentation fault.
fpc_shortstr_to_shortstr (RES=..., highRES=255, SSTR=Cannot access memory at address 0x3e2110
) at ../inc/generic.inc:867
867       slen:=length(sstr);
(gdb) bt
#0  fpc_shortstr_to_shortstr (RES=..., highRES=255, SSTR=Cannot access memory at address 0x3e2110
) at ../inc/generic.inc:867
#1  0x00000000006dfc10 in ?? ()
#2  0x0000000000000000 in ?? ()
(gdb)
</pre>
  </body>
</html>