You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/01 18:13:06 UTC

[GitHub] nikrao opened a new issue #7292: Kernel crash with negative indices

nikrao opened a new issue #7292: Kernel crash with negative indices
URL: https://github.com/apache/incubator-mxnet/issues/7292
 
 
   It seems like if we use negative indices to access an mx.ndarray location, and convert to numpy, the python kernel crashes. 
   
   ## Environment info
   Operating System: Ubuntu
   
   Package used (Python/R/Scala/Julia): Python
   
   MXNet version: v.0.10.x
   
   
   ## Minimum reproducible example
   ` a = mx.nd.array([1,2,3])`
   `a[-1].asnumpy()`
   `Segmentation fault (core dumped)`
   
   Note that when I do a[-1], there is no error. It's only when converted to numpy. 
 
----------------------------------------------------------------
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