Salve,
ho un problema che mi affligge da 2 giorni e che non riesco a risolvere...
Ho un applicazione scritta in Java e C++ e la comunicazione avviene tramite JNI.

Adesso ho concluso la scrittura di entrambe le parti, in c++ creo una dll che viene caricata da Java.
Il problema è che durante l'esecuzione mi viene lanciato il seguente errore:

codice:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x51185df9, pid=4508, tid=4604
#
# JRE version: 7.0_02-b13
# Java VM: Java HotSpot(TM) Client VM (22.0-b10 mixed mode windows-x86 )
# Problematic frame:
# C  [indexMTreeShiatsuShot.dll+0x5df9]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\david\Desktop\Sviluppo\NetBeansProjects\WindsurfVideo\hs_err_pid4508.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Sospetto che sia un errore nella parte in C++ del progetto solo che senza un debug non riesco a capire dove.

Sto usando netbeans 7.2 su un sistema Win7 a 64bit

C'è per caso un modo per fare il debug delle chiamate native ?


Grazie