Sporadic crashing due to EXCEPTION_ACCESS_VIOLATION (0xc0000005)

I have a stock trading application that gets automatically executed every day (windows scheduler calls a .bat file which has stuff inside it that starts a java process).
The code has not changed in weeks, and has worked every day, until just this morning I noticed that the program immediately crashed with an EXCEPTION_ACCESS_VIOLATION (the complete contents of the hs_err_pid2540.log file that was autogenerated are posted below).
I tried manually executing the .bat file once and it again immediately crashed, then tried a second manual execution and this time it finally worked. have NO idea why it crashed the first time nor why it suddenly worked.
Because of the above behavior, I assume that the problem is not with my code or probably even with my machine's configuration, but is likely either a jvm bug or maybe just some random hardware failure.
I have filed a bug report with sun, but they usually never respond to these. (Anyone else notice that their bug reports with sun for the last couple of years have gone off to that great black hole in India?)
If any of you have seen errors like this before, or simply have advice for how to diagnose the information given in the file below, please post--I would be much obliged.
contents of the hs_err_pid2540.log file:
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d9093b9, pid=2540, tid=2556
# Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
# Problematic frame:
# V [jvm.dll+0x893b9]
--------------- T H R E A D ---------------
Current thread (0x00a36a40): ConcurrentMarkSweepThread [id=2556]
siginfo: ExceptionCode=0xc0000005, reading address 0x00330040
Registers:
EAX=0x01000000, EBX=0x4955fb38, ECX=0x00000018, EDX=0x0033003c
ESP=0x4955fa50, EBP=0x46f00000, ESI=0x00a3665c, EDI=0x035200e0
EIP=0x6d9093b9, EFLAGS=0x00010206
Top of Stack: (sp=0x4955fa50)
0x4955fa50: 4955fb38 035200e0 00055880 034b0e00
0x4955fa60: 6d8f5a70 035200e0 034b0e00 00055880
0x4955fa70: 00000ab1 00a36628 6db788a0 00a58200
0x4955fa80: 6d9068f4 034b0e00 00055880 4955fb38
0x4955fa90: 00000000 00a36628 00000000 00000001
0x4955faa0: 000000b4 03607000 12ad0000 034b0e00
0x4955fab0: 00055880 033ca600 03dc1680 034b0e00
0x4955fac0: 00055880 00a366bc 00a3671c 00a36af8
Instructions: (pc=0x6d9093b9)
0x6d9093a9: c1 e8 02 5f 5e 5d 5b c2 0c 00 8b 57 04 83 c2 08
0x6d9093b9: 8b 42 04 85 c0 7f 25 7d 1b 83 c9 ff 2b c8 8b 47
Stack: [0x49520000,0x49560000), sp=0x4955fa50, free space=254k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x893b9]
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x496f4ba8 JavaThread "ConsoleUtil_Checker" [_thread_blocked, id=2620]
0x496a03e0 JavaThread "pool-1-thread-1" [_thread_in_Java, id=2616]
0x49702848 JavaThread "RoboTrader_StdinReader" [_thread_in_native, id=2612]
0x495a1988 JavaThread "MemoryMonitor_Watcher" [_thread_blocked, id=2600]
0x49593f48 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2592]
0x00acdc00 JavaThread "CompilerThread1" daemon [_thread_blocked, id=2588]
0x4958bda8 JavaThread "CompilerThread0" daemon [_thread_in_native, id=2584]
0x00acfbc0 JavaThread "AdapterThread" daemon [_thread_blocked, id=2580]
0x4958da80 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2576]
0x49589008 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=2572]
0x4958e5e8 JavaThread "Finalizer" daemon [_thread_blocked, id=2568]
0x49580c88 JavaThread "Reference Handler" daemon [_thread_blocked, id=2564]
0x000371c8 JavaThread "main" [_thread_in_Java, id=2544]
Other Threads:
0x00acfad0 VMThread [id=2560]
0x49590560 WatcherThread [id=2596]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
par new generation total 8128K, used 12326K [0x02ad0000, 0x032d0000, 0x032d0000)
eden space 8064K, 152% used [0x02ad0000, 0x036d9908, 0x032b0000)
from space 64K, 0% used [0x032b0000, 0x032b0000, 0x032c0000)
to space 64K, 0% used [0x032c0000, 0x032c0000, 0x032d0000)
concurrent mark-sweep generation total 253952K, used 0K [0x032d0000, 0x12ad0000, 0x42ad0000)
concurrent-mark-sweep perm gen total 16384K, used 3606K [0x42ad0000, 0x43ad0000, 0x46ad0000)
Dynamic libraries:
0x00400000 - 0x0040c000      C:\Program Files\Java\jdk1.5.0_06\bin\java.exe
0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
0x6d880000 - 0x6dc31000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\server\jvm.dll
0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
0x629c0000 - 0x629c9000      C:\WINDOWS\system32\LPK.DLL
0x74d90000 - 0x74dfb000      C:\WINDOWS\system32\USP10.dll
0x6d2f0000 - 0x6d2f8000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\hpi.dll
0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
0x6d6b0000 - 0x6d6bc000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\verify.dll
0x6d370000 - 0x6d38d000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\java.dll
0x6d6d0000 - 0x6d6df000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\zip.dll
0x6d530000 - 0x6d543000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\net.dll
0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
0x6d550000 - 0x6d559000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\nio.dll
0x009b0000 - 0x009b6000      C:\Program Files\DTN\IQFeed\iq_jni.dll
0x49ea0000 - 0x49eba000      C:\Progra~1\DTN\IQFeed\iq32.DLL
0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\WSOCK32.dll
0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\SHELL32.dll
0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
0x76b20000 - 0x76b31000      C:\WINDOWS\system32\ATL.DLL
0x76080000 - 0x760e5000      C:\WINDOWS\system32\MSVCP60.dll
0x76c90000 - 0x76cb8000      C:\WINDOWS\system32\IMAGEHLP.dll
0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
0x5d090000 - 0x5d127000      C:\WINDOWS\system32\comctl32.dll
VM Arguments:
jvm_args: -enableassertions -enablesystemassertions -XX:+UseConcMarkSweepGC -XX:CMSTriggerRatio=20 -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -Xms256m -Xmx1024m -XX:OnError=userdump.exe %p -Xverify:all
java_command: bb.finance.trading.RoboTrader -directorySecurity E:/dataFinancial/stock_securityInfo -directorySymbolsToSubscribe ../output/SymbolsToSubscribe
Launcher Type: SUN_STANDARD
Environment Variables:
CLASSPATH=;..\lib\elliptic.jar;..\lib\bb.jar;C:\Progra~1\Jts\api.jar;C:\Progra~1\Jts\jts.jar;C:\Progra~1\DTN\IQFeed;"C:\Program Files\Java\jaf-1.0.2"\activation.jar;"C:\Program Files\Java\javamail-1.3.3_01"\mail.jar
PATH=C:\Program Files\Java\jdk1.5.0_06\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft OEM Support Tools\userdump;C:\Progra~1\DTN\IQFeed
USERNAME=BrentAndLily
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 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
Memory: 4k page, physical 2095852k(1381508k free), swap 4038636k(3234544k free)
vm_info: Java HotSpot(TM) Server VM (1.5.0_06-b05) for windows-x86, built on Nov 10 2005 10:53:00 by "java_re" with MS VC++ 6.0

Hi Vas Chintha,
This SAP Note 641689 solves a similar problem
Also have a look here
SAP Note 657143 and  SAP Note 421978
Plz keep us informed abt the solution to the problem.
Regards,
Prateek

