Opencv4.7 builds successfully, but cannot run the mcc example

I get an error about “Exception occurred. Segmentation fault”.
After I try adding “net.enableWinograd(false);”, I can run the sample code.

Does Winograd have anything to do with computer equipment? Why can it run if it is set to false?