andrewfayres commented on issue #10867: Scala Module API resize is leaking memory on the native size. URL: https://github.com/apache/incubator-mxnet/issues/10867#issuecomment-411214023 @jessebrizzi I've been looking at the JNI code you wrote and figured out that the sigsegv is happening [here](https://github.com/apache/incubator-mxnet/blob/9b7351a63a4dff089fb221de798f38e1d6f0800d/src/c_api/c_api_executor.cc#L537). However, I've been unable to figure out exactly what's causing the error thus far. Presumably at least one of the variables on that line is invalid but I'm not seeing why. I'm going to change gears a bit and attempt to fix the memory leak in the existing scala code to at least resolve the issue for you.
---------------------------------------------------------------- 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
