Problem with jocl - EXCEPTION_ACCESS_VIOLATION
Posted by
WKBae on
Nov 11, 2013; 2:58pm
URL: https://forum.jogamp.org/Problem-with-jocl-EXCEPTION-ACCESS-VIOLATION-tp4030578.html
Hello,
I was making a program using Java with OpenCL. However, I cannot run the program.
I encountered EXCEPTION_ACCESS_VIOLATION crash. With some debugging, I found that it was occured in CLContext.create(), more specifically, in native call CLAbstractImpl.dispatch_clGetExtensionFunctionAddressStatic() while performing free(), when retriving "_addressof_clCreateEventFromGLsyncKHR" in CLProcAddressTable.(the previous ones were loaded successfully.)
I don't think it is the problem of my program, because the demo programs crashed too with same log. As I assume, this would be my system's problem. If so, how can I check it?
Crash Log from my program :
http://pastebin.com/NQ5mEpUZCrash Log from demos(typically same) :
http://pastebin.com/Qbia7YDAPS. Where can I found the source code of native library?