leezu commented on issue #19473:
URL: 
https://github.com/apache/incubator-mxnet/issues/19473#issuecomment-721869651


   Hypothesis: PyTest is calling `__repr__` on an uninitialized (failed during 
`__init__`) or freed (`__del__` was called) array. This will cause a 
segmentation fault as the ndarray pointer will point to undefined memory.
   
   https://github.com/pytest-dev/pytest/issues/4659


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to