eric-haibin-lin opened a new issue #9314: nd.pick core dumps on large array
URL: https://github.com/apache/incubator-mxnet/issues/9314
 
 
   ```
   ubuntu@ip-172-31-13-31:~/mxnet$ python
   Python 2.7.12 (default, Nov 20 2017, 18:23:56)
   [GCC 5.4.0 20160609] on linux2
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import mxnet as mx
   >>> a = mx.nd.ones((256*35, 1024*1024))
   >>> b = mx.nd.ones((256*35,))
   >>> mx.nd.pick(a,b)
   Segmentation fault (core dumped)
   ```
   
   Usually large array complains about shape mismatch, this one core dumps 
immediately. 

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