elvin-n opened a new issue, #11452: URL: https://github.com/apache/tvm/issues/11452
### Expected behavior importing of mxnet and tvm should work together independently on order of their imports ### Actual behavior ``` >>> import tvm >>> import mxnet Segmentation fault (core dumped) ``` if import mxnet first and then tvm - everything works fine ### Environment Crashes: Ubuntu 21.10 cpython Python 3.9.12 mxnet 1.9.1 Ubuntu 21.10 Anaconda Python 3.8.5 mxnet 1.8.0.post0 Ubuntu 20.04 Anaconda 3.8.8 mxnet 1.8.0 Good: Ubuntu 21.10 cpython Python 3.9.12 mxnet 1.6.0 ### Steps to reproduce call python and import tvm and mxnet -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
