@Stefan_Salewski I managed to reduce the crash to this (no distinct required in 
my setup):
    
    
    type
      StringValue*[LEN: static[Natural]] = array[LEN+Natural(2),char]
      StringValue16* = StringValue[14]
    

@mashingan I've installed WinCrashReport as you suggested, and got a report. 
But TBH, the only thing I can decipher from it is that there was a 
stack-overflow (I can't interpret assembler code, and don't really want to 
learn it either). Is there any point in posting that report together with a 
github issue?

Reply via email to