Hi Igor, interesting. What function crashed? Need a bit more of the trp report, namely the start of the stack trace, assuming that QT5GUI.DLL has its debug info intact.
The problem is our GCC port does not correctly align these instructions, it is being worked on but since only the unsupported OS4 kernel supports AVX, it likely isn't a priority, though SSE(2) does have the same problem at times.
Ideally for now might be a kernel switch in the OS4 kernel where you can turn off the AVX support flag. Well written programs will do 2 things, check that the CPU supports AVX and check that the Operating System supports AVX. The OS needs to save those registers when task switching.