null - Possible causes of Java VM EXCEPTION_ACCESS_VIOLATION? -


when java vm crashes exception_access_violation , produces hs_err_pidxxx.log file, indicate? error null pointer exception. caused bug in jvm, or there other causes malfunctioning hardware or software conflicts?

edit: there native component, swt application on win32.

most of times bug in vm. can caused native code (e.g. jni calls).

the hs_err_pidxxx.log file should contain information problem happened.

you can check "heap" section inside file. many of vm bugs caused garbage collection (expecially in older vms). section should show if garbage running @ time of crash. section shows, if sections of heap filled (the percentage numbers).

the vm more crash in low memory situation otherwise.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -