convexengineering / gpkit

Geometric programming for engineers
http://gpkit.readthedocs.org
MIT License
206 stars 40 forks source link

Process finished with exit code -1073741571 (0xC00000FD) #1571

Closed aTHeist-nku closed 1 year ago

aTHeist-nku commented 2 years ago

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)'

whoburg commented 2 years ago

Are you able to share source code to reproduce the issue?

aTHeist-nku commented 1 year ago

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

bqpd commented 1 year ago

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.