EXCEPTION_ACCESS_VIOLATION , How we can debug this issue

I am getting EXCEPTION_ACCESS_VIOLATION rarely while working on the application, How do I can track where it happens & what are the possibilities that cause this error, I am using some of the JNI calls in my application ,is bcoz of this ,How do I rectifies the problem ,it will be greatly appreciable if get some reply on it, Thanks in advance
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000001, pid=2524, tid=2944
# Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode)
# Problematic frame:
# C 0x00000001
--------------- T H R E A D ---------------
Current thread (0x00a3bd10): JavaThread "008^52" [_thread_in_native, id=2944]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000001
Registers:
EAX=0x0ac65a18, EBX=0x0accc638, ECX=0x199a41e8, EDX=0x000020a0
ESP=0x1983f428, EBP=0x1983f4d0, ESI=0x199a41e8, EDI=0x199a41e8
EIP=0x00000001, EFLAGS=0x00010206
Top of Stack: (sp=0x1983f428)
0x1983f428: 6d0c135e 00a3bdd0 6d0c6f11 1983f4d0
0x1983f438: 00a3bdd0 1983f4b0 00000000 199a41e8
0x1983f448: 00000000 6d0c7f93 6d0c7fee 00000200
0x1983f458: 00000001 02a7a548 02a7a548 00a3bd10
0x1983f468: 06f05798 03006710 1983f490 030d9218
0x1983f478: 02a7a548 030cb040 1983f4b8 00b2ec2f
0x1983f488: 00000000 030d9218 1983f4b0 00b186a1
0x1983f498: 03006cb8 06f05798 1983f45c 1983fbe4
Instructions: (pc=0x00000001)
0xfffffff1:
Stack: [0x19800000,0x19840000), sp=0x1983f428, free space=253k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x00000001
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J sun.awt.windows.WComponentPeer.nativeHandleEvent(Ljava/awt/AWTEvent;)V
J sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V
J java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V
J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V
J ocuweb.client.viewkit.VMisc.setBusyCursor(Ljava/awt/Container;I)V
J ocuweb.client.viewkit.VMisc.setBusyCursor(Ljava/awt/Container;I)V
J ocuweb.client.viewkit.VMisc.setBusyCursor(Ljava/awt/Container;I)V
J ocuweb.client.viewkit.VMisc.setBusyCursor(Ljava/awt/Container;I)V
J ocuweb.client.viewkit.VMisc.setBusyCursor(Ljava/awt/Container;I)V
J ocuweb.client.viewkit.VMisc.setBusyCursor(Ljava/awt/Container;I)V
j ocuweb.client.viewkit.VFrame.setBusy()V+34
j ocuweb.client.viewkit.VFrame.SendMessageAndReceiveMessage(Locuweb/msg/MsgGeneral;)Locuweb/msg/MsgGeneral;+1
j ocuweb.client.TestSessionFrame.testFinished()V+146
j ocuweb.client.StatusPanel.update(Locuweb/msg/Notifier;Ljava/lang/Object;)V+4296
j ocuweb.msg.Notifier.callUpdate(ILjava/lang/Object;)V+71
J ocuweb.msg.Notifier.notifyConcerneds(Ljava/lang/Object;)V
j ocuweb.msg.NotificationThread.run()V+175
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0ad916b0 JavaThread "TimerQueue" daemon [_thread_blocked, id=1508]
=>0x00a3bd10 JavaThread "008^52" [_thread_in_native, id=2944]
0x0ace2dc8 JavaThread "007}52" [_thread_in_native, id=4068]
0x0ad813e0 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2464]
0x0ad791a8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2412]
0x0ad78e60 JavaThread "AWT-Shutdown" [_thread_blocked, id=2652]
0x0ad4fbc8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2632]
0x0ad5e878 JavaThread "003^53" [_thread_blocked, id=2628]
0x0ad5d948 JavaThread "002}53" [_thread_in_native, id=2620]
0x00356650 JavaThread "DestroyJavaVM" [_thread_blocked, id=412]
0x0acbddb8 JavaThread "Thread-0" daemon [_thread_blocked, id=2308]
0x00a2c6f0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=508]
0x00a2b360 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2240]
0x00a2a688 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2100]
0x00a215f0 JavaThread "Finalizer" daemon [_thread_blocked, id=2072]
0x00a20158 JavaThread "Reference Handler" daemon [_thread_blocked, id=268]
Other Threads:
0x00a1bfb8 VMThread [id=2068]
0x00a28d68 WatcherThread [id=2556]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 576K, used 140K [0x02a70000, 0x02b10000, 0x02f50000)
eden space 512K, 15% used [0x02a70000, 0x02a837b8, 0x02af0000)
from space 64K, 97% used [0x02b00000, 0x02b0f920, 0x02b10000)
to space 64K, 0% used [0x02af0000, 0x02af0000, 0x02b00000)
tenured generation total 5008K, used 2737K [0x02f50000, 0x03434000, 0x06a70000)
the space 5008K, 54% used [0x02f50000, 0x031fc488, 0x031fc600, 0x03434000)
compacting perm gen total 9472K, used 9274K [0x06a70000, 0x073b0000, 0x0aa70000)
the space 9472K, 97% used [0x06a70000, 0x0737e8f0, 0x0737ea00, 0x073b0000)
No shared spaces configured.
Dynamic libraries:
0x00400000 - 0x0040c000      C:\Program Files\INTAS_Client_TST\jre1.5.0_06\bin\javaw.exe
0x7c900000 - 0x7c9b0000      C:\WINNT\system32\ntdll.dll
0x7c800000 - 0x7c8f4000      C:\WINNT\system32\kernel32.dll
0x77dd0000 - 0x77e6b000      C:\WINNT\system32\ADVAPI32.dll
0x77e70000 - 0x77f01000      C:\WINNT\system32\RPCRT4.dll
0x77d40000 - 0x77dd0000      C:\WINNT\system32\USER32.dll
0x77f10000 - 0x77f57000      C:\WINNT\system32\GDI32.dll
0x77c10000 - 0x77c68000      C:\WINNT\system32\MSVCRT.dll
0x6d670000 - 0x6d804000      C:\Program Files\INTAS_Client_TST\jre1.5.0_06\bin\client\jvm.dll
0x76b40000 - 0x76b6d000      C:\WINNT\system32\WINMM.dll
0x6d280000 - 0x6d288000      C:\Program Files\INTAS_Client_TST\jre1.5.0_06\bin\hpi.dll
0x76bf0000 - 0x76bfb000      C:\WINNT\system32\PSAPI.DLL
0x6d640000 - 0x6d64c000      C:\Program Files\INTAS_Client_TST\jre1.5.0_06\bin\verify.dll
0x6d300000 - 0x6d31d000      C:\Program Files\INTAS_Client_TST\jre1.5.0_06\bin\java.dll
0x6d660000 - 0x6d66f000      C:\Program Files\INTAS_Client_TST\jre1.5.0_06\bin\zip.dll
0x6d000000 - 0x6d167000      C:\Program Files\INTAS_Client_TST\jre1.5.0_06\bin\awt.dll
0x73000000 - 0x73026000      C:\WINNT\system32\WINSPOOL.DRV
0x76390000 - 0x763ad000      C:\WINNT\system32\IMM32.dll
0x774e0000 - 0x7761d000      C:\WINNT\system32\ole32.dll
0x6d4c0000 - 0x6d4d3000      C:\Program Files\INTAS_Client_TST\jre1.5.0_06\bin\net.dll
0x71ab0000 - 0x71ac7000      C:\WINNT\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000      C:\WINNT\system32\WS2HELP.dll
0x71a50000 - 0x71a8f000      C:\WINNT\System32\mswsock.dll
0x76f20000 - 0x76f47000      C:\WINNT\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000      C:\WINNT\System32\winrnr.dll
0x76f60000 - 0x76f8c000      C:\WINNT\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000      C:\WINNT\system32\rasadhlp.dll
0x662b0000 - 0x66308000      C:\WINNT\system32\hnetcfg.dll
0x71a90000 - 0x71a98000      C:\WINNT\System32\wshtcpip.dll
0x5ad70000 - 0x5ada8000      C:\WINNT\SYSTEM32\uxtheme.dll
0x73760000 - 0x737a9000      C:\WINNT\system32\ddraw.dll
0x73bc0000 - 0x73bc6000      C:\WINNT\system32\DCIMAN32.dll
0x73940000 - 0x73a10000      C:\WINNT\system32\D3DIM700.DLL
0x6d240000 - 0x6d27d000      C:\Program Files\INTAS_Client_TST\jre1.5.0_06\bin\fontmanager.dll
0x63000000 - 0x63014000      C:\WINNT\system32\SynTPFcs.dll
0x77c00000 - 0x77c08000      C:\WINNT\system32\VERSION.dll
0x74720000 - 0x7476b000      C:\WINNT\system32\MSCTF.dll
0x6d4e0000 - 0x6d4e9000      C:\Program Files\INTAS_Client_TST\jre1.5.0_06\bin\nio.dll
0x605d0000 - 0x605d9000      C:\WINNT\system32\mslbui.dll
0x77120000 - 0x771ac000      C:\WINNT\system32\OLEAUT32.DLL
0x7c9c0000 - 0x7d1d5000      C:\WINNT\system32\shell32.dll
0x77f60000 - 0x77fd6000      C:\WINNT\system32\SHLWAPI.dll
0x773d0000 - 0x774d3000      C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
0x5d090000 - 0x5d12a000      C:\WINNT\system32\comctl32.dll
0x74e30000 - 0x74e9c000      C:\WINNT\system32\RICHED20.DLL
VM Arguments:
java_command: ocuweb.client.Client -h intastst.uswc.uswest.com -p 15551 reserve-host intastst.uswc.uswest.com reserve-port 15551 -b cmd /c start help-url http://intastst.uswc.uswest.com/TST tooltip on log-filename C:\Program Files\INTAS_Client_TST\view.log log-level 50 -validateXML Y
Launcher Type: SUN_STANDARD
Environment Variables:
CLASSPATH=.;C:\Program Files\Java\j2re1.4.2_04\lib\ext\QTJava.zip
PATH=C:\WINNT\SYSTEM32;C:\WINNT;C:\WINNT\SYSTEM32\WBEM;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\NetManage\RUMBA\System;C:\Program Files\NetManage\RUMBA\
USERNAME=lsnavel
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 2
CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
Memory: 4k page, physical 523632k(58884k free), swap 1278412k(838760k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86, built on Nov 10 2005 11:12:14 by "java_re" with MS VC++ 6.0

Try running with java.exe (instead of javaw.exe), and the command line option "-Xcheck:jni". This option causes the JVM to do additional sanity checking for JNI calls. The output can often point you in the right direction if it's a native code issue.

Similar Messages

Maybe you are looking for

  • How to capture the SSAS server response to an XMLA command issued in VB Script

    Hi all, I have an SSIS package that contains a VB script task that sends XMLA commands to my SSAS server.  (I am using a script task and not the DDL task because there is lengthy logic required to build the XMLA command and send it to the appropriate

  • SPNEGO vs NTLM issue

    Hi, I'm trying to configure SSO for my web application using IIS as webserver and the IIS-Weblogic proxy plugin provided by bea. I use Weblogic 8.1 SP4. I followed the procedure described in the dev2dev documentation and now I am stuck with a ntlm vs

  • Send a document to a single member of the role

    I'm working with 11g I have a process with 2 roles. The first role is "Author" , is a initial task and sends a document (composed by attach and some metainformation) to the examiner. The second role is "Examiner" and examines the document from approv

  • Iphoto refers to missing files.

    I recently tried to export an event as jpg files to use on a Windows machine.  Halfway through, the process stalled, and I found that although the thumbnails are there, the photos are not.  No big exclamation mark, just a blank screen.  Asking for ph

  • How do I change my status to online on my iMessages so I can text from my mac?

    I like to text from my Mac when I am using it. For some reason, my iMessages haven't updated for awhile. Before, they would update automatically. My status says I'm offline, but it won't let me change it. It's a gray color and I can't even select any