arcadiaphy commented on issue #13265: MXNet C++Interface reasoning leads to CPU 
memory leak
URL: 
https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-463937133
 
 
   Thanks for mentioning related issues, they are all singleton destructing 
problems. Crash happens when accessing too early destructed singletons. The 
main problem of object pools is fixed in #312, maybe there are still some 
underlying issues.
   
   I think the correct way is to just let problem happens, then we can fix them 
to approach leak-free codes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to