[GitHub] stephenrawls commented on issue #13956: C API should *never* call abort()

2019-01-27 Thread GitBox
stephenrawls commented on issue #13956: C API should *never* call abort() URL: https://github.com/apache/incubator-mxnet/issues/13956#issuecomment-457984886 Good catch, sorry for the confusion. Can't speak for @mika-fischer, but as for me, I dug through the various layers until I saw `abor

[GitHub] stephenrawls commented on issue #13956: C API should *never* call abort()

2019-01-24 Thread GitBox
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 al

[GitHub] stephenrawls commented on issue #13956: C API should *never* call abort()

2019-01-23 Thread GitBox
stephenrawls commented on issue #13956: C API should *never* call abort() URL: https://github.com/apache/incubator-mxnet/issues/13956#issuecomment-456895966 I can add a second issue if desired, but I'd like to point out that the C++ API has the same problem. https://github.com/apac