DNXie opened a new issue #19684: URL: https://github.com/apache/incubator-mxnet/issues/19684
## Description Segmentation fault in `mxnet.ndarray.split_v2` ### Error Message ~~~python Segmentation fault: 11 ~~~ ## To Reproduce ~~~python import mxnet import numpy as np ary=mxnet.nd.array(np.random.rand(0,1)) mxnet.ndarray.split_v2(ary=ary, indices_or_sections=-1) ~~~ ## Environment OS: ubuntu 18.04 Python: 3.7.6 pip: 20.0.2 numpy: 1.18.5 mxnet: 1.6.0 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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 --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org For additional commands, e-mail: issues-h...@mxnet.apache.org