Similar Messages

  • Crash due to Faulting application firefox.exe, version 1.9.2.3888, time stamp 0x4c745229, faulting module ntdll.dll, version 6.0.6002.18005, time stamp 0x49e03824, exception code 0xc0000005

    Uploaded latest version yesterday. On Vista.
    Crashes in google, united, not Craigslist.
    tried troubleshooting : allowed Firefox in firewall, disabled plug ins, when started in safe mode still same problem
    Couldn't fine container.exe to allow it
    Crash report last one showing was in August.
    data from the Event Log
    Crash due to Faulting application firefox.exe, version 1.9.2.3888, time stamp 0x4c745229, faulting module ntdll.dll, version 6.0.6002.18005, time stamp 0x49e03824, exception code 0xc0000005, fault offset 0x00031d62, process id 0x1328, application start time 0x01cb52a1a20e0726.

    Uploaded latest version yesterday. On Vista.
    Crashes in google, united, not Craigslist.
    tried troubleshooting : allowed Firefox in firewall, disabled plug ins, when started in safe mode still same problem
    Couldn't fine container.exe to allow it
    Crash report last one showing was in August.
    data from the Event Log
    Crash due to Faulting application firefox.exe, version 1.9.2.3888, time stamp 0x4c745229, faulting module ntdll.dll, version 6.0.6002.18005, time stamp 0x49e03824, exception code 0xc0000005, fault offset 0x00031d62, process id 0x1328, application start time 0x01cb52a1a20e0726.

  • JVM Crash EXCEPTION_ACCESS_VIOLATION (0xc0000005)

    Dear All,
    We facing with repeated problem with VM: Java HotSpot(TM) 64-Bit Server crashing once a day. We have recently moved from 32 bit version - 64 bit to improve on performance.
    Please help
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000081375a4, pid=5800, tid=1048
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_22-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1375a4]
    --------------- T H R E A D ---------------
    Current thread (0x00000000004afbb0): JavaThread "Thread-2044" [_thread_in_vm, id=1048]
    siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
    Registers:
    EAX=0x00000000004afbb0, EBX=0x890000008024848b, ECX=0x0000000000000004, EDX=0x0000000080de34a8
    ESP=0x0000000007d6f420, EBP=0x0000000080de337d, ESI=0x0000000080de34a8, EDI=0x0000000000000010
    EIP=0x00000000081375a4, EFLAGS=0x0000000000010286
    Top of Stack: (sp=0x0000000007d6f420)
    0x0000000007d6f420: 0000000007d6f420 000000008094c484
    0x0000000007d6f430: 0000000080de5718 0000000000000010
    0x0000000007d6f440: 0000000000000000 000000000814e3f3
    0x0000000007d6f450: 0000000007d6f468 0000000000000010
    0x0000000007d6f460: 00000000004afbb0 00000000070d10a8
    0x0000000007d6f470: 0000000000000000 00000000db702610
    0x0000000007d6f480: 00000000004afbb0 0000000000000000
    0x0000000007d6f490: 0000000007d6f490 00000000004afbb0
    0x0000000007d6f4a0: 0000000007d6f5a0 0000000002084bdf
    0x0000000007d6f4b0: 0000000007d6f5d8 0000000007d6f5a0
    0x0000000007d6f4c0: 0000000002084bdf 0000000007d6f5d8
    0x0000000007d6f4d0: 0000000007d6f590 0000000000000000
    0x0000000007d6f4e0: 00000000db7029f0 0000000000000001
    0x0000000007d6f4f0: 0000000007d6f5a0 0000000002084bdf
    0x0000000007d6f500: 0000000007d6f5d8 000000000230c180
    0x0000000007d6f510: 0000000007d6f580 00000000db702950
    Instructions: (pc=0x00000000081375a4)
    0x0000000008137594: d8 da 19 00 48 8b 9b a8 01 00 00 48 85 db 74 19
    0x00000000081375a4: 48 39 73 40 75 0a 83 ff ff 74 30 39 7b 48 74 2b
    Stack: [0x0000000007c70000,0x0000000007d70000), sp=0x0000000007d6f420, free space=1021k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x1375a4]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.org.apache.xalan.internal.xsltc.trax.Trans formerImpl.transferOutputProperties(Lcom/sun/org/apache/xalan/internal/xsltc/runtime/AbstractTranslet V+16
    j com.sun.org.apache.xalan.internal.xsltc.trax.Trans formerImpl.transform(Ljavax/xml/transform/Source;Ljavax/xml/transform/Result V+41
    j tgoutbound.ClsTransOutbound.generateReport(Lorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String Z+107
    j tgoutbound.TransOutbound.doOutbound(Ljava/lang/String Z+870
    j tgoutbound.TransOutbound.run()V+545
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x00000000004afbb0 JavaThread "Thread-2044" [_thread_in_vm, id=1048]
    0x00000000004af900 JavaThread "Thread-5" [_thread_in_native, id=2620]
    0x00000000004af650 JavaThread "Thread-6" [_thread_in_native, id=3496]
    0x00000000004af3a0 JavaThread "Outbound" [_thread_blocked, id=6116]
    0x00000000004af0f0 JavaThread "Inbound-Real Mode" [_thread_blocked, id=4528]
    0x00000000004aee40 JavaThread "Thread-2" [_thread_blocked, id=5396]
    0x00000000004ade20 JavaThread "DestroyJavaVM" [_thread_blocked, id=1852]
    0x00000000004aeb90 JavaThread "Task Mgr" [_thread_blocked, id=3044]
    0x00000000004ae8e0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5824]
    0x0000000000513c90 JavaThread "CompilerThread1" daemon [_thread_blocked, id=3140]
    0x00000000005139c0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3432]
    0x00000000005136f0 JavaThread "AdapterThread" daemon [_thread_blocked, id=5692]
    0x00000000004ae630 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5508]
    0x00000000004ae380 JavaThread "Finalizer" daemon [_thread_blocked, id=3980]
    0x00000000004ae0d0 JavaThread "Reference Handler" daemon [_thread_blocked, id=5728]
    Other Threads:
    0x0000000000498060 VMThread [id=4104]
    0x0000000000498180 WatcherThread [id=2176]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00000000004950e0/0x000000000000031c] OsrList_lock - owner thread: 0x00000000004afbb0
    Heap
    PSYoungGen total 305856K, used 15733K [0x00000000da950000, 0x00000000efea0000, 0x00000001053f0000)
    eden space 262208K, 6% used [0x00000000da950000,0x00000000db8ad4f8,0x00000000ea 960000)
    from space 43648K, 0% used [0x00000000ed400000,0x00000000ed400000,0x00000000ef ea0000)
    to space 43648K, 0% used [0x00000000ea960000,0x00000000ea960000,0x00000000ed 400000)
    PSOldGen total 699072K, used 43579K [0x00000000853f0000, 0x00000000afea0000, 0x00000000da950000)
    object space 699072K, 6% used [0x00000000853f0000,0x0000000087e7ec70,0x00000000af ea0000)
    PSPermGen total 21248K, used 16388K [0x000000007fff0000, 0x00000000814b0000, 0x00000000853f0000)
    object space 21248K, 77% used [0x000000007fff0000,0x0000000080ff1240,0x0000000081 4b0000)
    Dynamic libraries:
    0x0000000000400000 - 0x0000000000412000 C:\Program Files\Java\jdk1.5.0_22\bin\java.exe
    0x0000000077ec0000 - 0x0000000077ff9000 C:\WINDOWS\system32\ntdll.dll
    0x0000000077d40000 - 0x0000000077eb3000 C:\WINDOWS\system32\kernel32.dll
    0x000007ff7fee0000 - 0x000007ff7ffe5000 C:\WINDOWS\system32\ADVAPI32.dll
    0x000007ff7fd30000 - 0x000007ff7fec9000 C:\WINDOWS\system32\RPCRT4.dll
    0x000007ff7e9c0000 - 0x000007ff7e9e2000 C:\WINDOWS\system32\Secur32.dll
    0x000007ff7fc00000 - 0x000007ff7fc86000 C:\WINDOWS\system32\msvcrt.dll
    0x0000000008000000 - 0x0000000008562000 C:\Program Files\Java\jdk1.5.0_22\jre\bin\server\jvm.dll
    0x0000000077c20000 - 0x0000000077d2c000 C:\WINDOWS\system32\USER32.dll
    0x000007ff7fc90000 - 0x000007ff7fd2b000 C:\WINDOWS\system32\GDI32.dll
    0x000007ff7e240000 - 0x000007ff7e290000 C:\WINDOWS\system32\WINMM.dll
    0x000007ff77100000 - 0x000007ff7710b000 C:\WINDOWS\system32\rdpsnd.dll
    0x000007ff7d4d0000 - 0x000007ff7d4ea000 C:\WINDOWS\system32\WINSTA.dll
    0x000007ff77370000 - 0x000007ff77408000 C:\WINDOWS\system32\NETAPI32.dll
    0x000007ff7e380000 - 0x000007ff7e390000 C:\WINDOWS\system32\PSAPI.DLL
    0x0000000010000000 - 0x000000001000b000 C:\Program Files\Java\jdk1.5.0_22\jre\bin\hpi.dll
    0x0000000000390000 - 0x00000000003a1000 C:\Program Files\Java\jdk1.5.0_22\jre\bin\verify.dll
    0x00000000003b0000 - 0x00000000003dd000 C:\Program Files\Java\jdk1.5.0_22\jre\bin\java.dll
    0x00000000003e0000 - 0x00000000003f6000 C:\Program Files\Java\jdk1.5.0_22\jre\bin\zip.dll
    0x0000000001e50000 - 0x0000000001e6b000 C:\Program Files\Java\jdk1.5.0_22\jre\bin\net.dll
    0x000007ff77310000 - 0x000007ff77340000 C:\WINDOWS\system32\WS2_32.dll
    0x000007ff77140000 - 0x000007ff7714c000 C:\WINDOWS\system32\WS2HELP.dll
    0x000007ff771b0000 - 0x000007ff7722d000 C:\WINDOWS\System32\mswsock.dll
    0x000007ff7e8f0000 - 0x000007ff7e93e000 C:\WINDOWS\system32\DNSAPI.dll
    0x000007ff7e9f0000 - 0x000007ff7e9fb000 C:\WINDOWS\System32\winrnr.dll
    0x000007ff7e950000 - 0x000007ff7e9b6000 C:\WINDOWS\system32\WLDAP32.dll
    0x000007ff7ea00000 - 0x000007ff7ea07000 C:\WINDOWS\system32\rasadhlp.dll
    0x000007ff6d200000 - 0x000007ff6d293000 C:\WINDOWS\system32\hnetcfg.dll
    0x000007ff77170000 - 0x000007ff7717b000 C:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -D64 -Xms1g -Xmx2g -Djava.security.policy=java.policy
    java_command: taskmgr.TaskManager
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=D:\oracle\product\10.2.0\client_2\bin;C:\Program Files\Java\jdk1.5.0_22\bin;D:\oracle\product\10.2. 0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\W INDOWS\System32\Wbem;C:\Program Files\Java\jdk1.5.0
    USERNAME=his.installer1
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=EM64T Family 6 Model 23 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 8 em64t ht
    Memory: 4k page, physical 8387644k(4492768k free), swap 20517764k(14360044k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (1.5.0_22-b03) for windows-amd64, built on Oct 9 2009 00:35:21 by "java_re" with unknown MS VC++:1400
    time: Mon Nov 15 10:07:40 2010
    elapsed time: 64643 seconds

    With the Sun 32 bit VM that is almost always do to JNI, either directly or via a 3rd party lib.
    Moving to 64 bit it is a bit more likely to be a VM problem. But that doesn't eliminate the other cause.

  • Java application crashes due to some problem in native  code

    Hi All
    I have a Java application that calls APIs in a 3rd party DLL(I don't have access to its source code or logs) through my VC++ DLL(Win32) that acts as the wrapper DLL.
    The Application has many functionalities and is based on multithreading (both on Java layer as well as C++ layer). Most of the functionalities are working , but when I try to close the application, it crashes.
    Moreover the crashing occurs inconstently, sometimes it does not crash. Instead of showing any debug information , it simply creates a error file with disassembly code that I am not able to understand.
    Though the error seems like an java error, but actually it seems to be due to native code. I have try catch blocks in my code and also implemented settranslator functionality to get hold of structured/C exceptions. But still I am not able to catch any exceptions.
    I am pasting the the contents of the file here:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c9111de, pid=488, tid=1848
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [ntdll.dll+0x111de]
    --------------- T H R E A D ---------------
    Current thread (0x009d1790): JavaThread "CompilerThread0" daemon [_thread_in_native, id=1848]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000001
    Registers:
    EAX=0x00000001, EBX=0x00030000, ECX=0x02d17a18, EDX=0x00030278
    ESP=0x02c2f8e8, EBP=0x02c2fb08, ESI=0x02d17a10, EDI=0x00000001
    EIP=0x7c9111de, EFLAGS=0x00010202
    Top of Stack: (sp=0x02c2f8e8)
    0x02c2f8e8: 009fa9a0 000000c0 00000008 0811d3d8
    0x02c2f8f8: 0000000c 00a2c0e0 00000003 00000004
    0x02c2f908: 08018216 00000001 02c2fcc4 08018385
    0x02c2f918: 00000002 00000001 02c2f93c 02d06d0c
    0x02c2f928: 0802a50a 00000000 00000001 02c2f93c
    0x02c2f938: 04a3cb4c 02d01008 02c2f964 0802a850
    0x02c2f948: 02c2f96e 00000000 00000007 00000000
    0x02c2f958: 04a3cb38 00000004 08018216 00000001
    Instructions: (pc=0x7c9111de)
    0x7c9111ce: 39 89 bd 0c ff ff ff 8b 46 0c 89 85 68 ff ff ff
    0x7c9111de: 8b 10 3b 57 04 0f 85 8c 31 02 00 3b d1 0f 85 84
    Stack: [0x02bf0000,0x02c30000), sp=0x02c2f8e8, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x111de]
    C [MSVCRT.dll+0x1c3c9]
    C [MSVCRT.dll+0x1c3e7]
    C [MSVCRT.dll+0x1c42e]
    V [jvm.dll+0xacda9]
    V [jvm.dll+0x17102]
    V [jvm.dll+0x16c8d]
    V [jvm.dll+0x16dca]
    V [jvm.dll+0x170a7]
    V [jvm.dll+0x172e8]
    V [jvm.dll+0x4dc65]
    V [jvm.dll+0x4d894]
    V [jvm.dll+0xd3a36]
    V [jvm.dll+0xd3a04]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb683]
    Current CompileTask:
    HotSpot Client Compiler:423 b sun.awt.AWTAutoShutdown.isReadyToShutdown()Z (33 bytes)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x049d6328 JavaThread "Thread-19" [_thread_blocked, id=1440]
    0x049d24d0 JavaThread "Thread-18" [_thread_blocked, id=3620]
    0x049d40c8 JavaThread "Thread-17" [_thread_blocked, id=2476]
    0x02df0538 JavaThread "TimerQueue" daemon [_thread_blocked, id=3876]
    0x00036a78 JavaThread "DestroyJavaVM" [_thread_blocked, id=2448]
    0x02e43768 JavaThread "Thread-6" [_thread_blocked, id=3664]
    0x02e23130 JavaThread "Thread-4" [_thread_blocked, id=2816]
    0x02e21d08 JavaThread "Thread-2" [_thread_blocked, id=3344]
    0x02da3f78 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2528]
    0x02da3268 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=4008]
    0x02d91f90 JavaThread "AWT-Windows" daemon [_thread_blocked, id=648]
    0x02d3a478 JavaThread "AWT-Shutdown" [_thread_blocked, id=2988]
    =>0x009d1790 JavaThread "CompilerThread0" daemon [_thread_in_native, id=1848]
    0x009d0a90 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3568]
    0x009ce128 JavaThread "Finalizer" daemon [_thread_blocked, id=1824]
    0x009ccda0 JavaThread "Reference Handler" daemon [_thread_blocked, id=3280]
    Other Threads:
    0x00a0b6e8 VMThread [id=608]
    0x00a0d620 WatcherThread [id=3012]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 640K, used 583K [0x10010000, 0x100c0000, 0x104f0000)
    eden space 576K, 90% used [0x10010000, 0x10091e40, 0x100a0000)
    from space 64K, 99% used [0x100b0000, 0x100bfff8, 0x100c0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 7772K, used 5451K [0x104f0000, 0x10c87000, 0x14010000)
    the space 7772K, 70% used [0x104f0000, 0x10a42d80, 0x10a42e00, 0x10c87000)
    compacting perm gen total 8192K, used 8137K [0x14010000, 0x14810000, 0x18010000)
    the space 8192K, 99% used [0x14010000, 0x148024e8, 0x14802600, 0x14810000)
    Dynamic libraries:
    0x00400000 - 0x0040b000 c:\dcsthick\jre\bin\java.exe
    0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000 C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08143000 c:\dcsthick\jre\bin\client\jvm.dll
    0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000 C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
    0x10000000 - 0x10007000 c:\dcsthick\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x00390000 - 0x0039e000 c:\dcsthick\jre\bin\verify.dll
    0x003b0000 - 0x003c9000 c:\dcsthick\jre\bin\java.dll
    0x003d0000 - 0x003de000 c:\dcsthick\jre\bin\zip.dll
    0x02e70000 - 0x02f84000 C:\dcsthick\jre\bin\awt.dll
    0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
    0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
    0x5ad70000 - 0x5ada8000 C:\WINDOWS\SYSTEM32\uxtheme.dll
    0x02fe0000 - 0x03031000 C:\dcsthick\jre\bin\fontmanager.dll
    0x73760000 - 0x737a9000 C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000 C:\WINDOWS\system32\D3DIM700.DLL
    0x74720000 - 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
    0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
    0x03320000 - 0x0333c000 C:\dcsthick\lib\CrewsDmApiJniNt.dll
    0x031b0000 - 0x031bb000 c:\dcsthick\lib\CRWNT_DM.dll
    0x03240000 - 0x03249000 c:\dcsthick\lib\BAT_API.dll
    0x03340000 - 0x03352000 c:\dcsthick\lib\DC_DSM32.dll
    0x03360000 - 0x03369000 c:\dcsthick\lib\CRWTOOLS.dll
    0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
    0x03370000 - 0x0337a000 c:\dcsthick\lib\PMAPI.dll
    0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\COMCTL32.dll
    0x03790000 - 0x037b2000 c:\dcsthick\ResaDLL\DC_DSMNB.dll
    0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
    0x038d0000 - 0x038f2000 c:\dcsthick\ResaDLL\DC_DSMIP.dll
    0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
    0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
    0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x66580000 - 0x6658f000 C:\WINDOWS\system32\pnrpnsp.dll
    0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x032e0000 - 0x0330a000 C:\dcsthick\lib\ResaHostConnection.dll
    0x03250000 - 0x03257000 c:\dcsthick\lib\CRWNT_GWALC.dll
    0x03310000 - 0x03319000 c:\dcsthick\lib\ALCAPI.dll
    0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
    0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
    0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
    0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    VM Arguments:
    jvm_args: -Dcfdynaproppath=c:\dcsthick/config/ -Dcfdynapropxml=RESA_KCOdynamicproperties.xml -DConfigPath=c:\dcsthick/config/RESA_KCOConfig.xml -DResolution=High -DWorkstationID=GWGTE -DMode=GateBoarding -DlogPath=c:\temp\kcologs -DlogInformation=0 -DGateway=ALCSQ1 -DNetBiosPort=A
    java_command: com.singaporeair.dcs.standalone.application.model.ApplicationModel SQ/IGATEADXX
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=c:\dcsthick\jre\bin
    PATH=c:\dcsthick\jre\bin;c:\dcsthick/lib;c:\dcsthick/ResaDLL
    USERNAME=USER
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1039600k(565656k free), swap 2501208k(2091128k free)
    vm_info: Java HotSpot(TM) Client VM (1.4.2_14-b05) for windows-x86, built on Mar 14 2007 16:46:11 by "java_re" with MS VC++ 6.0
    The JAVA Application during initialisation establishes a connection with the host server for various devices. For each of the device it establishes a separate connection and keeps listening on these connections using multithreading.
    During App close, we need to close each of these connections one by one for each device.
    The opening /closing of connection is done by 3rd party DLL and call to there APIs is done through a C++ Wrapper DLL that I have built between the Java layer and their DLL.
    When we close the Application, I am always able to close the connections on the first 2 devices. Then all of a sudden it crashes either for the 3rd device conn. close or for the 4th one. The code is the same for all the devices . That too sometimes it just goes fine without crashing. If its a null pointer exception, why is it that it crashes on some occassions and not in other times. More importantly, why is it that it does not fail for the first 2 devices , but fails for the 3rd or 4th device connection close?
    Can please anyone help me. Please suggest me as to how I can determine the cause of the error.
    And is this error really coming in ntdll.dll or is it getting caused of my dll?

    The opening /closing of connection is done by 3rd party DLL and call to there APIs is done through a C++ Wrapper DLL that I have built between the Java layer and their DLL.The specific error indicates a pointer/memory problem.
    The first place that is likely is in your code.
    The second most likely place for the cause is because you are using the third party library incorrectly. For example before exiting you are supposed to clean up resources and you are not doing so.
    As a remote possibility, much less likely that either of the above, there is a bug in jnative or in the 3rd party library.

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005) on compiled Java code

    I'm confronted with the following error of this code.
    http://db-www.naist.jp/~makoto-y/tmp/Int2LongHash.java
    The exception appears only when the system gets high-load.
    Is there work-arounds?
    I've tried also with jdk1.5.0_06, but the same error occurred.
    Converting the inner class to a top-level class has no effects.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00a2cd75, pid=1540, tid=2968
    # Java VM: Java HotSpot(TM) Client VM (1.6.0-beta2-b86 mixed mode)
    # Problematic frame:
    # J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap$ChainedEntry.recordRemoval(Lorg/metabrick/xbird/util/collections/Int2LongHash;)V
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x003f6800): JavaThread "main" [_thread_in_Java, id=2968]
    siginfo: ExceptionCode=0xc0000005, writing address 0xfc2cee54
    Registers:
    EAX=0x42d43500, EBX=0x03d3ee00, ECX=0x03d3ee00, EDX=0x07911838
    ESP=0x0091f760, EBP=0x0091f778, ESI=0x0790f9f8, EDI=0xfc2cee38
    EIP=0x00a2cd75, EFLAGS=0x00010203
    Top of Stack: (sp=0x0091f760)
    0x0091f760: 0790ac30 079220b0 00000200 03d917f8
    0x0091f770: 00000000 6d955aa7 0091f7a8 00a2c9dc
    0x0091f780: 00000200 00000000 0091f7e8 00a12d50
    0x0091f790: 5ab674cf 00000000 07911838 03d3ee00
    0x0091f7a0: 03d8b700 00000010 0091f7f8 00a2c000
    0x0091f7b0: 03d8b700 078e4af4 00000010 00a2ab04
    0x0091f7c0: 078e4af4 03d8b700 00000010 00000001
    0x0091f7d0: 00000000 6d955ae7 5ab674d0 00000000
    Instructions: (pc=0x00a2cd75)
    0x00a2cd65: 20 8b fe c1 ef 09 c6 87 80 b1 5b 48 00 8b 79 20
    0x00a2cd75: 89 77 1c c1 ef 09 c6 87 80 b1 5b 48 00 8b e5 5d
    Stack: [0x008d0000,0x00920000), sp=0x0091f760, free space=317k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap$ChainedEntry.recordRemoval(Lorg/metabrick/xbird/util/collections/Int2LongHash;)V
    J org.metabrick.xbird.util.collections.Int2LongHash.remove(I)J
    J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap.addEntry(IIJLorg/metabrick/xbird/util/collections/Int2LongHash$BucketEntry;)V
    J org.metabrick.xbird.util.collections.Int2LongHash.put(IJ)J
    J org.metabrick.xbird.xquery.util.StringChunk.storeCharChunk([CII)J
    J org.metabrick.xbird.xquery.util.StringChunk.store([CII)J
    J org.metabrick.xbird.xquery.dm.dtm.BigDocumentTable.setTextAt(J[CII)J
    J org.metabrick.xbird.xquery.dm.dtm.DocumentTableBuilder.createTextNode()V
    J org.metabrick.xbird.xquery.dm.dtm.DocumentTableBuilder.endElement(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    J org.apache.xerces.parsers.AbstractSAXParser.endElement(Lorg/apache/xerces/xni/QName;Lorg/apache/xerces/xni/Augmentations;)V
    J org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement()I
    J org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Z)Z
    j org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z+24
    j org.apache.xerces.parsers.XML11Configuration.parse(Z)Z+132
    j org.apache.xerces.parsers.XML11Configuration.parse(Lorg/apache/xerces/xni/parser/XMLInputSource;)V+29
    j org.apache.xerces.parsers.XMLParser.parse(Lorg/apache/xerces/xni/parser/XMLInputSource;)V+9
    j org.apache.xerces.parsers.AbstractSAXParser.parse(Lorg/xml/sax/InputSource;)V+43
    j org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Lorg/xml/sax/InputSource;)V+43
    j org.metabrick.xbird.xquery.dm.instance.DocumentTableModel.loadDocument(Ljava/io/InputStream;)V+35
    j org.metabrick.xbird.client.tools.command.ImportDocument.process([Ljava/lang/String;)Z+99
    j org.metabrick.xbird.client.tools.CommandInvoker.executeCommand([Ljava/lang/String;)Z+8
    j org.metabrick.xbird.client.tools.CommandInvoker.run([Ljava/lang/String;)V+66
    j org.metabrick.xbird.client.tools.CommandInvoker.main([Ljava/lang/String;)V+19
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x48aa5000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3636]
    0x48aa0800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4076]
    0x48a9e400 JavaThread "Attach Listener" daemon [_thread_blocked, id=3144]
    0x48aac400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2248]
    0x48a86c00 JavaThread "Finalizer" daemon [_thread_blocked, id=2664]
    0x48a82800 JavaThread "Reference Handler" daemon [_thread_blocked, id=2700]
    =>0x003f6800 JavaThread "main" [_thread_in_Java, id=2968]
    Other Threads:
    0x48a7f400 VMThread [id=4028]
    0x48aa6800 WatcherThread [id=3704]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 72576K, used 28616K [0x029d0000, 0x07890000, 0x07890000)
    eden space 64512K, 32% used [0x029d0000, 0x03e6fdd0, 0x068d0000)
    from space 8064K, 92% used [0x068d0000, 0x07022230, 0x070b0000)
    to space 8064K, 0% used [0x070b0000, 0x070b0000, 0x07890000)
    tenured generation total 967936K, used 253073K [0x07890000, 0x429d0000, 0x429d0000)
    the space 967936K, 26% used [0x07890000, 0x16fb4788, 0x16fb4800, 0x429d0000)
    compacting perm gen total 12288K, used 5879K [0x429d0000, 0x435d0000, 0x469d0000)
    the space 12288K, 47% used [0x429d0000, 0x42f8dd08, 0x42f8de00, 0x435d0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Program Files\Java\jdk1.6.0\bin\javaw.exe
    0x7c940000 - 0x7c9dd000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c931000      C:\WINDOWS\system32\kernel32.dll
    0x77d80000 - 0x77e29000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e30000 - 0x77ec1000      C:\WINDOWS\system32\RPCRT4.dll
    0x77cf0000 - 0x77d7f000      C:\WINDOWS\system32\USER32.dll
    0x77ed0000 - 0x77f17000      C:\WINDOWS\system32\GDI32.dll
    0x762e0000 - 0x762fd000      C:\WINDOWS\system32\IMM32.DLL
    0x60740000 - 0x60749000      C:\WINDOWS\system32\LPK.DLL
    0x73f80000 - 0x73feb000      C:\WINDOWS\system32\USP10.dll
    0x77bc0000 - 0x77c18000      C:\WINDOWS\system32\msvcrt.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jdk1.6.0\jre\bin\msvcr71.dll
    0x6d7f0000 - 0x6da2f000      C:\Program Files\Java\jdk1.6.0\jre\bin\client\jvm.dll
    0x76af0000 - 0x76b1b000      C:\WINDOWS\system32\WINMM.dll
    0x6d310000 - 0x6d318000      C:\Program Files\Java\jdk1.6.0\jre\bin\hpi.dll
    0x76ba0000 - 0x76bab000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d7a0000 - 0x6d7ac000      C:\Program Files\Java\jdk1.6.0\jre\bin\verify.dll
    0x6d3a0000 - 0x6d3bf000      C:\Program Files\Java\jdk1.6.0\jre\bin\java.dll
    0x6d7e0000 - 0x6d7ef000      C:\Program Files\Java\jdk1.6.0\jre\bin\zip.dll
    0x6d560000 - 0x6d573000      C:\Program Files\Java\jdk1.6.0\jre\bin\net.dll
    0x719e0000 - 0x719f7000      C:\WINDOWS\system32\WS2_32.dll
    0x719d0000 - 0x719d8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d580000 - 0x6d589000      C:\Program Files\Java\jdk1.6.0\jre\bin\nio.dll
    VM Arguments:
    jvm_args: -Xmx1024m -Xms1024m
    java_command: org.metabrick.xbird.client.tools.CommandInvoker -col /xmark import document C:\Software\xmark\xmark100.xml
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.6.0
    PATH=C:\Program Files\Java\jdk1.6.0\bin;D:\Software\maven-1.0.2\bin;D:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Software\apache-ant-1.6.5\bin;C:\ghc\ghc-6.4.2\bin;C:\Program Files\QuickTime\QTSystem\
    USERNAME=yui
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 4, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2096404k(108924k free), swap 3511144k(1471688k free)
    vm_info: Java HotSpot(TM) Client VM (1.6.0-beta2-b86) for windows-x86, built on Jun 2 2006 00:36:31 by "java_re" with unknown MS VC++:1310

    The following is the error that I got with using JDK 1.5.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00b8c9f8, pid=4024, tid=1608
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap$ChainedEntry.recordRemoval(Lorg/metabrick/xbird/util/collections/Int2LongHash;)V
    --------------- T H R E A D ---------------
    Current thread (0x00036190): JavaThread "main" [_thread_in_Java, id=1608]
    siginfo: ExceptionCode=0xc0000005, writing address 0xfa424094
    Registers:
    EAX=0x00040e40, EBX=0xfa424078, ECX=0x05bd3fc0, EDX=0x05bd3fc0
    ESP=0x0007f578, EBP=0x0007f590, ESI=0xfa424078, EDI=0x081c8168
    EIP=0x00b8c9f8, EFLAGS=0x00010203
    Top of Stack: (sp=0x0007f578)
    0x0007f578: 081c1fa8 6d7d1061 022dd1c8 00000000
    0x0007f588: 00000200 00000200 0007f5c8 00b8c598
    0x0007f598: 0899f428 05bd3fc0 00000200 00000000
    0x0007f5a8: 0007f5c8 00b41018 00000200 000001cb
    0x0007f5b8: 05c50338 05c19448 05bd3fc0 000001a8
    0x0007f5c8: 0007f648 00b8b880 07dd565c 0899f428
    0x0007f5d8: 022dd1cb 00000000 08976190 00b8054c
    0x0007f5e8: 00001000 0000af89 00001000 6d7d1061
    Instructions: (pc=0x00b8c9f8)
    0x00b8c9e8: 89 5f 20 c1 e8 09 c6 80 00 a9 6c 48 00 8b 72 20
    0x00b8c9f8: 89 7e 1c c1 ee 09 c6 86 00 a9 6c 48 00 8b e5 5d
    Stack: [0x00040000,0x00080000), sp=0x0007f578, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap$ChainedEntry.recordRemoval(Lorg/metabrick/xbird/util/collections/Int2LongHash;)V
    J org.metabrick.xbird.util.collections.Int2LongHash.remove(I)J
    J org.metabrick.xbird.util.collections.Int2LongHash$Int2LongLRUMap.addEntry(IIJLorg/metabrick/xbird/util/collections/Int2LongHash$BucketEntry;)V
    J org.metabrick.xbird.util.collections.Int2LongHash.put(IJ)J
    J org.metabrick.xbird.xquery.util.StringChunk.storeCharChunk([CII)J
    J org.metabrick.xbird.xquery.util.StringChunk.store([CII)J
    J org.metabrick.xbird.xquery.dm.dtm.BigDocumentTable.setTextAt(J[CII)J
    J org.metabrick.xbird.xquery.dm.dtm.DocumentTableBuilder.createTextNode()V
    J org.metabrick.xbird.xquery.dm.dtm.DocumentTableBuilder.endElement(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    J com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Lcom/sun/org/apache/xerces/internal/xni/QName;Lcom/sun/org/apache/xerces/internal/xni/Augmentations;)V
    J com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanEndElement()I
    J com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Z)Z
    v ~OSRAdapter
    j com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z+24
    j com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Z)Z+118
    j com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V+29
    j com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Lcom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource;)V+9
    j com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Lorg/xml/sax/InputSource;)V+43
    j org.metabrick.xbird.xquery.dm.instance.DocumentTableModel.loadDocument(Ljava/io/InputStream;)V+35
    j org.metabrick.xbird.client.tools.command.ImportDocument.process([Ljava/lang/String;)Z+102
    j org.metabrick.xbird.client.tools.CommandInvoker.executeCommand([Ljava/lang/String;)Z+8
    j org.metabrick.xbird.client.tools.CommandInvoker.run([Ljava/lang/String;)V+66
    j org.metabrick.xbird.client.tools.CommandInvoker.main([Ljava/lang/String;)V+19
    v ~StubRoutines::call_stub
    V [jvm.dll+0x845a9]
    V [jvm.dll+0xd9317]
    V [jvm.dll+0x8447a]
    V [jvm.dll+0x8b44a]
    C [java.exe+0x14c5]
    C [java.exe+0x64dd]
    C [kernel32.dll+0x16fd7]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00aa7490 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1780]
    0x00aa60f0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3456]
    0x00aa53f8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2544]
    0x00a96c80 JavaThread "Finalizer" daemon [_thread_blocked, id=856]
    0x00a957e8 JavaThread "Reference Handler" daemon [_thread_blocked, id=816]
    =>0x00036190 JavaThread "main" [_thread_in_Java, id=1608]
    Other Threads:
    0x0003fbd0 VMThread [id=3592]
    0x00ab0e20 WatcherThread [id=3108]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 72576K, used 59965K [0x02ae0000, 0x079a0000, 0x079a0000)
    eden space 64512K, 80% used [0x02ae0000, 0x05d8f7b0, 0x069e0000)
    from space 8064K, 99% used [0x069e0000, 0x071bfff8, 0x071c0000)
    to space 8064K, 0% used [0x071c0000, 0x071c0000, 0x079a0000)
    tenured generation total 967936K, used 451270K [0x079a0000, 0x42ae0000, 0x42ae0000)
    the space 967936K, 46% used [0x079a0000, 0x23251ab0, 0x23251c00, 0x42ae0000)
    compacting perm gen total 8192K, used 5367K [0x42ae0000, 0x432e0000, 0x46ae0000)
    the space 8192K, 65% used [0x42ae0000, 0x4301dfb0, 0x4301e000, 0x432e0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jdk1.5.0_06\bin\java.exe
    0x7c940000 - 0x7c9dd000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c931000      C:\WINDOWS\system32\kernel32.dll
    0x77d80000 - 0x77e29000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e30000 - 0x77ec1000      C:\WINDOWS\system32\RPCRT4.dll
    0x77bc0000 - 0x77c18000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d6e0000 - 0x6d874000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\client\jvm.dll
    0x77cf0000 - 0x77d7f000      C:\WINDOWS\system32\USER32.dll
    0x77ed0000 - 0x77f17000      C:\WINDOWS\system32\GDI32.dll
    0x76af0000 - 0x76b1b000      C:\WINDOWS\system32\WINMM.dll
    0x762e0000 - 0x762fd000      C:\WINDOWS\system32\IMM32.DLL
    0x60740000 - 0x60749000      C:\WINDOWS\system32\LPK.DLL
    0x73f80000 - 0x73feb000      C:\WINDOWS\system32\USP10.dll
    0x6d2f0000 - 0x6d2f8000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\hpi.dll
    0x76ba0000 - 0x76bab000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d6b0000 - 0x6d6bc000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\java.dll
    0x6d6d0000 - 0x6d6df000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\net.dll
    0x719e0000 - 0x719f7000      C:\WINDOWS\system32\WS2_32.dll
    0x719d0000 - 0x719d8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d550000 - 0x6d559000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\nio.dll
    VM Arguments:
    jvm_args: -Xmx1024m -Xms1024m -ea
    java_command: org.metabrick.xbird.client.tools.CommandInvoker -col /xmark import document C:\Software\xmark\xmark100.xml
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.6.0
    PATH=C:\Program Files\Java\jdk1.6.0\bin;D:\Software\maven-1.0.2\bin;D:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Software\apache-ant-1.6.5\bin;C:\ghc\ghc-6.4.2\bin;C:\Program Files\QuickTime\QTSystem\
    USERNAME=yui
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 4, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2096404k(370660k free), swap 3511144k(1545452k 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

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005)

    Hi,
    i'm getting this error log file but i can't read it to understand the problem, can you please help me?
    It seems to be generated by a method which i have JUnit tested and works but in the application make the JVM quit.
    If you need more info about the code just ask.
    Thank you
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8b1115, pid=3344, tid=2328
    # Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode)
    # Problematic frame:
    # C [jvm.dll+0x1115]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0336e400): JavaThread "Unknown thread" [_thread_in_native, id=2328]
    siginfo: ExceptionCode=0xc0000005, writing address 0x00000144
    Registers:
    EAX=0x00000000, EBX=0x0336e4e8, ECX=0x0336e3d4, EDX=0x00000004
    ESP=0x06b2e994, EBP=0x06b2e9c8, ESI=0x00000000, EDI=0x00000000
    EIP=0x6d8b1115, EFLAGS=0x00010246
    Top of Stack: (sp=0x06b2e994)
    0x06b2e994: 0336e4e8 6d9a1221 00000000 00000006
    0x06b2e9a4: 00c9ddd8 0336e4e8 00000000 786a1463
    0x06b2e9b4: 0336e4e8 00c9ddd8 0336e400 180442f8
    0x06b2e9c4: 180442f8 06b2ea04 06b3a460 0336e4e8
    0x06b2e9d4: 06b2ea0c 06b2ea14 00000007 78e6a575
    0x06b2e9e4: 06b2e9e4 180442f8 06b2ea14 180b0630
    0x06b2e9f4: 00000000 180442f8 00000000 06b2ea14
    0x06b2ea04: 06b2ea38 06b32dd7 180473b8 06b38436
    Instructions: (pc=0x6d8b1115)
    0x6d8b1105: 96 44 01 00 00 5e c3 cc cc cc cc 56 8b 74 24 08
    0x6d8b1115: c7 86 44 01 00 00 05 00 00 00 83 3d a4 08 ad 6d
    Stack: [0x06330000,0x06b30000), sp=0x06b2e994, free space=8186k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [jvm.dll+0x1115]
    j java.lang.Class.getPrimitiveClass(Ljava/lang/String;)Ljava/lang/Class;+0
    j java.lang.Float.<clinit>()V+2
    v ~StubRoutines::call_stub
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j java.lang.Class.getPrimitiveClass(Ljava/lang/String;)Ljava/lang/Class;+0
    j java.lang.Float.<clinit>()V+2
    v ~StubRoutines::call_stub
    j java.util.HashMap.<init>(IF)V+56
    j java.util.HashMap.<init>(I)V+4
    j sun.misc.SoftCache.<init>(I)V+26
    j java.lang.Thread.<clinit>()V+28
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x0336e400 JavaThread "Unknown thread" [_thread_in_native, id=2328]
    Other Threads:
    0x00cec400 VMThread [id=3984]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 14784K, used 263K [0x10030000, 0x11030000, 0x12030000)
    eden space 13184K, 2% used [0x10030000, 0x10071ec8, 0x10d10000)
    from space 1600K, 0% used [0x10d10000, 0x10d10000, 0x10ea0000)
    to space 1600K, 0% used [0x10ea0000, 0x10ea0000, 0x11030000)
    tenured generation total 49152K, used 0K [0x12030000, 0x15030000, 0x18030000)
    the space 49152K, 0% used [0x12030000, 0x12030000, 0x12030200, 0x15030000)
    compacting perm gen total 32768K, used 518K [0x18030000, 0x1a030000, 0x1c030000)
    the space 32768K, 1% used [0x18030000, 0x180b1a00, 0x180b1a00, 0x1a030000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00424000      C:\Program Files\Java\jdk1.6.0_11\jre\bin\java.exe
    0x04ce0000 - 0x04e46000      C:\Program Files\MATLAB\R2008a\bin\win32\nativemcl.dll
    0x7ad60000 - 0x7adb2000      C:\Program Files\MATLAB\R2008a\bin\win32\libmx.dll
    0x7ac90000 - 0x7ad5b000      C:\Program Files\MATLAB\R2008a\bin\win32\libut.dll
    0x7b4d0000 - 0x7b4ef000      C:\Program Files\MATLAB\R2008a\bin\win32\LIBEXPAT.dll
    0x7b040000 - 0x7b117000      C:\Program Files\MATLAB\R2008a\bin\win32\icuuc36.dll
    0x7a820000 - 0x7a824000      C:\Program Files\MATLAB\R2008a\bin\win32\icudt36.dll
    0x7a830000 - 0x7a83c000      C:\Program Files\MATLAB\R2008a\bin\win32\icuio36.dll
    0x7aaf0000 - 0x7abb2000      C:\Program Files\MATLAB\R2008a\bin\win32\icuin36.dll
    0x78680000 - 0x78692000      C:\Program Files\MATLAB\R2008a\bin\win32\zlib1.dll
    0x04ed0000 - 0x04f4e000      C:\Program Files\MATLAB\R2008a\bin\win32\mclmcr.dll
    0x79710000 - 0x79746000      C:\Program Files\MATLAB\R2008a\bin\win32\mcr.dll
    0x7a840000 - 0x7a857000      C:\Program Files\MATLAB\R2008a\bin\win32\iqm.dll
    0x7adc0000 - 0x7af93000      C:\Program Files\MATLAB\R2008a\bin\win32\libmwservices.dll
    0x7afa0000 - 0x7b036000      C:\Program Files\MATLAB\R2008a\bin\win32\libmwmathutil.dll
    0x791b0000 - 0x791e3000      C:\Program Files\MATLAB\R2008a\bin\win32\mpath.dll
    0x7b500000 - 0x7b515000      C:\Program Files\MATLAB\R2008a\bin\win32\mlutil.dll
    0x04fc0000 - 0x04fda000      C:\Program Files\MATLAB\R2008a\bin\win32\bridge.dll
    0x7a870000 - 0x7a87e000      C:\Program Files\MATLAB\R2008a\bin\win32\libmex.dll
    0x795e0000 - 0x79638000      C:\Program Files\MATLAB\R2008a\bin\win32\m_dispatcher.dll
    0x05010000 - 0x0502c000      C:\Program Files\MATLAB\R2008a\bin\win32\datasvcs.dll
    0x78a30000 - 0x78bf2000      C:\Program Files\MATLAB\R2008a\bin\win32\xerces-c_2_7.dll
    0x79c90000 - 0x7a1a0000      C:\Program Files\MATLAB\R2008a\bin\win32\m_interpreter.dll
    0x05060000 - 0x05081000      C:\Program Files\MATLAB\R2008a\bin\win32\libmat.dll
    0x7abc0000 - 0x7ac85000      C:\Program Files\MATLAB\R2008a\bin\win32\libhdf5.dll
    0x794f0000 - 0x79539000      C:\Program Files\MATLAB\R2008a\bin\win32\profiler.dll
    0x7a8d0000 - 0x7a8d9000      C:\Program Files\MATLAB\R2008a\bin\win32\libmwmathrng.dll
    0x78600000 - 0x78612000      C:\Program Files\MATLAB\R2008a\bin\win32\m_pcodeio.dll
    0x79170000 - 0x791a4000      C:\Program Files\MATLAB\R2008a\bin\win32\m_ir.dll
    0x797c0000 - 0x79c8b000      C:\Program Files\MATLAB\R2008a\bin\win32\m_parser.dll
    0x7a860000 - 0x7a86d000      C:\Program Files\MATLAB\R2008a\bin\win32\ir_xfmr.dll
    0x782e0000 - 0x78411000      C:\Program Files\MATLAB\R2008a\bin\win32\mcos.dll
    0x7a900000 - 0x7a90a000      C:\Program Files\MATLAB\R2008a\bin\win32\mtok.dll
    0x785e0000 - 0x785f6000      C:\Program Files\MATLAB\R2008a\bin\win32\m_pcodegen.dll
    0x7a810000 - 0x7a81d000      C:\Program Files\MATLAB\R2008a\bin\win32\boost_thread-vc80-mt-1_34_1.dll
    VM Arguments:
    jvm_args: -Xss512k -XX:PermSize=32M -Xms64m -XX:NewRatio=3 -XX:MaxPermSize=64M -Xmx128m -XX:MaxDirectMemorySize=1200000000 -Dsun.java2d.noddraw=true -Dsun.awt.nopixfmt=true -Xshare:off -Xrs -Djava.library.path=C:\Program Files\MATLAB\R2008a\bin\win32 vfprintf abort
    java_command: <unknown>
    Launcher Type: generic

    lepre wrote:
    I tryed to figure it out and i found a strange behaviour.
    My method calls matlab for some external code related to images and it works just fine.
    In my application if i open and image from the code it works fine. Insted if i open it from a file Chooser then it crashes.That doesn't mean anything.
    I profiled the application and ran it to see the threads involved. The only difference between the working case and the not working case is a Swing Shell thread running.
    In the latter case the Matlab RunTime can't start and then there's the error.The real factor is that there there different paths of execution.
    C/C++ pointer errors cause crashes. The crash can occur long after the point at which the actual buggy code ran. The fact that one app didn't crash doesn't mean anything because many pointer errors don't insure crashes. The crash occurs because the particular execution to that point produced a problem that the OS can recognize as wrong. Other cases the OS can't recognize it.

  • Java VM Error EXCEPTION_ACCESS_VIOLATION (0xc0000005) when using drawImage

    I'm getting a strange VM error on my program. I have a BufferedImage object, and I call its createGraphics() method to get the Graphics2D context.
    When I call drawImage on that object, sometimes I get this error. The error log file is below.
    This happens only:
    -on large files
    -on the method drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer), not drawImage(Image img, int x, int y, ImageObserver observer) in Graphics.
    So, this occurs only for somewhat large images (>1000 pixels square) when resizing is occurring. I don't get the error when resizing smaller images or when drawing large images but not resizing them.
    Any ideas?
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d097aae, pid=5028, tid=2108
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # C [awt.dll+0x27aae]
    --------------- T H R E A D ---------------
    Current thread (0x0ae34260): JavaThread "main" [_thread_in_native, id=2108]
    siginfo: ExceptionCode=0xc0000005, reading address 0x029c553e
    Registers:
    EAX=0x029c553c, EBX=0x00000000, ECX=0x00000000, EDX=0x00000015
    ESP=0x0b88f098, EBP=0x02afabb4, ESI=0x029c4984, EDI=0x3e800000
    EIP=0x6d097aae, EFLAGS=0x00010246
    Top of Stack: (sp=0x0b88f098)
    0x0b88f098: 7d000000 00000014 0b88f28c 000000e9
    0x0b88f0a8: 6d0723f6 0300a104 00001770 00000015
    0x0b88f0b8: 00000014 3e800000 bb800000 7d000000
    0x0b88f0c8: 7d000000 00000014 000003ac 0b88f198
    0x0b88f0d8: 6d18f458 0b88f18c 0ae34260 06d7b508
    0x0b88f0e8: 06d7b508 7d000000 3e800000 7d000000
    0x0b88f0f8: 000000e9 ffffffff 6d18f458 00ab8830
    0x0b88f108: 00abdf88 000007d0 3e800000 3ff00000
    Instructions: (pc=0x6d097aae)
    0x6d097a9e: 8b c7 d3 f8 33 db 83 c5 04 8d 0c 46 03 c1 33 c9
    0x6d097aae: 8a 68 02 8a 18 8a 48 01 c1 e1 08 0b cb 89 4d fc
    Stack: [0x0b850000,0x0b890000), sp=0x0b88f098, free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [awt.dll+0x27aae]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.java2d.loops.ScaledBlit.Scale(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIDDDD)V+0
    j sun.java2d.pipe.DrawImage.scaleSurfaceData(Lsun/java2d/SunGraphics2D;Lsun/java2d/pipe/Region;Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Lsun/java2d/loops/SurfaceType;Lsun/java2d/loops/SurfaceType;IIIIDDDD)Z+72
    j sun.java2d.pipe.DrawImage.renderImageScale(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;Ljava/awt/Color;IIIIIDDDD)Z+95
    j sun.java2d.pipe.DrawImage.scaleImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;)Z+89
    j sun.java2d.pipe.DrawImage.scaleImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+19
    j sun.java2d.pipe.ValidatePipe.scaleImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+25
    j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+72
    j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z+11
    j MapMaker.generateTiles(I)V+416
    j MapMaker.generateTiles(II)V+38
    j MapMaker.main([Ljava/lang/String;)V+44
    j __SHELL3.run()V+6
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j bluej.runtime.ExecServer$3.run()V+98
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0af4b210 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4880]
    =>0x0ae34260 JavaThread "main" [_thread_in_native, id=2108]
    0x00036640 JavaThread "DestroyJavaVM" [_thread_blocked, id=3124]
    0x0af4b438 JavaThread "BlueJ worker thread" [_thread_blocked, id=5872]
    0x0ae349a0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=232]
    0x00a9cf98 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5540]
    0x00a9b4f8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5160]
    0x00a9a818 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4464]
    0x00a99330 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=4136]
    0x00a98068 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=5036]
    0x00a912d0 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=4212]
    0x00a87770 JavaThread "Finalizer" daemon [_thread_blocked, id=4328]
    0x00a862e0 JavaThread "Reference Handler" daemon [_thread_blocked, id=3224]
    Other Threads:
    0x00a83910 VMThread [id=1652]
    0x00a9e1e0 WatcherThread [id=4628]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 258K [0x02ad0000, 0x02b70000, 0x02fb0000)
    eden space 512K, 50% used [0x02ad0000, 0x02b10820, 0x02b50000)
    from space 64K, 0% used [0x02b50000, 0x02b50160, 0x02b60000)
    to space 64K, 0% used [0x02b60000, 0x02b60000, 0x02b70000)
    tenured generation total 13128K, used 12428K [0x02fb0000, 0x03c82000, 0x06ad0000)
    the space 13128K, 94% used [0x02fb0000, 0x03bd3268, 0x03bd3400, 0x03c82000)
    compacting perm gen total 8192K, used 4257K [0x06ad0000, 0x072d0000, 0x0aad0000)
    the space 8192K, 51% used [0x06ad0000, 0x06ef8648, 0x06ef8800, 0x072d0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040c000      c:\program files\java\jdk1.5.0_05\jre\bin\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d6b0000 - 0x6d83c000      c:\program files\java\jdk1.5.0_05\jre\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      c:\program files\java\jdk1.5.0_05\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d3f0000 - 0x6d425000      c:\program files\java\jdk1.5.0_05\jre\bin\jdwp.dll
    0x6d680000 - 0x6d68c000      c:\program files\java\jdk1.5.0_05\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      c:\program files\java\jdk1.5.0_05\jre\bin\java.dll
    0x6d6a0000 - 0x6d6af000      c:\program files\java\jdk1.5.0_05\jre\bin\zip.dll
    0x6d290000 - 0x6d297000      c:\program files\java\jdk1.5.0_05\jre\bin\dt_socket.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\system32\mswsock.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d070000 - 0x6d1d7000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x63000000 - 0x63014000      C:\WINDOWS\system32\SynTPFcs.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x6d200000 - 0x6d22f000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\cmm.dll
    0x6d430000 - 0x6d44f000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\jpeg.dll
    0x6d2b0000 - 0x6d2ed000      C:\Program Files\Java\jdk1.5.0_05\jre\bin\fontmanager.dll
    VM Arguments:
    jvm_args: -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y
    java_command: bluej.runtime.ExecServer
    Environment Variables:
    CLASSPATH=C:\Program Files\Java\jre1.5.0_05\lib\ext\QTJava.zip
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Bonjour\;C:\Program Files\QuickTime\QTSystem\;;C:\Program Files\Java\jdk1.5.0_05\bin;C:\Program Files\MySQL\MySQL Server 4.1\bin;C:\Program Files\Bonjour
    USERNAME=Ari
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1030576k(309260k free), swap 2483040k(1901228k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:36:02 by "java_re" with MS VC++ 6.0

    Hi gimbal2,
    Thanks for the reply. Can it possible be due to the OS or memory issue? Reason I'm asking this because we have a few sites around the world that running this application, with the same version of Java, but only this particular site has such a problem. And it happens to almost all the computers on that site.

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005)-PLEASE HELP

    Hey, I am using the Eclipse Platform for programming and when i am compiling my programs, after about the 8th time i try to compile, i get this error. It seems to put my computer in safe mode, and it says the computer recovered from a serious device failure, and i need to reboot my machine. If anyone could give me any help with this, that would be greatly appreciated. This is the error message:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x2C5AF30
    Function=Java_sun_java2d_loops_MaskFill_MaskFill+0x6800
    Library=C:\j2sdk1.4.2_02\jre\bin\awt.dll
    Current Java thread:
         at sun.java2d.loops.Blit.Blit(Native Method)
         at sun.java2d.pipe.DrawImage.blitSurfaceData(DrawImage.java:640)
         at sun.java2d.pipe.DrawImage.renderSurfaceData(DrawImage.java:346)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:66)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:50)
         at sun.java2d.pipe.DrawImage.copyImage(DrawImage.java:736)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2756)
         at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:2746)
         at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4797)
         at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4740)
         at javax.swing.JComponent.paint(JComponent.java:798)
         at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:21)
         at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:60)
         at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:97)
         at java.awt.Container.paint(Container.java:1312)
         at sun.awt.RepaintArea.paint(RepaintArea.java:177)
         at sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java:260)
         at java.awt.Component.dispatchEventImpl(Component.java:3678)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
         at java.awt.Dialog$1.run(Dialog.java:540)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Dynamic libraries:
    0x00400000 - 0x00407000      C:\j2sdk1.4.2_02\bin\javaw.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D40000 - 0x77DCC000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\MSVCRT.dll
    0x629C0000 - 0x629C8000      C:\WINDOWS\System32\LPK.DLL
    0x72FA0000 - 0x72FFA000      C:\WINDOWS\System32\USP10.dll
    0x08000000 - 0x08138000      C:\j2sdk1.4.2_02\jre\bin\client\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x5CD70000 - 0x5CD77000      C:\WINDOWS\System32\serwvdrv.dll
    0x5B0A0000 - 0x5B0A7000      C:\WINDOWS\System32\umdmxfrm.dll
    0x10000000 - 0x10007000      C:\j2sdk1.4.2_02\jre\bin\hpi.dll
    0x00830000 - 0x0083E000      C:\j2sdk1.4.2_02\jre\bin\verify.dll
    0x00840000 - 0x00859000      C:\j2sdk1.4.2_02\jre\bin\java.dll
    0x00860000 - 0x0086D000      C:\j2sdk1.4.2_02\jre\bin\zip.dll
    0x02C50000 - 0x02D5F000      C:\j2sdk1.4.2_02\jre\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AC000      C:\WINDOWS\System32\IMM32.dll
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x5AD70000 - 0x5ADA4000      C:\WINDOWS\System32\uxtheme.dll
    0x02DC0000 - 0x02E10000      C:\j2sdk1.4.2_02\jre\bin\fontmanager.dll
    0x73760000 - 0x737A4000      C:\WINDOWS\System32\ddraw.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x73940000 - 0x73A07000      C:\WINDOWS\System32\D3DIM700.DLL
    0x07270000 - 0x07276000      C:\Program Files\MUSICMATCH\MUSICMATCH Jukebox\KeyboardHookDll.dll
    0x7C000000 - 0x7C055000      C:\Program Files\MUSICMATCH\MUSICMATCH Jukebox\MMVCR70.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 447K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 74% used [0x10010000, 0x1006fe08, 0x10090000)
    from space 64K, 100% used [0x10090000, 0x100a0000, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 286K [0x104f0000, 0x10650000, 0x14010000)
    the space 1408K, 20% used [0x104f0000, 0x10537b58, 0x10537c00, 0x10650000)
    compacting perm gen total 4608K, used 4554K [0x14010000, 0x14490000, 0x18010000)
    the space 4608K, 98% used [0x14010000, 0x14482b18, 0x14482c00, 0x14490000)
    Local Time = Mon Feb 09 22:11:09 2004
    Elapsed Time = 33
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 mixed mode)
    #

    I have the same result on my maschine.
    I tested this with 1.4.2 sdk and 1.5_beta sdk and different RunTimeEviroments releases of 1.4.2.
    I tested some other simple programms to make sure its not my programm.
    Now i have got 3 or 4 sourcecodes that compile well, but crashing the VM on my Windows 2000 Computer.
    at home i will check if this problem is the same on linux.
    BAD THING, i will show you the crashing logs:
    heres the log with 1.5_beta:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x78010494, pid=3164, tid=412
    # Java VM: Java HotSpot(TM) Client VM (1.5.0-beta-b32c mixed mode)
    # Problematic frame:
    # C [MSVCRT.dll+0x10494]
    --------------- T H R E A D ---------------
    Current thread (0x00a3e1c8): JavaThread "AWT-Windows" daemon [_thread_in_native, id=412]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x7662c818, ECX=0x014ff85c, EDX=0x00000000
    ESP=0x014ff640, EBP=0x014ffa88, ESI=0x6d135270, EDI=0x00a3e1c8
    EIP=0x78010494, EFLAGS=0x00010296
    Top of Stack: (sp=0x014ff640)
    0x014ff640: 6d0ebee8 014ff85c 00000000 6d132444
    0x014ff650: 110103f4 000007b0 00000044 00530025
    0x014ff660: 00530059 00450054 0052004d 004f004f
    0x014ff670: 00250054 0043005c 00720075 006f0073
    0x014ff680: 00730072 0066005c 006c0069 0069006c
    0x014ff690: 00750074 002e0070 006e0061 00000069
    0x014ff6a0: 00000000 00000000 00000000 00000000
    0x014ff6b0: 00000800 00000000 014ff810 00073414
    Instructions: (pc=0x78010494)
    0x78010484: 46 66 85 c9 75 f1 5e c3 8b 4c 24 04 8b 54 24 08
    0x78010494: 66 8b 02 66 89 01 41 41 42 42 66 85 c0 75 f1 8b
    Stack: [0x01400000,0x01500000), sp=0x014ff640, free space=1021k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [MSVCRT.dll+0x10494]
    j sun.awt.windows.WToolkit.init()Z+0
    j sun.awt.windows.WToolkit.run()V+1
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [jvm.dll+0x7e22a]
    V [jvm.dll+0xf4d6b]
    V [jvm.dll+0x7e0fb]
    V [jvm.dll+0x7de58]
    V [jvm.dll+0x97998]
    V [jvm.dll+0x11eba7]
    V [jvm.dll+0x11eb75]
    C [MSVCRT.dll+0x85bc]
    C [KERNEL32.DLL+0xb382]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.awt.windows.WToolkit.init()Z+0
    j sun.awt.windows.WToolkit.run()V+1
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x00a3e1c8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=412]
    0x00a3de58 JavaThread "AWT-Shutdown" [_thread_in_vm, id=3188]
    0x009c9420 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1696]
    0x009c8068 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2868]
    0x009c7310 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3212]
    0x009c6948 JavaThread "Finalizer" daemon [_thread_blocked, id=880]
    0x009c5498 JavaThread "Reference Handler" daemon [_thread_blocked, id=3052]
    0x00235cc8 JavaThread "main" [_thread_blocked, id=1196]
    Other Threads:
    0x0099fcc0 VMThread [id=1804]
    0x009ca638 WatcherThread [id=3120]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 388K [0x6dd70000, 0x6de10000, 0x6e250000)
    eden space 512K, 75% used [0x6dd70000, 0x6ddd1080, 0x6ddf0000)
    from space 64K, 0% used [0x6ddf0000, 0x6ddf0000, 0x6de00000)
    to space 64K, 0% used [0x6de00000, 0x6de00000, 0x6de10000)
    tenured generation total 1408K, used 0K [0x6e250000, 0x6e3b0000, 0x71d70000)
    the space 1408K, 0% used [0x6e250000, 0x6e250000, 0x6e250200, 0x6e3b0000)
    compacting perm gen total 8192K, used 41K [0x71d70000, 0x72570000, 0x75d70000)
    the space 8192K, 0% used [0x71d70000, 0x71d7a430, 0x71d7a600, 0x72570000)
    ro space 8192K, 67% used [0x75d70000, 0x762ce3d0, 0x762ce400, 0x76570000)
    rw space 12288K, 46% used [0x76570000, 0x76b10a90, 0x76b10c00, 0x77170000)
    Dynamic libraries:
    0x00400000 - 0x0040b000      C:\PROGRA~1\Java\J2SDK1~1.0\bin\java.exe
    0x77f80000 - 0x77ffb000      C:\WINNT\system32\ntdll.dll
    0x7c2d0000 - 0x7c332000      C:\WINNT\system32\ADVAPI32.dll
    0x7c570000 - 0x7c623000      C:\WINNT\system32\KERNEL32.DLL
    0x77d30000 - 0x77d9e000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x6d630000 - 0x6d7d7000      C:\PROGRA~1\Java\J2SDK1~1.0\jre\bin\client\jvm.dll
    0x77e10000 - 0x77e6f000      C:\WINNT\system32\USER32.dll
    0x77f40000 - 0x77f79000      C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775a0000      C:\WINNT\system32\WINMM.dll
    0x6d270000 - 0x6d277000      C:\PROGRA~1\Java\J2SDK1~1.0\jre\bin\hpi.dll
    0x690a0000 - 0x690ab000      C:\WINNT\system32\PSAPI.DLL
    0x6d600000 - 0x6d60b000      C:\PROGRA~1\Java\J2SDK1~1.0\jre\bin\verify.dll
    0x6d2e0000 - 0x6d2fc000      C:\PROGRA~1\Java\J2SDK1~1.0\jre\bin\java.dll
    0x6d620000 - 0x6d62e000      C:\PROGRA~1\Java\J2SDK1~1.0\jre\bin\zip.dll
    0x6d010000 - 0x6d16b000      C:\Program Files\Java\j2sdk1.5.0\jre\bin\awt.dll
    0x77800000 - 0x7781e000      C:\WINNT\system32\WINSPOOL.DRV
    0x01190000 - 0x011a1000      C:\WINNT\system32\MPR.DLL
    0x011b0000 - 0x011ca000      C:\WINNT\system32\IMM32.dll
    0x77a50000 - 0x77b3c000      C:\WINNT\system32\ole32.dll
    0x011d0000 - 0x01216000      C:\WINNT\system32\ddraw.dll
    0x01220000 - 0x01226000      C:\WINNT\system32\DCIMAN32.dll
    0x01240000 - 0x012d4000      C:\WINNT\system32\D3DIM700.DLL
    0x01500000 - 0x01506000      C:\WINNT\system32\INDICDLL.dll
    0x10000000 - 0x10007000      C:\Program Files\Logitech\MouseWare\System\LgWndHk.dll
    VM Arguments:
    java_command: Aufgabe62Test
    Environment Variables:
    --------------- S Y S T E M ---------------
    OS: Windows 2000 Build 2195 Service Pack 4
    CPU:total 1(active 1) family 6, cmov, cx8, fxsr, mmx
    Memory: 4k page, physical 261684k(78504k free), swap 633188k(439600k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0-beta-b32c) for windows-x86, built on Jan 23 2004 01:52:20 by "java_re" with MS VC++ 6.0
    heres the log of the 1.4.2 :
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x18304B3D
    Function=AWTIsHeadless+0x17AD
    Library=C:\j2sdk1.4.2_02\jre\bin\awt.dll
    Current Java thread:
         at sun.awt.windows.WToolkit.init(Native Method)
         at sun.awt.windows.WToolkit.run(WToolkit.java:231)
         at java.lang.Thread.run(Thread.java:534)
    Dynamic libraries:
    0x00400000 - 0x00406000      C:\J2SDK1~1.2_0\bin\java.exe
    0x77F80000 - 0x77FFB000      C:\WINNT\system32\ntdll.dll
    0x7C2D0000 - 0x7C332000      C:\WINNT\system32\ADVAPI32.dll
    0x7C570000 - 0x7C623000      C:\WINNT\system32\KERNEL32.DLL
    0x77D30000 - 0x77D9E000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x08000000 - 0x08138000      C:\J2SDK1~1.2_0\jre\bin\client\jvm.dll
    0x77E10000 - 0x77E6F000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F79000      C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\J2SDK1~1.2_0\jre\bin\hpi.dll
    0x007C0000 - 0x007CE000      C:\J2SDK1~1.2_0\jre\bin\verify.dll
    0x007D0000 - 0x007E9000      C:\J2SDK1~1.2_0\jre\bin\java.dll
    0x007F0000 - 0x007FD000      C:\J2SDK1~1.2_0\jre\bin\zip.dll
    0x18270000 - 0x1837F000      C:\j2sdk1.4.2_02\jre\bin\awt.dll
    0x77800000 - 0x7781E000      C:\WINNT\system32\WINSPOOL.DRV
    0x76620000 - 0x76631000      C:\WINNT\system32\MPR.DLL
    0x75E60000 - 0x75E7A000      C:\WINNT\system32\IMM32.dll
    0x77A50000 - 0x77B3C000      C:\WINNT\system32\ole32.dll
    0x18580000 - 0x185D0000      C:\j2sdk1.4.2_02\jre\bin\fontmanager.dll
    0x72800000 - 0x72846000      C:\WINNT\system32\ddraw.dll
    0x728A0000 - 0x728A6000      C:\WINNT\system32\DCIMAN32.dll
    0x72CF0000 - 0x72D84000      C:\WINNT\system32\D3DIM700.DLL
    0x6E420000 - 0x6E426000      C:\WINNT\system32\INDICDLL.dll
    0x18E90000 - 0x18E97000      C:\Program Files\Logitech\MouseWare\System\LgWndHk.dll
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 79K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 3% used [0x10010000, 0x10013f90, 0x10090000)
    from space 64K, 100% used [0x100a0000, 0x100b0000, 0x100b0000)
    to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
    tenured generation total 1408K, used 123K [0x104f0000, 0x10650000, 0x14010000)
    the space 1408K, 8% used [0x104f0000, 0x1050ef20, 0x1050f000, 0x10650000)
    compacting perm gen total 4096K, used 2213K [0x14010000, 0x14410000, 0x18010000)
    the space 4096K, 54% used [0x14010000, 0x14239778, 0x14239800, 0x14410000)
    Local Time = Wed Mar 03 16:16:38 2004
    Elapsed Time = 2
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 mixed mode)

  • Fatal Error : EXCEPTION_ACCESS_VIOLATION (0xc0000005).

    Hi All,
    I am trying to migrate one of the Enterprise Application to another enterprise application using the migrator tool, But i am getting the error.................
    A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d9d238b, pid=4940, tid=5584
    # JRE version: 6.0_31-b05
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # V [jvm.dll+0x12238b]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00000000004fc800): JavaThread "main" [_thread_in_vm, id=5584, stack(0x00000000024d0000,0x00000000025d0000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000
    Registers:
    RAX=0x0000000000000000, RBX=0x00000000004fc800, RCX=0x00000000004fc9d0, RDX=0x0000000000000000
    RSP=0x00000000025cedd0, RBP=0x00000000025cf018, RSI=0x00000000004fc9d0, RDI=0x0000000000000000
    R8 =0x000000000000002f, R9 =0x00000000721419cf, R10=0x000000000000002f, R11=0x000000009aee2418
    R12=0x00000000025cf020, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000000
    RIP=0x000000006d9d238b, EFLAGS=0x0000000000010202
    Top of Stack: (sp=0x00000000025cedd0)
    0x00000000025cedd0: 00000000004fc800 00000000025cf018
    0x00000000025cede0: 00000000721419a0 00000000004fc9d0
    0x00000000025cedf0: 00000000004fc800 0000000000000000
    0x00000000025cee00: 00000000004fd770 0000000000000000
    0x00000000025cee10: 00000000004fc800 0000000072144c47
    0x00000000025cee20: 00000000004fc9d0 00000000025cf018
    0x00000000025cee30: 0000000000000000 00000000005bca30
    0x00000000025cee40: 00000000004fc800 00000000025cf020
    0x00000000025cee50: 00000000fbea1078 0000000000000000
    0x00000000025cee60: 00000000004fc800 000000006d946956
    0x00000000025cee70: 0000000002619156 00000000004fd770
    0x00000000025cee80: 0000000000000000 0000000000000000
    0x00000000025cee90: 0000000000000000 0000000000000000
    0x00000000025ceea0: 0000000000000000 00000000025e11d2
    0x00000000025ceeb0: 00000000004fc800 00000000025cf020
    0x00000000025ceec0: 00000000fbea1078 0000000000000000
    Instructions: (pc=0x000000006d9d238b)
    0x000000006d9d236b: 89 5c 24 20 48 c7 44 24 28 00 00 00 00 74 0a 48
    0x000000006d9d237b: 8d 4c 24 20 e8 8c 64 12 00 80 3d f5 84 61 00 00
    0x000000006d9d238b: 48 8b 17 74 16 8b 52 08 0f b6 0d 96 2e 5e 00 48
    0x000000006d9d239b: d3 e2 48 03 15 84 2e 5e 00 eb 04 48 8b 52 08 48
    Register to memory mapping:
    RAX=0x0000000000000000 is an unknown value
    RBX=0x00000000004fc800 is a thread
    RCX=0x00000000004fc9d0 is an unknown value
    RDX=0x0000000000000000 is an unknown value
    RSP=0x00000000025cedd0 is pointing into the stack for thread: 0x00000000004fc800
    RBP=0x00000000025cf018 is pointing into the stack for thread: 0x00000000004fc800
    RSI=0x00000000004fc9d0 is an unknown value
    RDI=0x0000000000000000 is an unknown value
    R8 =0x000000000000002f is an unknown value
    R9 =0x00000000721419cf is an unknown value
    R10=0x000000000000002f is an unknown value
    R11=0x000000009aee2418 is an oop
    [C
    - klass: {type array char}
    - length: 47
    R12=0x00000000025cf020 is pointing into the stack for thread: 0x00000000004fc800
    R13=0x0000000000000000 is an unknown value
    R14=0x0000000000000000 is an unknown value
    R15=0x0000000000000000 is an unknown value
    Stack: [0x00000000024d0000,0x00000000025d0000], sp=0x00000000025cedd0, free space=1019k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x12238b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.microsoft.sqlserver.jdbc.AuthenticationJNI.SNISecGenClientContext([B[I[BI[B[I[ZLjava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/util/logging/Logger;)I+0
    j com.microsoft.sqlserver.jdbc.AuthenticationJNI.GenerateClientContext([B[Z)[B+68
    j com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$LogonCommand;Lcom/microsoft/sqlserver/jdbc/SSPIAuthentication;)V+160
    j com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$LogonCommand;)V+85
    j com.microsoft.sqlserver.jdbc.SQLServerConnection.access$000(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$LogonCommand;)V+2
    j com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute()Z+5
    j com.microsoft.sqlserver.jdbc.TDSCommand.execute(Lcom/microsoft/sqlserver/jdbc/TDSWriter;Lcom/microsoft/sqlserver/jdbc/TDSReader;)Z+30
    j com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(Lcom/microsoft/sqlserver/jdbc/TDSCommand;)Z+45
    j com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(Lcom/microsoft/sqlserver/jdbc/ServerPortPlaceHolder;IIZ)V+216
    j com.microsoft.sqlserver.jdbc.SQLServerConnection.login(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Lcom/microsoft/sqlserver/jdbc/FailoverInfo;IJ)V+469
    j com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Ljava/util/Properties;Lcom/microsoft/sqlserver/jdbc/SQLServerPooledConnection;)Ljava/sql/Connection;+2174
    j com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+45
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+210
    j java.sql.DriverManager.getConnection(Ljava/lang/String;)Ljava/sql/Connection;+15
    j com.ptc.windchill.migration.wbm.wppm.util.SqlServerHelper.getConnection(Ljava/lang/String;)Ljava/sql/Connection;+9
    j com.ptc.windchill.migration.wbm.wppm.MigrationSettings.<init>(Ljava/lang/String;)V+597
    j com.ptc.windchill.migration.wbm.wppm.WppLoader.main([Ljava/lang/String;)V+439
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000006694000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=2092, stack(0x0000000007cd0000,0x0000000007dd0000)]
    0x00000000066d4000 JavaThread "RMI RenewClean-[vs011.softcell.com:5003]" daemon [_thread_blocked, id=3284, stack(0x0000000007bd0000,0x0000000007cd0000)]
    0x0000000006a1f000 JavaThread "GC Daemon" daemon [_thread_blocked, id=4360, stack(0x00000000077d0000,0x00000000078d0000)]
    0x000000000694a000 JavaThread "RMI RenewClean-[vs011.softcell.com:5002]" daemon [_thread_blocked, id=3084, stack(0x00000000076d0000,0x00000000077d0000)]
    0x0000000006dd7800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=1496, stack(0x00000000075d0000,0x00000000076d0000)]
    0x00000000005f4000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4376, stack(0x0000000006420000,0x0000000006520000)]
    0x00000000005f1800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5896, stack(0x0000000006320000,0x0000000006420000)]
    0x00000000005e0000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4344, stack(0x0000000006220000,0x0000000006320000)]
    0x00000000005de800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5764, stack(0x0000000006120000,0x0000000006220000)]
    0x00000000005da800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3852, stack(0x0000000006020000,0x0000000006120000)]
    0x00000000005c9800 JavaThread "Finalizer" daemon [_thread_blocked, id=5716, stack(0x0000000005d20000,0x0000000005e20000)]
    0x00000000005c2000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5228, stack(0x0000000005c20000,0x0000000005d20000)]
    =>0x00000000004fc800 JavaThread "main" [_thread_in_vm, id=5584, stack(0x00000000024d0000,0x00000000025d0000)]
    Other Threads:
    0x00000000005bb800 VMThread [stack: 0x0000000005b20000,0x0000000005c20000] [id=4616]
    0x00000000005fa000 WatcherThread [stack: 0x0000000006520000,0x0000000006620000] [id=5468]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 29888K, used 20818K [0x0000000099e00000, 0x000000009be60000, 0x00000000ba350000)
    eden space 26624K, 65% used [0x0000000099e00000, 0x000000009af249e8, 0x000000009b800000)
    from space 3264K, 99% used [0x000000009bb30000, 0x000000009be5fff8, 0x000000009be60000)
    to space 3264K, 0% used [0x000000009b800000, 0x000000009b800000, 0x000000009bb30000)
    tenured generation total 66240K, used 4245K [0x00000000ba350000, 0x00000000be400000, 0x00000000fae00000)
    the space 66240K, 6% used [0x00000000ba350000, 0x00000000ba775490, 0x00000000ba775600, 0x00000000be400000)
    compacting perm gen total 21248K, used 18007K [0x00000000fae00000, 0x00000000fc2c0000, 0x0000000100000000)
    the space 21248K, 84% used [0x00000000fae00000, 0x00000000fbf95ee8, 0x00000000fbf96000, 0x00000000fc2c0000)
    No shared spaces configured.
    Code Cache [0x00000000025d0000, 0x0000000002840000, 0x00000000055d0000)
    total_blobs=469 nmethods=169 adapters=253 free_code_cache=49423360 largest_free_block=16256
    Dynamic libraries:
    0x0000000000400000 - 0x000000000042f000      E:\PTC\Windchill_10.1\Java\jre\bin\java.exe
    0x0000000077ae0000 - 0x0000000077c8b000      C:\Windows\SYSTEM32\ntdll.dll
    0x00000000779c0000 - 0x0000000077adf000      C:\Windows\system32\kernel32.dll
    0x000007fefdb50000 - 0x000007fefdbbb000      C:\Windows\system32\KERNELBASE.dll
    0x000007fefdfd0000 - 0x000007fefe0ab000      C:\Windows\system32\ADVAPI32.dll
    0x000007feff680000 - 0x000007feff71f000      C:\Windows\system32\msvcrt.dll
    0x000007fefdfb0000 - 0x000007fefdfcf000      C:\Windows\SYSTEM32\sechost.dll
    0x000007feff720000 - 0x000007feff84e000      C:\Windows\system32\RPCRT4.dll
    0x000000006d8b0000 - 0x000000006e068000      E:\PTC\Windchill_10.1\Java\jre\bin\server\jvm.dll
    0x00000000778c0000 - 0x00000000779ba000      C:\Windows\system32\USER32.dll
    0x000007feffb40000 - 0x000007feffba7000      C:\Windows\system32\GDI32.dll
    0x000007feffde0000 - 0x000007feffdee000      C:\Windows\system32\LPK.dll
    0x000007fefde60000 - 0x000007fefdf2a000      C:\Windows\system32\USP10.dll
    0x000007fef83a0000 - 0x000007fef83db000      C:\Windows\system32\WINMM.dll
    0x000007feff010000 - 0x000007feff03e000      C:\Windows\system32\IMM32.DLL
    0x000007feffa30000 - 0x000007feffb39000      C:\Windows\system32\MSCTF.dll
    0x000000006d820000 - 0x000000006d82e000      E:\PTC\Windchill_10.1\Java\jre\bin\verify.dll
    0x000000006d450000 - 0x000000006d477000      E:\PTC\Windchill_10.1\Java\jre\bin\java.dll
    0x000000006d870000 - 0x000000006d882000      E:\PTC\Windchill_10.1\Java\jre\bin\zip.dll
    0x000000006d5f0000 - 0x000000006d5fa000      E:\PTC\Windchill_10.1\Java\jre\bin\management.dll
    0x000000006d6b0000 - 0x000000006d6c7000      E:\PTC\Windchill_10.1\Java\jre\bin\net.dll
    0x000007fefde10000 - 0x000007fefde5d000      C:\Windows\system32\WS2_32.dll
    0x000007feffdd0000 - 0x000007feffdd8000      C:\Windows\system32\NSI.dll
    0x000007fefd270000 - 0x000007fefd2c4000      C:\Windows\system32\mswsock.dll
    0x000007fefd260000 - 0x000007fefd267000      C:\Windows\System32\wship6.dll
    0x000007fefc170000 - 0x000007fefc185000      C:\Windows\system32\NLAapi.dll
    0x000007fefd0f0000 - 0x000007fefd14b000      C:\Windows\system32\DNSAPI.dll
    0x000007fef4730000 - 0x000007fef473b000      C:\Windows\System32\winrnr.dll
    0x000007fef4710000 - 0x000007fef4725000      C:\Windows\system32\napinsp.dll
    0x000007fefcc70000 - 0x000007fefcc77000      C:\Windows\System32\wshtcpip.dll
    0x000007fefbb30000 - 0x000007fefbb57000      C:\Windows\system32\IPHLPAPI.DLL
    0x000007fefbaf0000 - 0x000007fefbafb000      C:\Windows\system32\WINNSI.DLL
    0x000007fef69b0000 - 0x000007fef69b8000      C:\Windows\system32\rasadhlp.dll
    0x000007fefba80000 - 0x000007fefbad3000      C:\Windows\System32\fwpuclnt.dll
    0x000007fefd8d0000 - 0x000007fefd927000      C:\Windows\system32\apphelp.dll
    0x000007fefd2d0000 - 0x000007fefd2e7000      C:\Windows\system32\CRYPTSP.dll
    0x000007fefcfd0000 - 0x000007fefd017000      C:\Windows\system32\rsaenh.dll
    0x000007fefcd80000 - 0x000007fefcd9e000      C:\Windows\system32\USERENV.dll
    0x000007fefda40000 - 0x000007fefda4f000      C:\Windows\system32\profapi.dll
    0x000007fefd930000 - 0x000007fefd93f000      C:\Windows\system32\CRYPTBASE.dll
    0x000000006d750000 - 0x000000006d756000      E:\PTC\Windchill_10.1\Java\jre\bin\rmi.dll
    0x0000000072140000 - 0x0000000072159000      E:\PTC\Windchill_10.1\Java\bin\sqljdbc_auth.dll
    0x000007fefd580000 - 0x000007fefd58b000      C:\Windows\system32\secur32.dll
    0x000007fefd8a0000 - 0x000007fefd8c5000      C:\Windows\system32\SSPICLI.DLL
    0x000007fefced0000 - 0x000007fefced9000      C:\Windows\system32\credssp.dll
    0x000007fefd2f0000 - 0x000007fefd3a3000      C:\Windows\system32\kerberos.DLL
    0x000007fefd620000 - 0x000007fefd634000      C:\Windows\system32\cryptdll.dll
    0x000007fefdae0000 - 0x000007fefdaef000      C:\Windows\system32\MSASN1.dll
    0x000007fefd200000 - 0x000007fefd251000      C:\Windows\system32\msv1_0.DLL
    0x000007fef6cb0000 - 0x000007fef6cd7000      C:\Windows\system32\ntdsapi.dll
    0x0000000077ca0000 - 0x0000000077ca7000      C:\Windows\system32\PSAPI.DLL
    VM Arguments:
    java_command: com.ptc.windchill.migration.wbm.wppm.WppLoader -USER=wcadmin -PASSWORD=wcadmin -SETTINGS=E:\WppMigration\loader.properties.txt
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=E:\PTC\Windchill_10.1\Java
    CLASSPATH=E:\PTC\Windchill_10.1\Windchill\codebase;E:\PTC\Windchill_10.1\Windchill\codebase\WEB-INF\lib\*;E:\PTC\Windchill_10.1\Windchill\lib\*;E:\PTC\Windchill_10.1\Java\lib\tools.jar;E:\PTC\Windchill_10.1\Windchill\tomcat\bin\bootstrap.jar;E:\PTC\Windchill_10.1\Windchill\tomcat\bin\tomcat-juli.jar
    PATH=E:\PTC\Windchill_10.1\Windchill\bin;E:\PTC\Windchill_10.1\Windchill\ant\bin;E:\PTC\Windchill_10.1\Java\jre\bin;E:\PTC\Windchill_10.1\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;E:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;E:\Program Files\Microsoft SQL Server\100\Tools\Binn\;E:\Program Files\Microsoft SQL Server\100\DTS\Binn\;E:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;E:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;E:\PTC\Windchill_10.1\Java\jre\bin
    USERNAME=Administrator
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows NT 6.1 , 64 bit Build 7600
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 6356536k(1529432k free), swap 12711176k(1606280k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (20.6-b01) for windows-amd64 JRE (1.6.0_31-b05), built on Feb 3 2012 18:34:57 by "java_re" with MS VC++ 8.0 (VS2005)
    time: Thu Mar 21 17:36:30 2013
    elapsed time: 426 seconds
    Please help me to resolve the error.
    Regards
    Ankit Agrawal

    Hi there - I also received the same error - were you able to resolve it , please do let me know
    Thanks !
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x0000003880a7b4f0, pid=10077, tid=47076326222144
    # JRE version: 6.0_31-b04
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C [libc.so.6+0x7b4f0] unsigned long+0x60
    # An error report file with more information is saved as:
    # /app/rmb/rmb_sit/bin/hs_err_pid10077.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #

  • IDVD crashing due to Keynote exports?

    I export 5 Keynote shows directly to iDVD. Each one is approximately 10-20 slides and have a complete soundtrack with them. After initial export/import into iDVD they play fine. When I preview them immediately following export they play fine. It is after I save and exit that the trouble begins. When I re-open iDVD at least one of the exported-from-Keynote shows will sporadically crash the iDVD. It is rarely the same Keynote show and sometimes will play 1 or 2 times then crash. I have tried exporting and burning the iDVD before exiting from iDVD but that doesn't work either. I'd rather not make QTs of the Keynotes and import to iDVD due to loss of quality and the hassle with the sound.
    I've looked through other postings here and find similar but not identically the same probs with Keynote/iDVD.
    I am using all updated programs and a Mac Book Pro.
    Thanks for any suggestions.
    Peace,
    Jim

    j/c .... what happens if you make a disc image from the file menu within iDVD6 of this keynote project > iDVD?
    I've also read on these forms that some folks have better luck exporting to iMovie and then to iDVD6 (even tho Keynote presents the option to go directly to iDVD).
    Might be worth a try.
    http://discussions.apple.com/thread.jspa?messageID=4386155&#4386155
    To quote a prior post from Brian Peat:
    You have to use either iMovie or the QT Pro player to add the audio into the QT file that Keynote creates when you send a file into iDVD. You basically, export to iDVD, close iDVD and save, then find the QT reference movie that Keynote created and open that in the QT Pro player. Then open your audio and select it, switch back to your video, put your playhead right at the start and choose to ADD it (don't just paste, it won't work). Then either save your movie as is if you're just simply going back to iDVD, or do a save as and make it self contained. If you do this second option you'll have to RE-ADD it into iDVD as it won't be the same movie, it'll be a new copy. Using the first method might give you what sounds like TWO audio tracks playing at once, but it should burn okay in iDVD as only one track.
    Hope this is helpful and good luck ....

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d641e26, pid=3376, tid=354

    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d641e26, pid=3376, tid=3540
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode, sharing)
    # Problematic frame:
    # C 0x6d641e26
    --------------- T H R E A D ---------------
    Current thread (0x030052a8): VMThread [id=3540]
    siginfo: ExceptionCode=0xc0000005, reading address 0x000000ac
    Registers:
    EAX=0x0000007c, EBX=0x0502fc74, ECX=0x22d97480, EDX=0x0000007c
    ESP=0x0502fc20, EBP=0x0502fc54, ESI=0x22d97480, EDI=0x02fa8f38
    EIP=0x6d641e26, EFLAGS=0x00010202
    Top of Stack: (sp=0x0502fc20)
    0x0502fc20: 22d97480 6d72c24b 0000007c 02fa8f38
    0x0502fc30: 02ff1698 00000000 00000001 24ba0738
    0x0502fc40: 22d97480 00000000 000abfcc 25d3f000
    0x0502fc50: 22d97480 0502fc80 6d6b0f83 22d97480
    0x0502fc60: 02fdaae8 6d6ad593 0502fc74 02ff1698
    0x0502fc70: 02fa0fd0 02fdaae8 02fa8f38 22d97600
    0x0502fc80: 0502fcd0 6d6aded3 00000001 02ff1698
    0x0502fc90: 00000000 00000001 00000001 00000000
    Instructions: (pc=0x6d641e26)
    0x6d641e16: e8 0c 1b 06 00 5f 5e c9 c3 8b 54 24 04 56 8b f1
    0x6d641e26: 8b 42 30 85 c0 7f 25 7d 1b 83 c9 ff 2b c8 8b 46
    Stack: [0x04f30000,0x05030000), sp=0x0502fc20, free space=1023k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x6d641e26
    C 0x6d6b0f83
    C 0x6d6aded3
    C 0x6d6adb88
    C 0x6d6b115a
    C 0x6d73d70f
    C 0x6d6ac9c7
    C 0x6d6ad05a
    C 0x6d757d4e
    C 0x6d757825
    C 0x6d7579c5
    C 0x6d75775a
    C [msvcrt.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    VM_Operation (0x0720f640): full generation collection, mode: safepoint, requested by thread 0x03004760
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x06be0238 JavaThread "Thread-12" daemon [_thread_blocked, id=3636]
    0x02fb9968 JavaThread "Thread-11" daemon [_thread_blocked, id=640]
    0x0964e3d0 JavaThread "Thread-10" daemon [_thread_blocked, id=3968]
    0x03004760 JavaThread "Thread-8" daemon [_thread_blocked, id=2352]
    0x02f77978 JavaThread "Thread-6" daemon [_thread_blocked, id=3236]
    0x02f8d000 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=3100]
    0x03024c00 JavaThread "thread applet-loader.class" [_thread_blocked, id=2696]
    0x02f73510 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2668]
    0x02f7f710 JavaThread "AWT-Shutdown" [_thread_blocked, id=2660]
    0x02fd3e30 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1792]
    0x0003fbb8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2584]
    0x02f844e8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3292]
    0x02fc8c48 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1404]
    0x03002dc8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2052]
    0x02fcdb18 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3640]
    0x02fc18d8 JavaThread "Finalizer" daemon [_thread_blocked, id=1988]
    0x02fb5728 JavaThread "Reference Handler" daemon [_thread_blocked, id=2968]
    0x02fbc1b0 JavaThread "main" [_thread_in_native, id=1356]
    Other Threads:
    =>0x030052a8 VMThread [id=3540]
    0x03005200 WatcherThread [id=3520]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0003db88/0x00000814] Threads_lock - owner thread: 0x030052a8
    [0x0003ff88/0x00000654] Heap_lock - owner thread: 0x03004760
    Heap
    def new generation total 4160K, used 1830K [0x22020000, 0x224a0000, 0x22780000)
    eden space 3712K, 46% used [0x22020000, 0x221cb6b0, 0x223c0000)
    from space 448K, 26% used [0x223c0000, 0x223de3c0, 0x22430000)
    to space 448K, 0% used [0x22430000, 0x22430000, 0x224a0000)
    tenured generation total 55036K, used 36993K [0x22780000, 0x25d3f000, 0x28020000)
    the space 55036K, 67% used [0x22780000, 0x24ba0738, 0x22d97600, 0x25d3f000)
    compacting perm gen total 8192K, used 1970K [0x28020000, 0x28820000, 0x2c020000)
    the space 8192K, 24% used [0x28020000, 0x2820c850, 0x2820ca00, 0x28820000)
    ro space 8192K, 62% used [0x2c020000, 0x2c528018, 0x2c528200, 0x2c820000)
    rw space 12288K, 46% used [0x2c820000, 0x2cdac620, 0x2cdac800, 0x2d420000)
    Dynamic libraries:
    0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\iexplore.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000      C:\WINDOWS\system32\GDI32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77760000 - 0x778cc000      C:\WINDOWS\system32\SHDOCVW.dll
    0x77a80000 - 0x77b14000      C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000      C:\WINDOWS\system32\MSASN1.dll
    0x754d0000 - 0x75550000      C:\WINDOWS\system32\CRYPTUI.dll
    0x76c30000 - 0x76c5e000      C:\WINDOWS\system32\WINTRUST.dll
    0x76c90000 - 0x76cb8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
    0x771b0000 - 0x77256000      C:\WINDOWS\system32\WININET.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x10000000 - 0x10019000      C:\WINDOWS\system32\NVDESK32.DLL
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x7c9c0000 - 0x7d1d4000      C:\WINDOWS\system32\SHELL32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\comctl32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x75f80000 - 0x7607c000      C:\WINDOWS\system32\BROWSEUI.dll
    0x20000000 - 0x20012000      C:\WINDOWS\system32\browselc.dll
    0x77b40000 - 0x77b62000      C:\WINDOWS\system32\appHelp.dll
    0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x77260000 - 0x772fe000      C:\WINDOWS\system32\urlmon.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.dll
    0x00dd0000 - 0x00dec000      C:\Program Files\Norton AntiVirus\NavShExt.dll
    0x00df0000 - 0x00e0a000      C:\WINDOWS\system32\ccTrust.dll
    0x76080000 - 0x760e5000      C:\WINDOWS\system32\MSVCP60.dll
    0x76b20000 - 0x76b31000      C:\WINDOWS\system32\ATL.DLL
    0x00e10000 - 0x00e98000      C:\WINDOWS\system32\shdoclc.dll
    0x00ea0000 - 0x01165000      C:\WINDOWS\system32\xpsp2res.dll
    0x75cf0000 - 0x75d81000      C:\WINDOWS\system32\mlang.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\wsock32.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\system32\mswsock.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x76ee0000 - 0x76f1c000      C:\WINDOWS\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000      C:\WINDOWS\system32\rasman.dll
    0x76eb0000 - 0x76edf000      C:\WINDOWS\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000      C:\WINDOWS\system32\rtutils.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x017b0000 - 0x01a76000      C:\WINDOWS\system32\msi.dll
    0x75e90000 - 0x75f40000      C:\WINDOWS\system32\SXS.DLL
    0x722b0000 - 0x722b5000      C:\WINDOWS\system32\sensapi.dll
    0x605d0000 - 0x605d9000      C:\WINDOWS\system32\mslbui.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x7d4a0000 - 0x7d785000      C:\WINDOWS\System32\mshtml.dll
    0x746c0000 - 0x746e7000      C:\WINDOWS\System32\msls31.dll
    0x746f0000 - 0x7471a000      C:\WINDOWS\System32\msimtf.dll
    0x5c2c0000 - 0x5c300000      C:\WINDOWS\ime\sptip.dll
    0x74c80000 - 0x74cac000      C:\WINDOWS\system32\OLEACC.dll
    0x02150000 - 0x02161000      C:\WINDOWS\IME\SPGRMR.DLL
    0x02170000 - 0x021cb000      C:\Program Files\Common Files\Microsoft Shared\INK\SKCHUI.DLL
    0x325c0000 - 0x325d2000      C:\Program Files\Microsoft Office\OFFICE11\msohev.dll
    0x02350000 - 0x0236b000      C:\Program Files\Common Files\Symantec Shared\Script Blocking\scrauth.dll
    0x02480000 - 0x0249e000      C:\Program Files\Common Files\Symantec Shared\Script Blocking\ScrBlock.dll
    0x0ffd0000 - 0x0fff8000      C:\WINDOWS\system32\rsaenh.dll
    0x75e60000 - 0x75e73000      C:\WINDOWS\system32\cryptnet.dll
    0x4d4f0000 - 0x4d548000      C:\WINDOWS\system32\WINHTTP.dll
    0x75c50000 - 0x75cbe000      c:\windows\system32\jscript.dll
    0x72d20000 - 0x72d29000      C:\WINDOWS\system32\wdmaud.drv
    0x72d10000 - 0x72d18000      C:\WINDOWS\system32\msacm32.drv
    0x77be0000 - 0x77bf5000      C:\WINDOWS\system32\MSACM32.dll
    0x77bd0000 - 0x77bd7000      C:\WINDOWS\system32\midimap.dll
    0x71d40000 - 0x71d5c000      C:\WINDOWS\System32\actxprxy.dll
    0x03d40000 - 0x03ecd000      C:\WINDOWS\system32\macromed\flash\flash.ocx
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x6d430000 - 0x6d43a000      C:\WINDOWS\System32\ddrawex.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\System32\DDRAW.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x76820000 - 0x76834000      C:\WINDOWS\system32\HLINK.DLL
    0x73300000 - 0x73367000      c:\windows\system32\vbscript.dll
    0x73dd0000 - 0x73ece000      C:\WINDOWS\system32\MFC42.DLL
    0x5ff20000 - 0x5ff46000      C:\WINDOWS\system32\MSRATING.dll
    0x5ff50000 - 0x5ff61000      C:\WINDOWS\system32\msratelc.dll
    0x79170000 - 0x79196000      C:\WINDOWS\system32\mscoree.dll
    0x79410000 - 0x79425000      C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorie.dll
    0x7c340000 - 0x7c396000      C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\MSVCR71.dll
    0x79480000 - 0x79499000      C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorld.dll
    0x72b20000 - 0x72b38000      C:\WINDOWS\system32\plugin.ocx
    0x76990000 - 0x769b5000      C:\WINDOWS\system32\ntshrui.dll
    0x76980000 - 0x76988000      C:\WINDOWS\system32\LINKINFO.dll
    0x6e4a0000 - 0x6e4ac000      C:\WINDOWS\system32\corpol.dll
    0x732d0000 - 0x732d5000      C:\WINDOWS\system32\SOFTPUB.DLL
    0x71b20000 - 0x71b32000      C:\WINDOWS\system32\MPR.dll
    0x75f60000 - 0x75f67000      C:\WINDOWS\System32\drprov.dll
    0x71c10000 - 0x71c1e000      C:\WINDOWS\System32\ntlanman.dll
    0x71cd0000 - 0x71ce7000      C:\WINDOWS\System32\NETUI0.dll
    0x71c90000 - 0x71cd0000      C:\WINDOWS\System32\NETUI1.dll
    0x71c80000 - 0x71c87000      C:\WINDOWS\System32\NETRAP.dll
    0x71bf0000 - 0x71c03000      C:\WINDOWS\System32\SAMLIB.dll
    0x75f70000 - 0x75f79000      C:\WINDOWS\System32\davclnt.dll
    0x75970000 - 0x75a67000      C:\WINDOWS\system32\MSGINA.dll
    0x76360000 - 0x76370000      C:\WINDOWS\system32\WINSTA.dll
    0x74320000 - 0x7435d000      C:\WINDOWS\system32\ODBC32.dll
    0x06090000 - 0x060a7000      C:\WINDOWS\system32\odbcint.dll
    0x6bdd0000 - 0x6be05000      C:\WINDOWS\System32\dxtrans.dll
    0x6be10000 - 0x6be6a000      C:\WINDOWS\System32\dxtmsft.dll
    0x5a620000 - 0x5a67d000      C:\WINDOWS\system32\inetcpl.cpl
    0x667d0000 - 0x667ed000      C:\WINDOWS\system32\inetcplc.dll
    0x66400000 - 0x66442000      C:\WINDOWS\System32\msieftp.dll
    0x66f00000 - 0x66f35000      C:\WINDOWS\system32\QuickTime\QuickTimeWebHelper.qtx
    0x66800000 - 0x66e31000      C:\WINDOWS\system32\QuickTime.qts
    0x5edd0000 - 0x5ede7000      C:\WINDOWS\system32\OLEPRO32.DLL
    0x73f10000 - 0x73f6c000      C:\WINDOWS\system32\dsound.dll
    0x73ee0000 - 0x73ee4000      C:\WINDOWS\system32\KsUser.dll
    0x67760000 - 0x677f3000      C:\WINDOWS\system32\QuickTime\QuickTime3GPP.qtx
    0x67100000 - 0x67291000      C:\WINDOWS\system32\QuickTime\QuickTimeAuthoring.qtx
    0x672a0000 - 0x672e9000      C:\WINDOWS\system32\QuickTime\QuickTimeCapture.qtx
    0x672f0000 - 0x6736e000      C:\WINDOWS\system32\QuickTime\QuickTimeEffects.qtx
    0x67550000 - 0x675cd000      C:\WINDOWS\system32\QuickTime\QuickTimeEssentials.qtx
    0x67380000 - 0x67404000      C:\WINDOWS\system32\QuickTime\QuickTimeImage.qtx
    0x67020000 - 0x670f7000      C:\WINDOWS\system32\QuickTime\QuickTimeInternetExtras.qtx
    0x674e0000 - 0x6754a000      C:\WINDOWS\system32\QuickTime\QuickTimeMPEG.qtx
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~2.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~2.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_02 -Djavaplugin.nodotversion=150_02 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~2.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\PROGRA~1\Java\JRE15~2.0_0\classes -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~2.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~2.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_02 -Djavaplugin.nodotversion=150_02 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~2.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol vfprintf
    java_command: <unknown>
    Environment Variables:
    PATH=C:\PROGRA~1\Java\JRE15~2.0_0\bin;C:\Program Files\Internet Explorer;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;.
    USERNAME=a
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 1 Stepping 2, 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 523760k(223640k free), swap 1278952k(977872k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_02-b09) for windows-x86, built on Mar 4 2005 01:53:53 by "java_re" with MS VC++ 6.0
    -- NEED HELP PELASE this is the error i get in an otepad file after my java freezes on my etc it has cost me $15,000 now :| I use to leave a java chat on while having other programes open and they do nto have a recovery option built into them as the java links me with other key partners. I get restarted, frozen anything Its been two weeks and I am falling behind each day. Please help me
    --Gabliaven                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

    I was also facing this problem for the last 2 days. Today i removed all the version of JRE installed on my system from Control Panel & installed Java Platfor, Standard Edition 6 Version 1.6.0. Now my applications are working perfectly.
    thanks
    Sooraj

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d779c9d, pid=3964, tid=37

    hello,
    i had this problem....when running my java application....
    can somebody help me?....what it's mean??
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d779c9d, pid=3964, tid=3760
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
    # Problematic frame:
    # V [jvm.dll+0x99c9d]
    --------------- T H R E A D ---------------
    Current thread (0x00ab2ce8): JavaThread "Thread-2" [_thread_in_vm, id=3760]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x00ab8360, ECX=0x033ef9e4, EDX=0x0003fa3c
    ESP=0x033ef9c4, EBP=0x033efa10, ESI=0x033ef9e4, EDI=0x6d82f270
    EIP=0x6d779c9d, EFLAGS=0x00010246
    Top of Stack: (sp=0x033ef9c4)
    0x033ef9c4: 6d7685ec 00000000 00ab2ce8 6d76b432
    0x033ef9d4: 00ab2ce8 00000000 033efa24 00ab2da8
    0x033ef9e4: 0003fa3c 6d721631 00ab2ce8 033efa0c
    0x033ef9f4: 6d768aab 00ab2ce8 00000006 0000000e
    0x033efa04: 6d82f270 00ab2da8 0000003c 0000003c
    0x033efa14: 1000207d 00ab2da8 0003fa3c 00000000
    0x033efa24: 00000014 032b0098 03231f18 031ea63a
    0x033efa34: 00ab8360 032b0098 032b00ac 00000000
    Instructions: (pc=0x6d779c9d)
    0x6d779c8d: 44 24 04 24 fc 8b 00 8b 00 c3 8b 44 24 04 24 fc
    0x6d779c9d: 8b 00 ff 74 24 04 8b c8 e8 93 fe ff ff c3 8b 44
    Stack: [0x033b0000,0x033f0000), sp=0x033ef9c4, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x99c9d]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j jpcap.Jpcap.processPacket(ILjpcap/JpcapHandler;)I+0
    j listener.Plistener$1.run()V+25
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x00ab2ce8 JavaThread "Thread-2" [_thread_in_vm, id=3760]
    0x02cccaf0 JavaThread "TimerQueue" daemon [_thread_blocked, id=3732]
    0x02cc52a0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1636]
    0x00036920 JavaThread "DestroyJavaVM" [_thread_blocked, id=3084]
    0x02c8fcc0 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3992]
    0x02c8e8f8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2164]
    0x00acdd80 JavaThread "AWT-Shutdown" [_thread_blocked, id=3256]
    0x00a6f2a8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3232]
    0x00a6dfa8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3288]
    0x00a6d210 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1388]
    0x00a48018 JavaThread "Finalizer" daemon [_thread_blocked, id=260]
    0x0003faa0 JavaThread "Reference Handler" daemon [_thread_blocked, id=1928]
    Other Threads:
    0x00a68190 VMThread [id=4040]
    0x00a6cd78 WatcherThread [id=644]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 522K [0x22a70000, 0x22b10000, 0x22f50000)
    eden space 512K, 95% used [0x22a70000, 0x22ae9ff8, 0x22af0000)
    from space 64K, 54% used [0x22af0000, 0x22af8af8, 0x22b00000)
    to space 64K, 0% used [0x22b00000, 0x22b00000, 0x22b10000)
    tenured generation total 1408K, used 1207K [0x22f50000, 0x230b0000, 0x26a70000)
    the space 1408K, 85% used [0x22f50000, 0x2307dce8, 0x2307de00, 0x230b0000)
    compacting perm gen total 8192K, used 1164K [0x26a70000, 0x27270000, 0x2aa70000)
    the space 8192K, 14% used [0x26a70000, 0x26b930a0, 0x26b93200, 0x27270000)
    ro space 8192K, 66% used [0x2aa70000, 0x2afcbcc0, 0x2afcbe00, 0x2b270000)
    rw space 12288K, 46% used [0x2b270000, 0x2b812060, 0x2b812200, 0x2be70000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jdk1.5.0_06\bin\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d6e0000 - 0x6d874000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d6b0000 - 0x6d6bc000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\java.dll
    0x6d6d0000 - 0x6d6df000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\zip.dll
    0x6d070000 - 0x6d1d7000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\shell32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\comctl32.dll
    0x6d2b0000 - 0x6d2ed000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\fontmanager.dll
    0x6d530000 - 0x6d543000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d550000 - 0x6d559000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\nio.dll
    0x605d0000 - 0x605d9000      C:\WINDOWS\system32\mslbui.dll
    0x60300000 - 0x60307000      C:\PROGRA~1\Yahoo!\MESSEN~1\idle.dll
    0x7c340000 - 0x7c396000      C:\PROGRA~1\Yahoo!\MESSEN~1\MSVCR71.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\netapi32.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77b40000 - 0x77b62000      C:\WINDOWS\system32\appHelp.dll
    0x10000000 - 0x10012000      C:\Program Files\Java\jdk1.5.0_06\jre\lib\ext\jpcap.dll
    0x031e0000 - 0x03221000      C:\WINDOWS\system32\wpcap.dll
    0x03030000 - 0x03045000      C:\WINDOWS\system32\packet.dll
    0x03050000 - 0x03060000      C:\WINDOWS\system32\WanPacket.dll
    0x610f0000 - 0x61101000      C:\WINDOWS\system32\NPPTools.dll
    0x72830000 - 0x7292e000      C:\WINDOWS\system32\MFC42u.DLL
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x5a700000 - 0x5a711000      C:\WINDOWS\system32\npp\ndisnpp.dll
    0x6d3e0000 - 0x6d3ed000      C:\Program Files\Java\jdk1.5.0_06\jre\bin\JdbcOdbc.dll
    0x74320000 - 0x7435d000      C:\WINDOWS\system32\ODBC32.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x20000000 - 0x20017000      C:\WINDOWS\system32\odbcint.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x1b810000 - 0x1b84a000      C:\WINDOWS\System32\msjtes40.dll
    0x0f9a0000 - 0x0f9ab000      C:\WINDOWS\system32\VBAJET32.DLL
    0x0f9c0000 - 0x0fa22000      C:\WINDOWS\system32\expsrv.dll
    VM Arguments:
    java_command: listener.MainListener
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0_06\
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Nokia\Update_Manager\bin
    USERNAME=projek
    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 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 522220k(90404k free), swap 3560908k(3129896k 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

    I'm having a similar problem. Is your computer freezing when you get this?

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0b2da214, pid=876, tid=2584

    Hi everyone,
    I am having the problem shown below:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0b2da214, pid=876, tid=2584
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode)
    # Problematic frame:
    # C [libdbxml24.dll+0x4a214]
    --------------- T H R E A D ---------------
    Current thread (0x008497e0): JavaThread "E4JMS Session Dispatcher (66)" [_thread_in_native, id=2584]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x0b9df76c, ECX=0x00aa54f8, EDX=0x00030001
    ESP=0x0b9df620, EBP=0x0b9df704, ESI=0x00aa54f0, EDI=0x00000000
    EIP=0x0b2da214, EFLAGS=0x00010206
    Top of Stack: (sp=0x0b9df620)
    0x0b9df620: 0b2d0e21 00000000 00000000 00000000
    0x0b9df630: 0b9df76c 00aa54f0 0b9df654 0b35a322
    0x0b9df640: 00000000 0b2dad56 00000000 008498a0
    0x0b9df650: 00aa54f0 0b9df6f8 0b35b19b 00000000
    0x0b9df660: 0b244c22 0b9df690 008497e0 06df1ad0
    0x0b9df670: 06df1ad8 00bd29e3 00000000 00bd6509
    0x0b9df680: 00000002 00000000 030d43c0 030ce350
    0x0b9df690: 0b9df690 06c5ef9c 0b9df6c0 06c5ff08
    Instructions: (pc=0x0b2da214)
    0x0b2da204: c2 04 00 cc cc cc cc cc cc cc cc cc 8b 44 24 04
    0x0b2da214: 8b 00 56 8b f1 8d 48 04 89 06 8b 11 ff 52 04 8b
    Stack: [0x0b9a0000,0x0b9e0000), sp=0x0b9df620, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libdbxml24.dll+0x4a214]
    j com.sleepycat.dbxml.dbxml_javaJNI.XmlContainer_putDocument__SWIG_0(JLcom/sleepycat/dbxml/XmlContainer;Ljava/lang/String;Ljava/lang/String;JI)Ljava/lang/String;+0
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;I)Ljava/lang/String;+13
    j com.sleepycat.dbxml.XmlContainer.putDocument(Lcom/sleepycat/dbxml/XmlTransaction;Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+57
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+6
    j ag.SaveMessageinDB.addXMLDocument(Ljava/lang/String;Ljava/lang/String;)V+21
    j ag.SaveMessageinDB.saveMessage(Ljava/lang/String;Ljava/lang/String;)V+3
    j example.TextListener.onMessage(Ljavax/jms/Message;)V+53
    j com.tibco.tibjms.TibjmsSession._submit(Ljavax/jms/MessageListener;Lcom/tibco/tibjms/TibjmsMessage;)V+10
    j com.tibco.tibjms.TibjmsSession._dispatchAsyncMessage(Lcom/tibco/tibjms/TibjmsSession$Dispatcher;Z)Z+310
    j com.tibco.tibjms.TibjmsSession$Dispatcher.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8757c]
    V [jvm.dll+0xde804]
    V [jvm.dll+0x8744d]
    V [jvm.dll+0x871aa]
    V [jvm.dll+0xa1de8]
    V [jvm.dll+0x10fad4]
    V [jvm.dll+0x10faa2]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb683]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sleepycat.dbxml.dbxml_javaJNI.XmlContainer_putDocument__SWIG_0(JLcom/sleepycat/dbxml/XmlContainer;Ljava/lang/String;Ljava/lang/String;JI)Ljava/lang/String;+0
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;I)Ljava/lang/String;+13
    j com.sleepycat.dbxml.XmlContainer.putDocument(Lcom/sleepycat/dbxml/XmlTransaction;Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+57
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+6
    j ag.SaveMessageinDB.addXMLDocument(Ljava/lang/String;Ljava/lang/String;)V+21
    j ag.SaveMessageinDB.saveMessage(Ljava/lang/String;Ljava/lang/String;)V+3
    j example.TextListener.onMessage(Ljavax/jms/Message;)V+53
    j com.tibco.tibjms.TibjmsSession._submit(Ljavax/jms/MessageListener;Lcom/tibco/tibjms/TibjmsMessage;)V+10
    j com.tibco.tibjms.TibjmsSession._dispatchAsyncMessage(Lcom/tibco/tibjms/TibjmsSession$Dispatcher;Z)Z+310
    j com.tibco.tibjms.TibjmsSession$Dispatcher.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x008497e0 JavaThread "E4JMS Session Dispatcher (66)" [_thread_in_native, id=2584]
    0x008499f0 JavaThread "E4JMS TCPLink Reader (66)" daemon [_thread_in_native, id=3236]
    0x00847950 JavaThread "E4JMS Connections Pinger" daemon [_thread_blocked, id=5492]
    0x008318d0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3712]
    0x00830d80 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1620]
    0x0082f940 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1296]
    0x0082ee70 JavaThread "Finalizer" daemon [_thread_blocked, id=416]
    0x0082dcf0 JavaThread "Reference Handler" daemon [_thread_blocked, id=6048]
    0x00824e50 JavaThread "main" [_thread_in_native, id=3872]
    Other Threads:
    0x0082b060 VMThread [id=2968]
    0x00834ac0 WatcherThread [id=3436]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 461K [0x02bd0000, 0x02c70000, 0x030b0000)
    eden space 512K, 82% used [0x02bd0000, 0x02c39228, 0x02c50000)
    from space 64K, 63% used [0x02c60000, 0x02c6a2b0, 0x02c70000)
    to space 64K, 0% used [0x02c50000, 0x02c50000, 0x02c60000)
    tenured generation total 1408K, used 283K [0x030b0000, 0x03210000, 0x06bd0000)
    the space 1408K, 20% used [0x030b0000, 0x030f6e58, 0x030f7000, 0x03210000)
    compacting perm gen total 8192K, used 3290K [0x06bd0000, 0x073d0000, 0x0abd0000)
    the space 8192K, 40% used [0x06bd0000, 0x06f06a28, 0x06f06c00, 0x073d0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\bin\javaw.exe
    0x7c900000 - 0x7c9b0000      C:\WINNT\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINNT\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINNT\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINNT\system32\RPCRT4.dll
    0x7e410000 - 0x7e4a1000      C:\WINNT\system32\USER32.dll
    0x77f10000 - 0x77f58000      C:\WINNT\system32\GDI32.dll
    0x77c10000 - 0x77c68000      C:\WINNT\system32\MSVCRT.dll
    0x76390000 - 0x763ad000      C:\WINNT\system32\IMM32.DLL
    0x629c0000 - 0x629c9000      C:\WINNT\system32\LPK.DLL
    0x74d90000 - 0x74dfb000      C:\WINNT\system32\USP10.dll
    0x10000000 - 0x10011000      C:\WINNT\system32\AMInit.dll
    0x6d730000 - 0x6d8cc000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINNT\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINNT\system32\PSAPI.DLL
    0x6d700000 - 0x6d70c000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\java.dll
    0x6d720000 - 0x6d72f000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\zip.dll
    0x003e0000 - 0x003fd000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdb_java46.dll
    0x0af90000 - 0x0b071000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdb46.dll
    0x71ab0000 - 0x71ac7000      C:\WINNT\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINNT\system32\WS2HELP.dll
    0x7c340000 - 0x7c396000      C:\WINNT\system32\MSVCR71.dll
    0x7c3a0000 - 0x7c41b000      C:\WINNT\system32\MSVCP71.dll
    0x0b230000 - 0x0b286000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdbxml_java24.dll
    0x0b290000 - 0x0b3d4000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdbxml24.dll
    0x0b3e0000 - 0x0b626000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\xqilla21.dll
    0x12000000 - 0x121ac000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\xerces-c_2_8.dll
    0x6d530000 - 0x6d543000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\net.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
    VM Arguments:
    jvm_args: -Dfile.encoding=Cp1252
    java_command: ag.Aggregator
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\
    CLASSPATH=H:\jdk1.5.0_10\jre\lib\rt.jar;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\jar\dbxmlexamples.jar;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\jar\dbxml.jar;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\jar\db.jar
    PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\CSsystem;C:\Utils;C:\Program Files\Sybase.12\OCS-12_0\bin;C:\Program Files\Sybase.12\OCS-12_0\dll;C:\Program Files\Rational\common;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\ClearCase\Bin;C:\local\oracle\clients\9203.2\bin;H:\jdk1.5.0_10\bin;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin
    USERNAME=ukhew1
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 7, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 2 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2096624k(1129700k free), swap 2992216k(2041352k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_10-b03) for windows-x86, built on Nov 9 2006 13:13:34 by "java_re" with MS VC++ 6.0
    I am totally lost and would require some assistance... Thank you so much!
    Best regards,
    Khew

    Hi, it looks like you're using DBXML. This should be posted in the DBXML forum:
    Berkeley DB XML
    Ben Schmeckpeper

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005) on startup of Weblogic application server

    Hi All,
    Everytime I start the weblogic Application server I get an
    EXCEPTION_ACCESS_VIOLATION error. This happens about a min after the app
    server is started. All had been running fine so far. The most recent change
    made was to compile the classes using jdk1.5.0_05.
    The jdk used for weblogic is 1.4.2.
    Does anybody know how to solve this problem?? I even tried to start WL using
    jdk1.5.0_05 by modifying the startserver.cmd scripts - but I still get the
    same issue.
    Please HELP!!!
    Here is the output on startup:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
    PC=0x84503C3 Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at java.lang.Class.getClassLoader0(Native Method)
    at java.lang.Class.getClassLoader(Class.java:508)
    at com.capitalone.sara.Constants.initialize(Constants.java:39)
    at com.capitalone.sara.InitServlet.init(InitServlet.java:21)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1018)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at
    weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:894)
    - locked <0x11af4710> (a weblogic.servlet.internal.ServletStubImpl)
    at
    weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:873)
    at
    weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:812)
    - locked <0x11af4710> (a weblogic.servlet.internal.ServletStubImpl)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3281)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3238)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3224)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3207)
    - locked <0x119dd2b0> (a weblogic.servlet.internal.WebAppServletContext)
    at
    weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:694)
    at
    weblogic.servlet.internal.WebService.preloadResources(WebService.java:483)
    at
    weblogic.servlet.internal.ServletInitService.resume(ServletInitService.java:30)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    Dynamic libraries:
    0x00400000 - 0x00406000 C:\tools\bea\JDK142~1\bin\java.exe
    0x7C900000 - 0x7C9B0000 C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C8F4000 C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E6B000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77C10000 - 0x77C68000 C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000 C:\tools\bea\JDK142~1\jre\bin\client\jvm.dll
    0x77D40000 - 0x77DD0000 C:\WINDOWS\system32\USER32.dll
    0x77F10000 - 0x77F56000 C:\WINDOWS\system32\GDI32.dll
    0x76B40000 - 0x76B6D000 C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000 C:\tools\bea\JDK142~1\jre\bin\hpi.dll
    0x00390000 - 0x0039E000 C:\tools\bea\JDK142~1\jre\bin\verify.dll
    0x003B0000 - 0x003C9000 C:\tools\bea\JDK142~1\jre\bin\java.dll
    0x003D0000 - 0x003DD000 C:\tools\bea\JDK142~1\jre\bin\zip.dll
    0x02F80000 - 0x02F8F000 C:\tools\bea\jdk142_04\jre\bin\net.dll
    0x71AB0000 - 0x71AC7000 C:\WINDOWS\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71A50000 - 0x71A8F000 C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76FB0000 - 0x76FB8000 C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll
    0x76FC0000 - 0x76FC6000 C:\WINDOWS\system32\rasadhlp.dll
    0x030A0000 - 0x030A8000 C:\tools\bea\jdk142_04\jre\bin\nio.dll
    0x030B0000 - 0x030B6000 C:\tools\bea\jdk142_04\jre\bin\ioser12.dll
    0x662B0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71A90000 - 0x71A98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76C90000 - 0x76CB8000 C:\WINDOWS\system32\imagehlp.dll
    0x59A60000 - 0x59B01000 C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000 C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 2304K, used 450K [0x10010000, 0x10290000,
    0x10f70000)
    eden space 2048K, 9% used [0x10010000, 0x10042118, 0x10210000)
    from space 256K, 97% used [0x10250000, 0x1028e908, 0x10290000)
    to space 256K, 0% used [0x10210000, 0x10210000, 0x10250000)
    tenured generation total 30272K, used 12777K [0x10f70000, 0x12d00000,
    0x1c810000)
    the space 30272K, 42% used [0x10f70000, 0x11bea408, 0x11bea600, 0x12d00000)
    compacting perm gen total 18944K, used 18826K [0x1c810000, 0x1da90000,
    0x24810000)
    the space 18944K, 99% used [0x1c810000, 0x1da72bc0, 0x1da72c00, 0x1da90000)
    Local Time = Tue Nov 08 20:05:50 2005
    Elapsed Time = 191
    # The exception above was detected in native code outside the VM # # Java
    VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode) # # An error report
    file has been saved as hs_err_pid5996.log.
    # Please refer to the file for further information.
    The only place I use any sort of classloader code is in the following
    Constants.java
    I use this line:
    InputStream is =
    Constants.class.getClassLoader().getResourceAsStream(propertyFileName);
    This used to work perfectly fine in jdk 1.3 and 1.4 (if that is somewhere
    close to the problem)
    THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: Yes
    THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Yes
    ERROR MESSAGES/STACK TRACES THAT OCCUR :
    The contents of the file hs_err_pid.log is:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d0e78b9, pid=4192,
    tid=5140 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode) #
    Problematic frame:
    # C [awt.dll+0xe78b9]
    --------------- T H R E A D ---------------
    Current thread (0x03987d80): JavaThread "AWT-EventQueue-0"
    [_thread_in_native, id=5140]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
    Registers:
    EAX=0x00000000, EBX=0x03922ee8, ECX=0x03987e3c, EDX=0x0389f748
    ESP=0x0389f750, EBP=0x0389f7b4, ESI=0x03987e3c, EDI=0x00000000
    EIP=0x6d0e78b9, EFLAGS=0x00010246
    Top of Stack: (sp=0x0389f750)
    0x0389f750: 03922ee8 03987e3c 00000000 6d0c7c9d
    0x0389f760: 03987d80 161bce48 161bce48 00000001
    0x0389f770: 00000200 00000000 0082018a 0400f64e
    0x0389f780: 0000018a 00000082 0389f7a0 00000000
    0x0389f790: 107f1850 00000000 00000000 00000000
    0x0389f7a0: 000001f7 0389f760 0389fae4 6d0f32d8
    0x0389f7b0: 00000000 0389f7e4 0403826f 000001f7
    0x0389f7c0: 0389f7f8 0389f7f4 0389f7c8 00000000
    Instructions: (pc=0x6d0e78b9)
    0x6d0e78a9: 56 8b 0e ff 51 68 85 c0 7d 06 5f 33 c0 5e 59 c3
    0x6d0e78b9: 8b 47 04 85 c0 74 15 8b 0d e8 fa 12 6d 8b 16 51
    Stack: [0x037a0000,0x038a0000), sp=0x0389f750, free space=1021k Native
    frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C
    [awt.dll+0xe78b9] j
    sun.awt.windows.WComponentPeer.nativeHandleEvent(Ljava/awt/AWTEvent;)V+0
    j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+69
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+765
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    J
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub j
    java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8295c]
    V [jvm.dll+0xd752e]
    V [jvm.dll+0x8282d]
    V [jvm.dll+0x8258a]
    V [jvm.dll+0x9d476]
    V [jvm.dll+0x1042ae]
    V [jvm.dll+0x10427c]
    C [msvcrt.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j
    sun.awt.windows.WComponentPeer.nativeHandleEvent(Ljava/awt/AWTEvent;)V+0
    j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+69
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+765
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    J
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub j
    java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x06ed0e78 JavaThread "AWT-EventQueue-23" [_thread_blocked, id=5352]
    0x038ba360 JavaThread "Thread-132" [_thread_blocked, id=5100] =>0x03987d80
    JavaThread "AWT-EventQueue-0" [_thread_in_native, id=5140]
    0x03f11b60 JavaThread "AWT-Shutdown" [_thread_blocked, id=5608]
    0x038bd4d0 JavaThread "Thread-87" [_thread_blocked, id=2964]
    0x03ef5918 JavaThread "traceMsgQueueThread" daemon [_thread_blocked,
    id=6108]
    0x03eef590 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4312]
    0x03ee7ed0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3964]
    0x03917018 JavaThread "Low Memory Detector" daemon [_thread_blocked,
    id=5992]
    0x03980560 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5224]
    0x0397f9a8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4880]
    0x038b0c80 JavaThread "Finalizer" daemon [_thread_blocked, id=4500]
    0x038c8ba0 JavaThread "Reference Handler" daemon [_thread_blocked, id=5592]
    0x038a5748 JavaThread "main" [_thread_blocked, id=3508]
    Other Threads:
    0x038d7a08 VMThread [id=3212]
    0x038a61e8 WatcherThread [id=5576]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 211K [0x10020000, 0x100c0000,
    0x10780000)
    eden space 512K, 28% used [0x10020000, 0x10044cb0, 0x100a0000)
    from space 64K, 100% used [0x100b0000, 0x100c0000, 0x100c0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 1225K [0x10780000, 0x108e0000,
    0x16020000)
    the space 1408K, 87% used [0x10780000, 0x108b2720, 0x108b2800, 0x108e0000)
    compacting perm gen total 8192K, used 6450K [0x16020000, 0x16820000,
    0x1a020000)
    the space 8192K, 78% used [0x16020000, 0x1666ca88, 0x1666cc00, 0x16820000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00419000 C:\Program Files\Internet Explorer\iexplore.exe
    0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
    0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
    0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77760000 - 0x778cc000 C:\WINDOWS\system32\SHDOCVW.dll
    0x77a80000 - 0x77b14000 C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
    0x754d0000 - 0x75550000 C:\WINDOWS\system32\CRYPTUI.dll
    0x76c30000 - 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
    0x76c90000 - 0x76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
    0x77120000 - 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
    0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
    0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
    0x771b0000 - 0x77256000 C:\WINDOWS\system32\WININET.dll
    0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
    0x10000000 - 0x1001f000 C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL
    0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
    0x773d0000 - 0x774d2000
    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x62000000 - 0x62084000
    C:\PROGRA~1\Google\GOOGLE~1\GoogleDesktopResources_en.dll
    0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
    0x7c9c0000 - 0x7d1d5000 C:\WINDOWS\system32\SHELL32.dll
    0x5d090000 - 0x5d127000 C:\WINDOWS\system32\comctl32.dll
    0x74720000 - 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
    0x63000000 - 0x63014000 C:\WINDOWS\system32\SynTPFcs.dll
    0x75f80000 - 0x7607d000 C:\WINDOWS\system32\BROWSEUI.dll
    0x20000000 - 0x20012000 C:\WINDOWS\system32\browselc.dll
    0x77b40000 - 0x77b62000 C:\WINDOWS\system32\appHelp.dll
    0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
    0x41000000 - 0x4101c000 C:\PROGRA~1\Google\GOOGLE~1\GOA66E~1.DLL
    0x60000000 - 0x60066000 C:\Program Files\Google\Google Desktop
    Search\GoogleDesktopAPI2.dll
    0x77260000 - 0x772ff000 C:\WINDOWS\system32\urlmon.dll
    0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\UxTheme.dll
    0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
    0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
    0x769c0000 - 0x76a73000 C:\WINDOWS\system32\USERENV.dll
    0x77a20000 - 0x77a74000 C:\WINDOWS\System32\cscui.dll
    0x76600000 - 0x7661d000 C:\WINDOWS\System32\CSCDLL.dll
    0x01160000 - 0x01284000 c:\program files\google\googletoolbar1.dll
    0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x76380000 - 0x76385000 C:\WINDOWS\system32\MSIMG32.dll
    0x59a60000 - 0x59b01000 C:\WINDOWS\system32\DBGHELP.DLL
    0x76ee0000 - 0x76f1c000 C:\WINDOWS\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000 C:\WINDOWS\system32\rasman.dll
    0x76eb0000 - 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
    0x77c70000 - 0x77c93000 C:\WINDOWS\system32\msv1_0.dll
    0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
    0x722b0000 - 0x722b5000 C:\WINDOWS\system32\sensapi.dll
    0x01530000 - 0x0153b000 C:\Program Files\Adobe\Acrobat
    6.0\Reader\ActiveX\AcroIEHelper.dll
    0x015a0000 - 0x015bf000 C:\WINDOWS\system32\dla\tfswshx.dll
    0x015c0000 - 0x015cf000 C:\WINDOWS\system32\tfswapi.dll
    0x015d0000 - 0x0160b000 C:\WINDOWS\system32\dla\tfswcres.dll
    0x01650000 - 0x01668000 C:\Program Files\Norton AntiVirus\NavShExt.dll
    0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
    0x7c080000 - 0x7c0f7000 C:\WINDOWS\system32\MSVCP70.dll
    0x7c000000 - 0x7c054000 C:\WINDOWS\system32\MSVCR70.dll
    0x75e90000 - 0x75f40000 C:\WINDOWS\system32\SXS.DLL
    0x016b0000 - 0x01738000 C:\WINDOWS\system32\shdoclc.dll
    0x01740000 - 0x01a05000 C:\WINDOWS\system32\xpsp2res.dll
    0x75cf0000 - 0x75d81000 C:\WINDOWS\system32\mlang.dll
    0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x65af0000 - 0x65af7000 C:\WINDOWS\system32\jsproxy.dll
    0x01a40000 - 0x01a5e000 C:\Program Files\Common Files\Symantec Shared\Script
    Blocking\scrauth.dll
    0x01a70000 - 0x01a90000 C:\Program Files\Common Files\Symantec Shared\Script
    Blocking\ScrBlock.dll
    0x0ffd0000 - 0x0fff8000 C:\WINDOWS\system32\rsaenh.dll
    0x022b0000 - 0x02576000 C:\WINDOWS\system32\msi.dll
    0x60300000 - 0x60307000 C:\Program Files\Yahoo!\Messenger\idle.dll
    0x7c340000 - 0x7c396000 C:\Program Files\Yahoo!\Messenger\MSVCR71.dll
    0x75c50000 - 0x75cbe000 c:\windows\system32\jscript.dll
    0x45000000 - 0x4500c000 C:\Program Files\Google\Google Desktop
    Search\gzlib.dll
    0x7d4a0000 - 0x7d787000 C:\WINDOWS\System32\mshtml.dll
    0x746c0000 - 0x746e7000 C:\WINDOWS\System32\msls31.dll
    0x746f0000 - 0x7471a000 C:\WINDOWS\System32\msimtf.dll
    0x325c0000 - 0x325d2000 C:\Program Files\Microsoft
    Office\OFFICE11\msohev.dll
    0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
    0x66e50000 - 0x66e90000 C:\WINDOWS\System32\iepeers.dll
    0x73000000 - 0x73026000 C:\WINDOWS\System32\WINSPOOL.DRV
    0x76200000 - 0x76271000 C:\WINDOWS\System32\mshtmled.dll
    0x71b20000 - 0x71b32000 C:\WINDOWS\system32\MPR.dll
    0x75f60000 - 0x75f67000 C:\WINDOWS\System32\drprov.dll
    0x71c10000 - 0x71c1e000 C:\WINDOWS\System32\ntlanman.dll
    0x71cd0000 - 0x71ce7000 C:\WINDOWS\System32\NETUI0.dll
    0x71c90000 - 0x71cd0000 C:\WINDOWS\System32\NETUI1.dll
    0x71c80000 - 0x71c87000 C:\WINDOWS\System32\NETRAP.dll
    0x71bf0000 - 0x71c03000 C:\WINDOWS\System32\SAMLIB.dll
    0x75f70000 - 0x75f79000 C:\WINDOWS\System32\davclnt.dll
    0x72d20000 - 0x72d29000 C:\WINDOWS\system32\wdmaud.drv
    0x72d10000 - 0x72d18000 C:\WINDOWS\system32\msacm32.drv
    0x77be0000 - 0x77bf5000 C:\WINDOWS\system32\MSACM32.dll
    0x77bd0000 - 0x77bd7000 C:\WINDOWS\system32\midimap.dll
    0x6d590000 - 0x6d5a1000 C:\tools\jre1.5.0_05\bin\npjpi150_05.dll
    0x5edd0000 - 0x5ede7000 C:\WINDOWS\system32\OLEPRO32.DLL
    0x6d400000 - 0x6d417000 C:\tools\jre1.5.0_05\bin\jpiexp32.dll
    0x6d450000 - 0x6d468000 C:\tools\jre1.5.0_05\bin\jpishare.dll
    0x6d640000 - 0x6d7cc000 C:\tools\JRE15~1.0_0\bin\client\jvm.dll
    0x6d280000 - 0x6d288000 C:\tools\JRE15~1.0_0\bin\hpi.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000 C:\tools\JRE15~1.0_0\bin\verify.dll
    0x6d300000 - 0x6d31d000 C:\tools\JRE15~1.0_0\bin\java.dll
    0x6d630000 - 0x6d63f000 C:\tools\JRE15~1.0_0\bin\zip.dll
    0x6d000000 - 0x6d167000 C:\tools\jre1.5.0_05\bin\awt.dll
    0x73760000 - 0x737a9000 C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000 C:\WINDOWS\system32\D3DIM700.DLL
    0x6d240000 - 0x6d27d000 C:\tools\jre1.5.0_05\bin\fontmanager.dll
    0x6d1f0000 - 0x6d203000 C:\tools\jre1.5.0_05\bin\deploy.dll
    0x6d5d0000 - 0x6d5ed000 C:\tools\jre1.5.0_05\bin\RegUtils.dll
    0x6d3e0000 - 0x6d3f4000 C:\tools\jre1.5.0_05\bin\jpicom32.dll
    0x6d4c0000 - 0x6d4d3000 C:\tools\jre1.5.0_05\bin\net.dll
    0x6d4e0000 - 0x6d4e9000 C:\tools\jre1.5.0_05\bin\nio.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\tools\JRE15~1.0_0\lib\deploy.jar;C:\tools\JRE15~1.0_0\lib\plugin.jar
    -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_05
    -Djavaplugin.nodotversion=150_05 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\tools\JRE15~1.0_0
    -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\tools\JRE15~1.0_0\classes
    -Xbootclasspath/a:C:\tools\JRE15~1.0_0\lib\deploy.jar;C:\tools\JRE15~1.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_05 -Djavaplugin.nodotversion=150_05 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\tools\JRE15~1.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol vfprintfjava_command: <unknown>Environment Variables:JAVA_HOME=C:\tools\jdk1.5.0_05PATH=C:\tools\JRE15~1.0_0\bin;C:\Program Files\InternetExplorer;;C:\tools\oracle\ora92\bin;C:\ProgramFiles\Oracle\jre\1.3.1\bin;C:\ProgramFiles\Oracle\jre\1.1.8\bin;C:\tools\jdk1.5.0_05\bin;C:\PROGRAMFILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI ControlPanel;C:\WINDOWS\Downloaded Program Files;C:\IBMTOOLS\Python22;C:\ProgramFiles\PC-Doctor forWindows\services;C:\tools\bea\weblogic81\server\bin;C:\tools\jdk1.5.0_05\bin;C:\Program Files\SSH;C:\tools\mysql\bin;.USERNAME=akumarOS=Windows_NTPROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel--------------- S Y S T E M ---------------OS: Windows XP Build 2600 Service Pack 2CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2Memory: 4k page, physical 1047472k(185784k free), swap 2518988k(1506344kfree)vm_info: Java HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built onAug 26 2005 15:36:02 by "java_re" with MS VC++ 6.0*****************************************************---------- BEGIN SOURCE ----------import java.io.InputStream;import java.util.Enumeration;import java.util.HashMap;import java.util.Properties;public class Constants {public static final String SIMS_DB = "Sun Identity Manager System";public static final String SIMS_DB_URL = "ROA";public static final String ROA_TABLE_NAME = "record_of_access";public static final String TRANSITION_TABLE_NAME = "transition";public static final String PROFILE_TO_DEPARTMENT_TABLE_NAME ="profiletodepartment";public static final String ACCESSCODE_TABLE_NAME = "accesscode";public static final String PROFILE_TO_ACCESS_TABLE_NAME = "profiletoaccess";public static final String PROFILE_TABLE_NAME = "profile";public static final String DEPARTMENT_TABLE_NAME = "department";public static final String MVS_RESOURCE_TABLE_NAME = "mvs_resource";public static final String MVS_RESOURCE_OWNER_TABLE_NAME ="mvs_resourceowner";public static final String MVS_OWNER_TABLE_NAME = "mvs_owner";public static final String REPORT_AUDIT_TABLE_NAME = "RPTAUDIT";public static final String REPORT_LIMIT = "REPORT_LIMIT";public static HashMap caponeProperties = new HashMap();public static void initialize(String propertyFileName) throwsjava.io.IOException {InputStream is =Constants.class.getClassLoader().getResourceAsStream(propertyFileName);if (is == null) {System.out.println("Could not locate property file " + propertyFileName);}else {Properties p = new Properties();p.load(is);is.close();Enumeration enumeration = p.keys();while (enumeration.hasMoreElements()) {String key = (String) enumeration.nextElement();caponeProperties.put(key, p.getProperty(key));}}}public static String getAttribute(String key) {String value = (String) caponeProperties.get(key); the key value pair in theproperties file, key and we are not going to have that in the propertiesfile Systems goes back as the value.if (value == null || "".equals(value)){value = key;}return value;}}---------- END SOURCE ----------

    Ohh - I am not sure if I mentioned that I am using Weblogic App server 8.1
    sp3
    "Anoop Kumar V" <[email protected]> wrote in message
    news:[email protected]...
    Hi All,
    Everytime I start the weblogic Application server I get an
    EXCEPTION_ACCESS_VIOLATION error. This happens about a min after the app
    server is started. All had been running fine so far. The most recent
    change made was to compile the classes using jdk1.5.0_05.
    The jdk used for weblogic is 1.4.2.
    Does anybody know how to solve this problem?? I even tried to start WL
    using jdk1.5.0_05 by modifying the startserver.cmd scripts - but I still
    get the same issue.
    Please HELP!!!
    Here is the output on startup:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
    PC=0x84503C3 Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at java.lang.Class.getClassLoader0(Native Method)
    at java.lang.Class.getClassLoader(Class.java:508)
    at com.capitalone.sara.Constants.initialize(Constants.java:39)
    at com.capitalone.sara.InitServlet.init(InitServlet.java:21)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1018)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at
    weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:894)
    - locked <0x11af4710> (a weblogic.servlet.internal.ServletStubImpl)
    at
    weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:873)
    at
    weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:812)
    - locked <0x11af4710> (a weblogic.servlet.internal.ServletStubImpl)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3281)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3238)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3224)
    at
    weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3207)
    - locked <0x119dd2b0> (a weblogic.servlet.internal.WebAppServletContext)
    at
    weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:694)
    at
    weblogic.servlet.internal.WebService.preloadResources(WebService.java:483)
    at
    weblogic.servlet.internal.ServletInitService.resume(ServletInitService.java:30)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    Dynamic libraries:
    0x00400000 - 0x00406000 C:\tools\bea\JDK142~1\bin\java.exe
    0x7C900000 - 0x7C9B0000 C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C8F4000 C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E6B000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77C10000 - 0x77C68000 C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000 C:\tools\bea\JDK142~1\jre\bin\client\jvm.dll
    0x77D40000 - 0x77DD0000 C:\WINDOWS\system32\USER32.dll
    0x77F10000 - 0x77F56000 C:\WINDOWS\system32\GDI32.dll
    0x76B40000 - 0x76B6D000 C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000 C:\tools\bea\JDK142~1\jre\bin\hpi.dll
    0x00390000 - 0x0039E000 C:\tools\bea\JDK142~1\jre\bin\verify.dll
    0x003B0000 - 0x003C9000 C:\tools\bea\JDK142~1\jre\bin\java.dll
    0x003D0000 - 0x003DD000 C:\tools\bea\JDK142~1\jre\bin\zip.dll
    0x02F80000 - 0x02F8F000 C:\tools\bea\jdk142_04\jre\bin\net.dll
    0x71AB0000 - 0x71AC7000 C:\WINDOWS\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000 C:\WINDOWS\system32\WS2HELP.dll
    0x71A50000 - 0x71A8F000 C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76FB0000 - 0x76FB8000 C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll
    0x76FC0000 - 0x76FC6000 C:\WINDOWS\system32\rasadhlp.dll
    0x030A0000 - 0x030A8000 C:\tools\bea\jdk142_04\jre\bin\nio.dll
    0x030B0000 - 0x030B6000 C:\tools\bea\jdk142_04\jre\bin\ioser12.dll
    0x662B0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71A90000 - 0x71A98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76C90000 - 0x76CB8000 C:\WINDOWS\system32\imagehlp.dll
    0x59A60000 - 0x59B01000 C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000 C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 2304K, used 450K [0x10010000, 0x10290000,
    0x10f70000)
    eden space 2048K, 9% used [0x10010000, 0x10042118, 0x10210000)
    from space 256K, 97% used [0x10250000, 0x1028e908, 0x10290000)
    to space 256K, 0% used [0x10210000, 0x10210000, 0x10250000)
    tenured generation total 30272K, used 12777K [0x10f70000, 0x12d00000,
    0x1c810000)
    the space 30272K, 42% used [0x10f70000, 0x11bea408, 0x11bea600,
    0x12d00000) compacting perm gen total 18944K, used 18826K [0x1c810000,
    0x1da90000, 0x24810000)
    the space 18944K, 99% used [0x1c810000, 0x1da72bc0, 0x1da72c00,
    0x1da90000)
    Local Time = Tue Nov 08 20:05:50 2005
    Elapsed Time = 191
    # The exception above was detected in native code outside the VM # # Java
    VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode) # # An error
    report file has been saved as hs_err_pid5996.log.
    # Please refer to the file for further information.
    The only place I use any sort of classloader code is in the following
    Constants.java
    I use this line:
    InputStream is =
    Constants.class.getClassLoader().getResourceAsStream(propertyFileName);
    This used to work perfectly fine in jdk 1.3 and 1.4 (if that is somewhere
    close to the problem)
    THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: Yes
    THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Yes
    ERROR MESSAGES/STACK TRACES THAT OCCUR :
    The contents of the file hs_err_pid.log is:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d0e78b9, pid=4192,
    tid=5140 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # C [awt.dll+0xe78b9]
    --------------- T H R E A D ---------------
    Current thread (0x03987d80): JavaThread "AWT-EventQueue-0"
    [_thread_in_native, id=5140]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
    Registers:
    EAX=0x00000000, EBX=0x03922ee8, ECX=0x03987e3c, EDX=0x0389f748
    ESP=0x0389f750, EBP=0x0389f7b4, ESI=0x03987e3c, EDI=0x00000000
    EIP=0x6d0e78b9, EFLAGS=0x00010246
    Top of Stack: (sp=0x0389f750)
    0x0389f750: 03922ee8 03987e3c 00000000 6d0c7c9d
    0x0389f760: 03987d80 161bce48 161bce48 00000001
    0x0389f770: 00000200 00000000 0082018a 0400f64e
    0x0389f780: 0000018a 00000082 0389f7a0 00000000
    0x0389f790: 107f1850 00000000 00000000 00000000
    0x0389f7a0: 000001f7 0389f760 0389fae4 6d0f32d8
    0x0389f7b0: 00000000 0389f7e4 0403826f 000001f7
    0x0389f7c0: 0389f7f8 0389f7f4 0389f7c8 00000000
    Instructions: (pc=0x6d0e78b9)
    0x6d0e78a9: 56 8b 0e ff 51 68 85 c0 7d 06 5f 33 c0 5e 59 c3
    0x6d0e78b9: 8b 47 04 85 c0 74 15 8b 0d e8 fa 12 6d 8b 16 51
    Stack: [0x037a0000,0x038a0000), sp=0x0389f750, free space=1021k Native
    frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C
    [awt.dll+0xe78b9] j
    sun.awt.windows.WComponentPeer.nativeHandleEvent(Ljava/awt/AWTEvent;)V+0
    j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+69
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+765
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    J
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub j
    java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8295c]
    V [jvm.dll+0xd752e]
    V [jvm.dll+0x8282d]
    V [jvm.dll+0x8258a]
    V [jvm.dll+0x9d476]
    V [jvm.dll+0x1042ae]
    V [jvm.dll+0x10427c]
    C [msvcrt.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j
    sun.awt.windows.WComponentPeer.nativeHandleEvent(Ljava/awt/AWTEvent;)V+0
    j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+69
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+765
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    J
    java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub j
    java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x06ed0e78 JavaThread "AWT-EventQueue-23" [_thread_blocked, id=5352]
    0x038ba360 JavaThread "Thread-132" [_thread_blocked, id=5100] =>0x03987d80
    JavaThread "AWT-EventQueue-0" [_thread_in_native, id=5140]
    0x03f11b60 JavaThread "AWT-Shutdown" [_thread_blocked, id=5608]
    0x038bd4d0 JavaThread "Thread-87" [_thread_blocked, id=2964]
    0x03ef5918 JavaThread "traceMsgQueueThread" daemon [_thread_blocked,
    id=6108]
    0x03eef590 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4312]
    0x03ee7ed0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3964]
    0x03917018 JavaThread "Low Memory Detector" daemon [_thread_blocked,
    id=5992]
    0x03980560 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5224]
    0x0397f9a8 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
    id=4880]
    0x038b0c80 JavaThread "Finalizer" daemon [_thread_blocked, id=4500]
    0x038c8ba0 JavaThread "Reference Handler" daemon [_thread_blocked,
    id=5592]
    0x038a5748 JavaThread "main" [_thread_blocked, id=3508]
    Other Threads:
    0x038d7a08 VMThread [id=3212]
    0x038a61e8 WatcherThread [id=5576]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 211K [0x10020000, 0x100c0000,
    0x10780000)
    eden space 512K, 28% used [0x10020000, 0x10044cb0, 0x100a0000)
    from space 64K, 100% used [0x100b0000, 0x100c0000, 0x100c0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 1225K [0x10780000, 0x108e0000,
    0x16020000)
    the space 1408K, 87% used [0x10780000, 0x108b2720, 0x108b2800, 0x108e0000)
    compacting perm gen total 8192K, used 6450K [0x16020000, 0x16820000,
    0x1a020000)
    the space 8192K, 78% used [0x16020000, 0x1666ca88, 0x1666cc00, 0x16820000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00419000 C:\Program Files\Internet Explorer\iexplore.exe
    0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
    0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll
    0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77760000 - 0x778cc000 C:\WINDOWS\system32\SHDOCVW.dll
    0x77a80000 - 0x77b14000 C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
    0x754d0000 - 0x75550000 C:\WINDOWS\system32\CRYPTUI.dll
    0x76c30000 - 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
    0x76c90000 - 0x76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
    0x77120000 - 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
    0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
    0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
    0x771b0000 - 0x77256000 C:\WINDOWS\system32\WININET.dll
    0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
    0x10000000 - 0x1001f000 C:\PROGRA~1\Google\GOOGLE~1\GOEC62~1.DLL
    0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
    0x773d0000 - 0x774d2000
    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x62000000 - 0x62084000
    C:\PROGRA~1\Google\GOOGLE~1\GoogleDesktopResources_en.dll
    0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
    0x7c9c0000 - 0x7d1d5000 C:\WINDOWS\system32\SHELL32.dll
    0x5d090000 - 0x5d127000 C:\WINDOWS\system32\comctl32.dll
    0x74720000 - 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
    0x63000000 - 0x63014000 C:\WINDOWS\system32\SynTPFcs.dll
    0x75f80000 - 0x7607d000 C:\WINDOWS\system32\BROWSEUI.dll
    0x20000000 - 0x20012000 C:\WINDOWS\system32\browselc.dll
    0x77b40000 - 0x77b62000 C:\WINDOWS\system32\appHelp.dll
    0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
    0x41000000 - 0x4101c000 C:\PROGRA~1\Google\GOOGLE~1\GOA66E~1.DLL
    0x60000000 - 0x60066000 C:\Program Files\Google\Google Desktop
    Search\GoogleDesktopAPI2.dll
    0x77260000 - 0x772ff000 C:\WINDOWS\system32\urlmon.dll
    0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\UxTheme.dll
    0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
    0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
    0x769c0000 - 0x76a73000 C:\WINDOWS\system32\USERENV.dll
    0x77a20000 - 0x77a74000 C:\WINDOWS\System32\cscui.dll
    0x76600000 - 0x7661d000 C:\WINDOWS\System32\CSCDLL.dll
    0x01160000 - 0x01284000 c:\program files\google\googletoolbar1.dll
    0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x76380000 - 0x76385000 C:\WINDOWS\system32\MSIMG32.dll
    0x59a60000 - 0x59b01000 C:\WINDOWS\system32\DBGHELP.DLL
    0x76ee0000 - 0x76f1c000 C:\WINDOWS\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000 C:\WINDOWS\system32\rasman.dll
    0x76eb0000 - 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
    0x77c70000 - 0x77c93000 C:\WINDOWS\system32\msv1_0.dll
    0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
    0x722b0000 - 0x722b5000 C:\WINDOWS\system32\sensapi.dll
    0x01530000 - 0x0153b000 C:\Program Files\Adobe\Acrobat
    6.0\Reader\ActiveX\AcroIEHelper.dll
    0x015a0000 - 0x015bf000 C:\WINDOWS\system32\dla\tfswshx.dll
    0x015c0000 - 0x015cf000 C:\WINDOWS\system32\tfswapi.dll
    0x015d0000 - 0x0160b000 C:\WINDOWS\system32\dla\tfswcres.dll
    0x01650000 - 0x01668000 C:\Program Files\Norton AntiVirus\NavShExt.dll
    0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
    0x7c080000 - 0x7c0f7000 C:\WINDOWS\system32\MSVCP70.dll
    0x7c000000 - 0x7c054000 C:\WINDOWS\system32\MSVCR70.dll
    0x75e90000 - 0x75f40000 C:\WINDOWS\system32\SXS.DLL
    0x016b0000 - 0x01738000 C:\WINDOWS\system32\shdoclc.dll
    0x01740000 - 0x01a05000 C:\WINDOWS\system32\xpsp2res.dll
    0x75cf0000 - 0x75d81000 C:\WINDOWS\system32\mlang.dll
    0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x65af0000 - 0x65af7000 C:\WINDOWS\system32\jsproxy.dll
    0x01a40000 - 0x01a5e000 C:\Program Files\Common Files\Symantec
    Shared\Script Blocking\scrauth.dll
    0x01a70000 - 0x01a90000 C:\Program Files\Common Files\Symantec
    Shared\Script Blocking\ScrBlock.dll
    0x0ffd0000 - 0x0fff8000 C:\WINDOWS\system32\rsaenh.dll
    0x022b0000 - 0x02576000 C:\WINDOWS\system32\msi.dll
    0x60300000 - 0x60307000 C:\Program Files\Yahoo!\Messenger\idle.dll
    0x7c340000 - 0x7c396000 C:\Program Files\Yahoo!\Messenger\MSVCR71.dll
    0x75c50000 - 0x75cbe000 c:\windows\system32\jscript.dll
    0x45000000 - 0x4500c000 C:\Program Files\Google\Google Desktop
    Search\gzlib.dll
    0x7d4a0000 - 0x7d787000 C:\WINDOWS\System32\mshtml.dll
    0x746c0000 - 0x746e7000 C:\WINDOWS\System32\msls31.dll
    0x746f0000 - 0x7471a000 C:\WINDOWS\System32\msimtf.dll
    0x325c0000 - 0x325d2000 C:\Program Files\Microsoft
    Office\OFFICE11\msohev.dll
    0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
    0x66e50000 - 0x66e90000 C:\WINDOWS\System32\iepeers.dll
    0x73000000 - 0x73026000 C:\WINDOWS\System32\WINSPOOL.DRV
    0x76200000 - 0x76271000 C:\WINDOWS\System32\mshtmled.dll
    0x71b20000 - 0x71b32000 C:\WINDOWS\system32\MPR.dll
    0x75f60000 - 0x75f67000 C:\WINDOWS\System32\drprov.dll
    0x71c10000 - 0x71c1e000 C:\WINDOWS\System32\ntlanman.dll
    0x71cd0000 - 0x71ce7000 C:\WINDOWS\System32\NETUI0.dll
    0x71c90000 - 0x71cd0000 C:\WINDOWS\System32\NETUI1.dll
    0x71c80000 - 0x71c87000 C:\WINDOWS\System32\NETRAP.dll
    0x71bf0000 - 0x71c03000 C:\WINDOWS\System32\SAMLIB.dll
    0x75f70000 - 0x75f79000 C:\WINDOWS\System32\davclnt.dll
    0x72d20000 - 0x72d29000 C:\WINDOWS\system32\wdmaud.drv
    0x72d10000 - 0x72d18000 C:\WINDOWS\system32\msacm32.drv
    0x77be0000 - 0x77bf5000 C:\WINDOWS\system32\MSACM32.dll
    0x77bd0000 - 0x77bd7000 C:\WINDOWS\system32\midimap.dll
    0x6d590000 - 0x6d5a1000 C:\tools\jre1.5.0_05\bin\npjpi150_05.dll
    0x5edd0000 - 0x5ede7000 C:\WINDOWS\system32\OLEPRO32.DLL
    0x6d400000 - 0x6d417000 C:\tools\jre1.5.0_05\bin\jpiexp32.dll
    0x6d450000 - 0x6d468000 C:\tools\jre1.5.0_05\bin\jpishare.dll
    0x6d640000 - 0x6d7cc000 C:\tools\JRE15~1.0_0\bin\client\jvm.dll
    0x6d280000 - 0x6d288000 C:\tools\JRE15~1.0_0\bin\hpi.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000 C:\tools\JRE15~1.0_0\bin\verify.dll
    0x6d300000 - 0x6d31d000 C:\tools\JRE15~1.0_0\bin\java.dll
    0x6d630000 - 0x6d63f000 C:\tools\JRE15~1.0_0\bin\zip.dll
    0x6d000000 - 0x6d167000 C:\tools\jre1.5.0_05\bin\awt.dll
    0x73760000 - 0x737a9000 C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000 C:\WINDOWS\system32\D3DIM700.DLL
    0x6d240000 - 0x6d27d000 C:\tools\jre1.5.0_05\bin\fontmanager.dll
    0x6d1f0000 - 0x6d203000 C:\tools\jre1.5.0_05\bin\deploy.dll
    0x6d5d0000 - 0x6d5ed000 C:\tools\jre1.5.0_05\bin\RegUtils.dll
    0x6d3e0000 - 0x6d3f4000 C:\tools\jre1.5.0_05\bin\jpicom32.dll
    0x6d4c0000 - 0x6d4d3000 C:\tools\jre1.5.0_05\bin\net.dll
    0x6d4e0000 - 0x6d4e9000 C:\tools\jre1.5.0_05\bin\nio.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\tools\JRE15~1.0_0\lib\deploy.jar;C:\tools\JRE15~1.0_0\lib\plugin.jar
    -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_05
    -Djavaplugin.nodotversion=150_05 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\tools\JRE15~1.0_0
    -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\tools\JRE15~1.0_0\classes
    -Xbootclasspath/a:C:\tools\JRE15~1.0_0\lib\deploy.jar;C:\tools\JRE15~1.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_05 -Djavaplugin.nodotversion=150_05 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\tools\JRE15~1.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol vfprintfjava_command: <unknown>EnvironmentVariables:JAVA_HOME=C:\tools\jdk1.5.0_05PATH=C:\tools\JRE15~1.0_0\bin;C:\Program Files\InternetExplorer;;C:\tools\oracle\ora92\b>in;C:\ProgramFiles\Oracle\jre\1.3.1\bin;C:\ProgramFiles\Oracle\jre\1.1.8\bin;C:\tools\jdk1.5.0_05\bin;C:\PROGRAMFILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATITechnologies\ATI ControlPanel;C:\WINDOWS\Downloaded ProgramFiles;C:\IBMTOOLS\Python22;C:\ProgramFiles\PC-DoctorforWindows\services;C:\tools\bea\weblogic81\server\bin;C:\tools\jdk1.5.0_05\bin;C:\ProgramFiles\SSH;C:\tools\mysql\bin;.USERNAME=akumarOS=Windows_NTPROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel--------------- S Y S T EM ---------------OS: Windows XP Build 2600 Service Pack 2CPU:total 1 family6, cmov, cx8, fxsr, mmx, sse, sse2Memory: 4k page, physical 1047472k(185784kfree), swap 2518988k(1506344kfree)vm_info: Java HotSpot(TM) Client VM(1.5.0_05-b05) for windows-x86, built onAug 26 2005 15:36:02 by "java_re"with MS VC++6.0*****************************************************---------- BEGINSOURCE ----------import java.io.InputStream;import java.util.Enumera> tion;import java.util.HashMap;import java.util.Properties;public classConstants {public static final String SIMS_DB = "Sun Identity ManagerSystem";public static final String SIMS_DB_URL = "ROA";public static finalString ROA_TABLE_NAME = "record_of_access";public static final StringTRANSITION_TABLE_NAME = "transition";public static final StringPROFILE_TO_DEPARTMENT_TABLE_NAME ="profiletodepartment";public static finalString ACCESSCODE_TABLE_NAME = "accesscode";public static final StringPROFILE_TO_AC> CESS_TABLE_NAME = "profiletoaccess";public static final StringPROFILE_TABLE_NAME = "profile";public static final StringDEPARTMENT_TABLE_NAME = "department";public static final StringMVS_RESOURCE_TABLE_NAME = "mvs_resource";public static final StringMVS_RESOURCE_OWNER_TABLE_NAME ="mvs_resourceowner";public static finalString MVS_OWNER_TABLE_NAME = "mvs_owner";public static final StringREPORT_AUDIT_TABLE_NAME = "RPTAUDIT";public static final String REPORT_LIMIT= "REPORT_LIMIT";public static HashMap c> aponeProperties = new HashMap();public static void initialize(StringpropertyFileName) throwsjava.io.IOException {InputStream is=Constants.class.getClassLoader().getResourceAsStream(propertyFileName);if(is == null) {System.out.println("Could not locate property file " +propertyFileName);}else {Properties p = newProperties();p.load(is);is.close();Enumeration enumeration = p.keys();while(enumeration.hasMoreElements()) {String key = (String)enumeration.nextElement();caponeProperties.put(key, p.getPrope> rty(key));}}}public static String getAttribute(String key) {String value =(String) caponeProperties.get(key); the key value pair in thepropertiesfile, key and we are not going to have that in the propertiesfile Systemsgoes back as the value.if (value == null || "".equals(value)){value =key;}return value;}}---------- END SOURCE ----------

  • After upgrade to OSX Mavericks my 2009 MBP keeps crashing due to kernel panic

    After upgrade to OSX Mavericks my 2009 MBP keeps crashing due to kernel panic (happens every 20 minutes or so). Please help me with this, it's getting very frustrating. Have tried disk utility, there were errors (file system was corrupted), the disk utility managed to repair the disk but the crashes continue.
    Etre-check:
    EtreCheck version: 1.9.12 (48)
    Report generated 26 juli 2014 12:29:37 CEST
    Hardware Information:
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
      8 GB RAM
    Video Information:
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:14:20
    Disk Information:
      FUJITSU MJA2160BH FFS G1 disk0 : (160,04 GB)
      EFI (disk0s1) <not mounted>: 209,7 MB
      Macintosh HD (disk0s2) / [Startup]: 159,18 GB (26 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS23N 
    USB Information:
      Apple Internal Memory Card Reader
      Iomega Iomega 500,11 GB
      EFI (disk1s1) <not mounted>: 209,7 MB
      IOMEGA (disk1s2) /Volumes/IOMEGA: 499,76 GB (499,32 GB free)
      Apple Inc. Built-in iSight
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.FTDI.driver.FTDIUSBSerialDriver (2.2.18 - SDK 10.6) Support
      [not loaded] com.caiaq.driver.NIUSBGuitarRigMobileDriver (2.4.23) Support
      [not loaded] com.caiaq.driver.NIUSBHardwareDriver (2.4.23) Support
      [loaded] com.fortinet.fct.kext.avkern (1.0.1 - SDK 10.7) Support
      [not loaded] com.fortinet.fct.kext.fctapnke (1 - SDK 10.7) Support
      [loaded] com.fortinet.fct.kext.fctwfnke (1.0 - SDK 10.7) Support
      [not loaded] com.fortinet.kext.fctrouternke (1 - SDK 10.7) Support
      [not loaded] nl.bjaelectronics.driver.PL2303 (1.0.0d1) Support
      [loaded] org.virtualbox.kext.VBoxDrv (4.2.12) Support
      [not loaded] org.virtualbox.kext.VBoxNetAdp (4.2.12) Support
      [not loaded] org.virtualbox.kext.VBoxNetFlt (4.2.12) Support
      [loaded] org.virtualbox.kext.VBoxUSB (4.2.12) Support
    Startup Items:
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      HWNetMgr: Path: /Library/StartupItems/HWNetMgr
      HWPortDetect: Path: /Library/StartupItems/HWPortDetect
      M-Audio Firmware Loader: Path: /Library/StartupItems/M-Audio Firmware Loader
      StartOuc: Path: /Library/StartupItems/StartOuc
      VirtualBox: Path: /Library/StartupItems/VirtualBox
      wpa_supplicant_srv: Path: /Library/StartupItems/wpa_supplicant_srv
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.fortinet.forticlient.appfw.plist Support
      [running] com.fortinet.forticlient.epctrl.plist Support
      [running] com.fortinet.forticlient.fmon.plist Support
      [running] com.fortinet.forticlient.servctl.plist Support
      [loaded] com.fortinet.forticlient.vpn.plist Support
      [running] com.fortinet.forticlient.wf.plist Support
      [not loaded] com.teamviewer.teamviewer_service.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
      [not loaded] com.teamviewer.teamviewer.plist Support
      [not loaded] com.teamviewer.teamviewer_desktop.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
      [failed] com.adobe.ARM.[...].plist Support
      [running] com.spotify.webhelper.plist Support
      [not loaded] org.virtualbox.vboxwebsrv.plist Support
    User Login Items:
      FIREBOX Control
      iTunesHelper
      Dropbox
      Emil
      NIHardwareAgent
      FortiClientAgent
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.1.0 Support
      Silverlight: Version: 4.1.10329.0 Support
      iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Citrix online plug-in  Support
      Flash Player  Support
      Native Instruments USB Audio  Support
    Time Machine:
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 148.25 GB Disk used: 124.04 GB
      Destinations:
      IOMEGA [Local] (Last used)
      Total size: 0 B
      Total number of backups: (null)
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 124.04 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          8% mds_stores
          4% com.apple.WebKit.WebContent
          2% Safari
          1% WindowServer
          1% diskimages-helper
    Top Processes by Memory:
      190 MB mds_stores
      106 MB com.apple.WebKit.WebContent
      98 MB Safari
      90 MB com.apple.IconServicesAgent
      82 MB Dropbox
    Virtual Memory Information:
      4.64 GB Free RAM
      1.52 GB Active RAM
      947 MB Inactive RAM
      684 MB Wired RAM
      1.20 GB Page-ins
      0 B Page-outs

    Hi, thanks for the reply. I deleted some of the old stuff that showed up on the report (have removed virtual box long ago but some residual files were apparently left). It didn't help though. Will remove forticlient too as a test.
    Meanwhile here's the new etre-check and crash report:
    last crash:
    Anonymous UUID:       xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    Sat Jul 26 13:21:42 2014
    panic(cpu 1 caller 0xffffff801a2dc24e): Kernel trap at 0xffffff801a5e2e49, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffef811ca9bea0, CR3: 0x000000004274c000, CR4: 0x0000000000000660
    RAX: 0x0000000000000100, RBX: 0xffffff802dd897b0, RCX: 0x00000000e7b76fff, RDX: 0x0000000018489000
    RSP: 0xffffff811ca9be00, RBP: 0xffffff811ca9be00, RSI: 0xffffff8115e0d068, RDI: 0xffffef811ca9be80
    R8:  0xffffff8115d9d078, R9:  0xffffff8115e0d068, R10: 0xffffff811ca9bb90, R11: 0x0000000000000246
    R12: 0x0000000000000000, R13: 0xffffff801a7693d1, R14: 0xffffef811ca9be80, R15: 0x0000000000000000
    RFL: 0x0000000000010282, RIP: 0xffffff801a5e2e49, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffef811ca9bea0, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff811ca9ba90 : 0xffffff801a222f79
    0xffffff811ca9bb10 : 0xffffff801a2dc24e
    0xffffff811ca9bce0 : 0xffffff801a2f3746
    0xffffff811ca9bd00 : 0xffffff801a5e2e49
    0xffffff811ca9be00 : 0xffffff801a5f6733
    0xffffff811ca9be60 : 0xffffff801a5f20be
    0xffffff811ca9bf00 : 0xffffff801a5f1ecf
    0xffffff811ca9bf60 : 0xffffff801a640777
    0xffffff811ca9bfb0 : 0xffffff801a2f3c38
    BSD process name corresponding to current thread: dbfseventsd
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x000000001a000000
    Kernel text base: 0xffffff801a200000
    System model name: MacBookPro5,5 (Mac-F2268AC8)
    System uptime in nanoseconds: 3901629665348
    last loaded kext at 3718616795316: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f9c773000, size 49152)
    last unloaded kext at 3844885002402: com.apple.driver.AppleUSBCDC 4.2.1b5 (addr 0xffffff7f9c658000, size 16384)
    loaded kexts:
    com.fortinet.fct.kext.avkern 1.0.1
    com.fortinet.fct.kext.fctwfnke 1.0
    org.virtualbox.kext.VBoxUSB 4.2.12
    org.virtualbox.kext.VBoxDrv 4.2.12
    com.apple.filesystems.smbfs 2.0.2
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AGPM 100.14.28
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.GeForceTesla 8.2.4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.nvenet 2.0.21
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBOHCI 656.4.1
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.kext.triggers 1.0
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.nvidia.classic.NVDANV50HalTesla 8.2.4
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.nvidia.classic.NVDAResmanTesla 8.2.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.6
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.NVSMU 2.2.9
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 8 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341344758334D314131333333433920
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341344758334D314131333333433920
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MJA2160BH FFS G1, 160,04 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Iomega
    USB Device: Built-in iSight
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: IR Receiver
    Thunderbolt Bus:
    new etre check:
    EtreCheck version: 1.9.12 (48)
    Report generated 26 juli 2014 13:24:10 CEST
    Hardware Information:
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
      8 GB RAM
    Video Information:
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:3:27
    Disk Information:
      FUJITSU MJA2160BH FFS G1 disk0 : (160,04 GB)
      EFI (disk0s1) <not mounted>: 209,7 MB
      Macintosh HD (disk0s2) / [Startup]: 159,18 GB (26,73 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS23N 
    USB Information:
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Iomega Iomega 500,11 GB
      EFI (disk1s1) <not mounted>: 209,7 MB
      IOMEGA (disk1s2) /Volumes/IOMEGA: 499,76 GB (498,79 GB free)
      Apple Inc. Built-in iSight
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.FTDI.driver.FTDIUSBSerialDriver (2.2.18 - SDK 10.6) Support
      [not loaded] com.caiaq.driver.NIUSBGuitarRigMobileDriver (2.4.23) Support
      [not loaded] com.caiaq.driver.NIUSBHardwareDriver (2.4.23) Support
      [loaded] com.fortinet.fct.kext.avkern (1.0.1 - SDK 10.7) Support
      [not loaded] com.fortinet.fct.kext.fctapnke (1 - SDK 10.7) Support
      [loaded] com.fortinet.fct.kext.fctwfnke (1.0 - SDK 10.7) Support
      [not loaded] com.fortinet.kext.fctrouternke (1 - SDK 10.7) Support
      [not loaded] nl.bjaelectronics.driver.PL2303 (1.0.0d1) Support
    Startup Items:
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      HWNetMgr: Path: /Library/StartupItems/HWNetMgr
      HWPortDetect: Path: /Library/StartupItems/HWPortDetect
      StartOuc: Path: /Library/StartupItems/StartOuc
      wpa_supplicant_srv: Path: /Library/StartupItems/wpa_supplicant_srv
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.fortinet.forticlient.appfw.plist Support
      [running] com.fortinet.forticlient.epctrl.plist Support
      [running] com.fortinet.forticlient.fmon.plist Support
      [running] com.fortinet.forticlient.servctl.plist Support
      [loaded] com.fortinet.forticlient.vpn.plist Support
      [running] com.fortinet.forticlient.wf.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
      [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
      [running] com.spotify.webhelper.plist Support
    User Login Items:
      Dropbox
      Emil
      NIHardwareAgent
      FortiClientAgent
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.1.0 Support
      Silverlight: Version: 4.1.10329.0 Support
      iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Citrix online plug-in  Support
      Flash Player  Support
      Native Instruments USB Audio  Support
    Time Machine:
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 148.25 GB Disk used: 123.36 GB
      Destinations:
      IOMEGA [Local] (Last used)
      Total size: 0 B
      Total number of backups: (null)
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 123.36 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          4% mds
          4% WindowServer
          3% Mail
          3% backupd
          1% mdworker
    Top Processes by Memory:
      98 MB com.apple.IconServicesAgent
      82 MB Dropbox
      74 MB Mail
      41 MB WindowServer
      41 MB Dock
    Virtual Memory Information:
      5.66 GB Free RAM
      1.17 GB Active RAM
      346 MB Inactive RAM
      603 MB Wired RAM
      318 MB Page-ins
      0 B Page-outs

Maybe you are looking for

  • Should I return my new MacBook Pro?  Creative Suite CS and CS2 do not work?

    I am soooooooooooooooo ******!!!!!!!! I just purched the top of the line MacBook Pro and learned that the Adobe Creative Suite products do not work on this machine. I contacted Adobe and they said they will not have an update until they release the n

  • Material Forecast

    In Material Forecast what is the Basic Value? How is it calculated in the system for a constant Model selection for forecasting?

  • MacBook Pro will not finsih booting up after Yosemite upgrade

    I upgraded my 2013 MacBook Pro to Yosemite last night, but I encountered a problem when I tried booting up this morning. Whenever I turn my MacBook on, the progress bar slowly begins to load, and then it disappears and I see a grey circle with a slas

  • Sale to SEZ,EOU,Duty Exemption zone

    Hi I am configuring pricing procedure determination and Pricing procedure for following customers How To Handel sale to 1) Customer lying in Special Excise Duty Exemption zone(customers are not applicable for Excise duty) 2)Export Oriented Units(EOU)

  • 7.1 MIDI Setup

    I'm not able to select 7.1 Surround option in MIDI setup window. I'm on OS X 10.5.2 Connected my 7.1 speakers to iMac using Griffin FireWave. When I go to MIDI setup, I only get an option to select 5.1 surround. Is this because FireWave only supports