tqchen opened a new pull request, #128: URL: https://github.com/apache/tvm-ffi/pull/128
If we load a module within a local scope, that object's deleter resides in the loaded library. if the module is unloaded before the object is destroyed, the deleter may call an invalid address. Keep the module loaded until all returned objects are deleted. This PR fixes the testcase that have the related issues -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
