You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/25 08:10:33 UTC

[GitHub] arcadiaphy commented on issue #14223: fix memory-related issues to enable ASAN tests

arcadiaphy commented on issue #14223: fix memory-related issues to enable ASAN tests
URL: https://github.com/apache/incubator-mxnet/pull/14223#issuecomment-466910712
 
 
   @szha Finally pinpoint the problem. Many cleanup operations are inserted in the destructor of static variables, which is called after CUDA driver has been unloaded, then a simple cudaFree triggers the program abortion. Actually, adding CUDA Runtime API in static variable is not a good design.
   
   @marcoabreu I will modify the CI process after everything is OK.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services