You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/13 04:58:58 UTC

[GitHub] eric-haibin-lin commented on issue #9314: nd.pick core dumps on large array

eric-haibin-lin commented on issue #9314: nd.pick core dumps on large array
URL: https://github.com/apache/incubator-mxnet/issues/9314#issuecomment-429511469
 
 
   How many times did you try? I'm still getting this error. Another attempt on Mac:
   ```
   ➜  Documents python
   Python 2.7.13 (default, Dec 18 2016, 07:03:39)
   [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
   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: 11
   
   Stack trace returned 10 entries:
   [bt] (0) 0   libmxnet.so                         0x0000000116231c90 libmxnet.so + 15504
   [bt] (1) 1   libmxnet.so                         0x0000000117da3956 MXTVMBridge + 4726662
   [bt] (2) 2   libsystem_platform.dylib            0x00007fffbc8c6b3a _sigtramp + 26
   [bt] (3) 3   ???                                 0x0000000000000000 0x0 + 0
   [bt] (4) 4   libmxnet.so                         0x000000011665782e libmxnet.so + 4364334
   [bt] (5) 5   libmxnet.so                         0x00000001177ebfed MXNDListFree + 620189
   [bt] (6) 6   libmxnet.so                         0x00000001177658e4 MXNDListFree + 69524
   [bt] (7) 7   libmxnet.so                         0x0000000117767e68 MXNDListFree + 79128
   [bt] (8) 8   libmxnet.so                         0x000000011776b021 MXNDListFree + 91857
   [bt] (9) 9   libmxnet.so                         0x000000011776af3f MXNDListFree + 91631
   libc++abi.dylib: terminating
   [1]    22838 abort      python
   ➜  Documents pip2 list | grep mx
   
   mxnet (1.3.1b20181012)
   ```

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