Closed aTHeist-nku closed 1 year ago
Are you able to share source code to reproduce the issue?
Thank you very much! You can download the source code from the following link. https://drive.google.com/file/d/1OP4KW8KnGdvieBhzr74DVE0Dp_BgDyPG/view?usp=sharing
Looks like that's a Microsoft stack overflow error: https://stackoverflow.com/questions/20629027/process-finished-with-exit-code-1073741571
Surprised you got a stack overflow before running out of memory! There might be some kind of recursion in the code. In any event, testing with a smaller model that you can scale up until you find the boundary of these issues might be the way to go.
I use GPKit to build a large-scale GP model, but a few seconds after I start model.solve(), Pycharm outputs 'Process finished with exit code -1073741571 (0xC00000FD)'