new cannot satisfy memory request
-
new cannot satisfy memory request. This does not necessarily mean you have run out of virtual memory. It could be due to a stack violation caused by e.g. bad use of pointers or an out of date shared library
如果你遇到这个问题,一种解决方式是把你的求解器重新编译一下,可能是
bad use of out of date shared library
。原因是你的库重新写了一些代码并重新编译了,但求解器没跟进