I was using Code::Blocks to try out parallel programming using OpenMP. MinGW compiler included in original Code::Blocks folder didn't support OpenMP, so I downloaded newer version (7.0.0) from Sourceforge and set up the project accordingly (-fopen parameter, path to libgomp-1.dll) and everything seemed to work as expected. Program is compiled and runs without problems when launched in Code::blocks. But when I tried to launch the .exe file from command line, I end up with Blue screen of death. The same thing happens with any code, even "hello world". Original MinGW given with Code::Blocks doesn't have this problem. I also tried another version (8.1.0) with the same result. It seems the crash happens even before any command from main function is performed. Using Win 7 64bit.
Asked
Active
Viewed 155 times
0
-
Your whole computer bluescreens? – eesiraed May 02 '20 at 21:46
-
Yes, total bluescreen followed by OS boot – Andrew33cz May 03 '20 at 11:53