Roshrini commented on issue #10948: get stuck with subprocess in multithread URL: https://github.com/apache/incubator-mxnet/issues/10948#issuecomment-413695950 @HorsonLiu Can you provide more details on your setup? Seems like similar issue(used to crash before) https://github.com/apache/incubator-mxnet/issues/9213 was solved by this PR before some time https://github.com/apache/incubator-mxnet/pull/8995 I was able to reproduce the issue on Linux, built MXNet from source. Tested on Python2 and Python3 both. Observations: 1) If I comment "mx.nd.ones((2, 3), ctx)", example works fine. 2) If I comment "subprocess.check_output(["ls"])", example works fine. 3) On python2 this issue always occur. On python3, it happens sometimes randomly.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
