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 2020/03/11 18:02:01 UTC

[GitHub] [incubator-mxnet] zhreshold edited a comment on issue #17774: test_recordimage_dataset_with_data_loader_multiworker Segmentation fault on OSX

zhreshold edited a comment on issue #17774: test_recordimage_dataset_with_data_loader_multiworker Segmentation fault on OSX
URL: https://github.com/apache/incubator-mxnet/issues/17774#issuecomment-597463041
 
 
   @leezu 
   Let me update the mac test metric with `clang`
   
   ```
   Apple clang version 11.0.0 (clang-1100.0.33.17)
   Target: x86_64-apple-darwin18.7.0
   Thread model: posix
   InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
   ```
   
   | Static build             | openmp |   unittest mentioned |
   |-------------------|----------| ---------|
   | Yes                   |  3rdparty/openmp                | segfault |
   | No          |    3rdparty/openmp | segfault | 
   | Yes                   |  **delete** 3rdparty/openmp                | ok |
   | No          |   **delete** 3rdparty/openmp | ok|
   
   Note that the segfault only happens at the first run, consequential tests are always ok.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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