What crashes is not "FPC" but the "FP IDE". At least most likely. Fpc is the compiler itself. You might want to edit your initial message and change the Subject accordingly.
You could try to install fpc 3.2.2 or 3.3.1 both have bugfixes that were made since 3.2.2. But they are both "working versions", they are not releases, they do not have downloads, they need to be build from source.
You could also try to see what causes the crash.
Run cmd.exe and then inside cmd.exe start the fp.exe => then when it crashes, the window should remain open, and maybe something of interest got printed on the screen.
If not, then you need to make a debug build, and debug it....