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/08/08 06:39:39 UTC

[GitHub] iblis17 edited a comment on issue #10149: WIP: import Julia binding

iblis17 edited a comment on issue #10149: WIP: import Julia binding
URL: https://github.com/apache/incubator-mxnet/pull/10149#issuecomment-411302101
 
 
   Okay, I tried `LD_PRELOAD` and works now.
   It can run testing without segfault on my local box.
   ```
   $ LD_PRELOAD=/usr/lib/libjemalloc.so julia -e 'Pkg.test("MXNet")'
   ```
   
   So... the root cause of segfault (in CI) is different from my case, I guess.
   Anyway... I added a commit to give `LD_PRELOAD` a try.

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