stephenrawls commented on issue #13956: C API should *never* call abort()
URL: 
https://github.com/apache/incubator-mxnet/issues/13956#issuecomment-457293713
 
 
   Good point...lots of places to clean up if we want to remove the possibility 
that abort() gets called on us.
   
   Turns out it's also in the underlying library code implementing e.g. 
operators:
   
https://github.com/apache/incubator-mxnet/blob/0d480fbe1534d1c1228bf2c7470018ae06cbac37/src/operator/tensor/init_op.h#L121-L123
   
   I am in the process of putting MxNet into a production environment, and it 
would be nice if it didn't have the ability to unexpectedly abort() the process 
it's running in. I guess this is a bigger task than I initially thought.

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