Crash in javaw

For my application, I want only one instance to be active at once. I use this Win32 method to do it:
JNIEXPORT void JNICALL Java_Server_multipleInstanceBlocker
(JNIEnv * env, jobject objThis, jstring instanceName)
char* mutexInstanceName = (char*)env->GetStringUTFChars(instanceName, 0);
HANDLE mutex = CreateMutex(NULL,true,mutexInstanceName);
if ( GetLastError() == ERROR_ALREADY_EXISTS )
String msg;
msg = "An instance of ";
msg += mutexInstanceName;
msg += " is running!\n\nCheck the task bar for ";
msg += "the icon!";
MessageBox(NULL, msg, "WARNING",MB_OK | MB_ICONWARNING);
exit( 0 );
It crashes when the application is run the second time. The MessageBox dissapears and an error message box appears saying that
Javaw has caused an error in MSVCRT.DLL.
Javaw will now close.
What does that mean?

This is the crash report given by the jvm
For some strange reason, if i use java and not javaw, it never crashes...
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7800d77a, pid=-771569, tid=4294303003
# Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode)
# Problematic frame:
# C [MSVCRT.DLL+0xd77a]
--------------- T H R E A D ---------------
Current thread (0x006b9380): JavaThread "AWT-Shutdown" [_thread_in_native, id=-664293]
siginfo: ExceptionCode=0xc0000005, writing address 0x63d5216d
Registers:
EAX=0x00590078, EBX=0x0069000c, ECX=0x63692025, EDX=0x006c014c
ESP=0x0b3bf4c0, EBP=0x0b3bf4e0, ESI=0x0000003f, EDI=0x006c100c
EIP=0x7800d77a, EFLAGS=0x00010202
Top of Stack: (sp=0x0b3bf4c0)
0x0b3bf4c0: 00000038 00000040 00000000 819d6c3c
0x0b3bf4d0: 00000040 005909cc 63692025 00000004
0x0b3bf4e0: 0b3bf520 7800cfd8 0069000c 005f0a80
0x0b3bf4f0: 00000000 006a3540 0b3bf53c 0000001e
0x0b3bf500: 00000000 00000038 0b3bf53c 0b3bf2f0
0x0b3bf510: 0b3bfa48 7800f56a 780333a8 00000000
0x0b3bf520: 0b3bf560 6d637a75 00000001 00000040
0x0b3bf530: 006a3540 005f0a80 00000000 04034b50
Instructions: (pc=0x7800d77a)
0x7800d76a: 8b 4d fc 09 7c 88 44 8b 4d f8 85 c9 74 06 89 0a
0x7800d77a: 89 4c 11 fc 8b 75 f0 03 d1 8d 4e 01 89 0a 89 4c
Stack: [0x0b370000,0x0b3d0000), sp=0x0b3bf4c0, free space=317k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [MSVCRT.DLL+0xd77a]
C [MSVCRT.DLL+0xcfd8]
C [ZIP.DLL+0x7a75]
C [ZIP.DLL+0x78e2]
C [ZIP.DLL+0x7f3e]
V [JVM.DLL+0x4d5f3]
V [JVM.DLL+0xf3d29]
V [JVM.DLL+0xf3668]
V [JVM.DLL+0xf3152]
V [JVM.DLL+0xf305e]
V [JVM.DLL+0x5fdfd]
V [JVM.DLL+0x7d113]
j java.util.Hashtable.values()Ljava/util/Collection;+8
j sun.awt.AppContext.getAppContexts()Ljava/util/Set;+29
j sun.awt.AppContext.stopEventDispatchThreads()V+0
j sun.awt.AWTAutoShutdown.run()V+155
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
V [JVM.DLL+0x82696]
V [JVM.DLL+0xd6fd9]
V [JVM.DLL+0x82567]
V [JVM.DLL+0x822c4]
V [JVM.DLL+0x9d216]
V [JVM.DLL+0x101489]
V [JVM.DLL+0x101457]
C [MSVCRT.DLL+0x248d]
C [KERNEL32.DLL+0x19391]
C [KERNEL32.DLL+0x16e3a]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j java.util.Hashtable.values()Ljava/util/Collection;+8
j sun.awt.AppContext.getAppContexts()Ljava/util/Set;+29
j sun.awt.AppContext.stopEventDispatchThreads()V+0
j sun.awt.AWTAutoShutdown.run()V+155
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x006c0a40 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=-665813]
0x006bae80 JavaThread "AWT-Windows" daemon [_thread_in_native, id=-664681]
=>0x006b9380 JavaThread "AWT-Shutdown" [_thread_in_native, id=-664293]
0x006b83f0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=-663825]
0x006af800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-720141]
0x006aec10 JavaThread "CompilerThread0" daemon [_thread_blocked, id=-719801]
0x006ada30 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-718389]
0x006ace80 JavaThread "Finalizer" daemon [_thread_blocked, id=-694933]
0x006abb80 JavaThread "Reference Handler" daemon [_thread_blocked, id=-694529]
0x006a2d10 JavaThread "main" [_thread_in_native, id=-771845]
Other Threads:
0x006aae10 VMThread [id=-694205]
0x006b1f50 WatcherThread [id=-720529]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 576K, used 474K [0x02c50000, 0x02cf0000, 0x03130000)
eden space 512K, 80% used [0x02c50000, 0x02cb6898, 0x02cd0000)
from space 64K, 100% used [0x02ce0000, 0x02cf0000, 0x02cf0000)
to space 64K, 0% used [0x02cd0000, 0x02cd0000, 0x02ce0000)
tenured generation total 1408K, used 194K [0x03130000, 0x03290000, 0x06c50000)
the space 1408K, 13% used [0x03130000, 0x03160a80, 0x03160c00, 0x03290000)
compacting perm gen total 8192K, used 5047K [0x06c50000, 0x07450000, 0x0ac50000)
the space 8192K, 61% used [0x06c50000, 0x0713dd58, 0x0713de00, 0x07450000)
No shared spaces configured.
Dynamic libraries:
0x6d1c0000 - 0x6d210000      C:\WINDOWS\DESKTOP\V-KEY\PROGRAMMING\JAVA\CHATROOM\SERVER\WIN32.DLL
0x65480000 - 0x654d0000      C:\WINDOWS\DESKTOP\V-KEY\PROGRAMMING\JAVA\CHATROOM\SERVER\TASKBAR.DLL
0x63700000 - 0x63752000      C:\WINDOWS\DESKTOP\V-KEY\PROGRAMMING\JAVA\CHATROOM\SERVER\ICON.DLL
0x10000000 - 0x10024000      C:\WINDOWS\SYSTEM\HOOK98.DLL
0x6d240000 - 0x6d27d000      C:\PROGRAM FILES\JAVA\JRE1.5.0_04\BIN\FONTMANAGER.DLL
0x56660000 - 0x56740000      C:\WINDOWS\SYSTEM\D3DIM700.DLL
0xbaaa0000 - 0xbab03000      C:\WINDOWS\SYSTEM\DDRAW.DLL
0xbfe70000 - 0xbfe75000      C:\WINDOWS\SYSTEM\NTDLL.DLL
0x6d000000 - 0x6d167000      C:\PROGRAM FILES\JAVA\JRE1.5.0_04\BIN\AWT.DLL
0x76570000 - 0x76576000      C:\WINDOWS\SYSTEM\RSRC32.DLL
0x7f2d0000 - 0x7f30d000      C:\PROGRAM FILES\JAVA\JRE1.5.0_04\BIN\UNICOWS.DLL
0x7e480000 - 0x7e491000      C:\WINDOWS\SYSTEM\AVICAP32.DLL
0x77ee0000 - 0x77f04000      C:\WINDOWS\SYSTEM\MSVFW32.DLL
0xbfdc0000 - 0xbfdc5000      C:\WINDOWS\SYSTEM\WOW32.DLL
0x7d190000 - 0x7d196000      C:\WINDOWS\SYSTEM\DCIMAN32.DLL
0x7fe50000 - 0x7fe76000      C:\WINDOWS\SYSTEM\OLEDLG.DLL
0x7fb50000 - 0x7fb95000      C:\WINDOWS\SYSTEM\MSVCRT20.DLL
0xbfe50000 - 0xbfe56000      C:\WINDOWS\SYSTEM\VERSION.DLL
0x7fe00000 - 0x7fe33000      C:\WINDOWS\SYSTEM\COMDLG32.DLL
0x7fbd0000 - 0x7fdfe000      C:\WINDOWS\SYSTEM\SHELL32.DLL
0xbfb70000 - 0xbfbf8000      C:\WINDOWS\SYSTEM\COMCTL32.DLL
0x70a70000 - 0x70ad6000      C:\WINDOWS\SYSTEM\SHLWAPI.DLL
0x7f160000 - 0x7f16e000      C:\WINDOWS\SYSTEM\MPR.DLL
0x7ff20000 - 0x7ffe2000      C:\WINDOWS\SYSTEM\OLE32.DLL
0xbfe00000 - 0xbfe04000      C:\WINDOWS\SYSTEM\IMM32.DLL
0x7fe40000 - 0x7fe49000      C:\WINDOWS\SYSTEM\WINSPOOL.DRV
0x6d630000 - 0x6d63f000      C:\PROGRAM FILES\JAVA\JRE1.5.0_04\BIN\ZIP.DLL
0x6d300000 - 0x6d31d000      C:\PROGRAM FILES\JAVA\JRE1.5.0_04\BIN\JAVA.DLL
0x6d610000 - 0x6d61c000      C:\PROGRAM FILES\JAVA\JRE1.5.0_04\BIN\VERIFY.DLL
0x6d280000 - 0x6d288000      C:\PROGRAM FILES\JAVA\JRE1.5.0_04\BIN\HPI.DLL
0x6d640000 - 0x6d7c9000      C:\PROGRAM FILES\JAVA\JRE1.5.0_04\BIN\CLIENT\JVM.DLL
0xbfdd0000 - 0xbfde0000      C:\WINDOWS\SYSTEM\WINMM.DLL
0x00400000 - 0x0040c000      C:\PROGRAM FILES\JAVA\JRE1.5.0_04\BIN\JAVAW.EXE
0x78000000 - 0x78046000      C:\WINDOWS\SYSTEM\MSVCRT.DLL
0xbff40000 - 0xbff51000      C:\WINDOWS\SYSTEM\USER32.DLL
0xbff10000 - 0xbff3a000      C:\WINDOWS\SYSTEM\GDI32.DLL
0xbfe60000 - 0xbfe70000      C:\WINDOWS\SYSTEM\ADVAPI32.DLL
0xbff60000 - 0xbffe3000      C:\WINDOWS\SYSTEM\KERNEL32.DLL
VM Arguments:
java_command: C:\WINDOWS\Desktop\V-Key\programming\java\Chatroom\server\Server.jar
Environment Variables:
PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\Program Files\Java\jdk1.5.0_04\bin;C:\DJGPP\BIN
--------------- S Y S T E M ---------------
OS: Windows Me Build 73010104
CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
Memory: 4k page, physical 261552k(10068k free), swap 1835596k(1637520k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0_04-b05) for windows-x86, built on Jun 3 2005 02:10:41 by "java_re" with MS VC++ 6.0

Similar Messages

  • Javaw.exe Crashing when reaching 141 MB

    Hello,
    I was running my java application and transferring a big file from C to Java.
    the file is about 136MB.
    I was also watching the javaw.exe in task manger.
    When javaw.exe reaches around 141MB it crashes and the following error occurs:
    #An unexpected error has been detected by Java Runtime Environment:
    # Internal Error (0xe06d7363), pid=1988, tid=5160
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
    # Problematic frame:
    # C [kernel32.dll+0x3fbae]
    # An error report file with more information is saved as:
    # C:\Users\username\WorkSpace\project\hs_err_pid1988.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.
    any help?

    You already have two threads going on this unnecessary topic. Locking this one.

  • Javaw.exe crashing

    We have a simple JNI call. We suspect that after the jni call returns something goes wrong and we get the windows XP crash dialog (telling us javaw.exe has crashed). Since we load and unload the DLL every time, we can keep using the program for a while but after that we get another message telling us some address cannot be read.
    In the C code we have a printf just before we return 0 in the native method (the one defined in the .h file autogenerated .h with javah). So our native code returns correctly before hanging. Where is the crash happening?
    The JVM does not crash, there is no error report. I'm clueless.

    The only change is that java.exe crashes instead of javaw.exe.
    I'm changing the C compiler. Maybe something changes if I use GCC.
    The weirdest part is The java application and the native DLL (which is loaded and unloaded every time it is used through a wrapper DLL) can be used many more times after the first crash message and before windows it finally sais there was an error reading some memory address.
    Something even weirder, if I use the app and close it normally before it crashes, when I start it again, it crashes at the first attempt to use it.

  • Can compile, javaw.exe crashes on run

    I am running Windows XP on a Dell Inspiron 9300, and whenever I try to run a java application, javaw.exe has to close and I get all the windows warnings.
    I am able to compile programs without any problem, but whenever I try to run, my computer freezes up for a few minutes, and then I get the close message again. Anyone know what I could do to fix this? I can give more information if necessary as well.

    The more detailed information, commands used, results, error messages, code that's involved, etc that you provide the more likely that someone here can provide assistance. Nothing can be done with the information provided so far.
    When you post, use formatting tags around code http://forum.java.sun.com/features.jsp#Formatting
    and cut 'n paste instead of retyping.

  • Java Control Panel wont open at all and any Java Applets crash web browsers

    Hello,
    I recently installed a fresh fully updated copy of Windows 7 Home Premium 64 bit, and I have not for the life of me been able to get Java working at all. Java version is the latest JRE 6U31. I only have Internet Explorer 9 installed but I doubt it is a browser issue since I cannot even open the Java control panel. I have tried using the 32 bit version of Java, and the 64 bit. Anytime I try to open the Java control panel with either 32 bit or 64 bit, I get an error message (click link below to view error message):
    http://i65.photobucket.com/albums/h204/gobigjeff/Java%20Error/javaerror.png
    I can only bring up the Java Control Panel using the command “javaws –viewer” . Anytime I try to load a web page with a Java applet in either 64 bit or 32 bit, it freezes and crashes. I am running Internet Explorer 9 and have tried both the 32 bit and 64 bit browser versions. I saw Java’s recommendation to only use the 32 bit version so I have mainly been trying to get the 32 bit version working 1st, with no success. I have tried ALL of the following steps, and have done some exhaustive research on this problem. It seems others have had this issue as well, with no solution to be found:
    •     Uninstalled and reinstalled only Java 32 bit JRE 6u31 multiple times (Used Javara and reg cleaner to remove all old Java traces)
    •     Uninstalled and reinstalled only Java 64 bit JRE 6u31 (Used Javara and reg cleaner to remove all old Java traces)
    •     Uninstalled and reinstalled bit JRE 7 (Used Javara and reg cleaner to remove all old Java traces)
    •     Used SFC /scannow in safe mode to verify Windows files
    •     Ran spyware and virus scan with no issues detected
    •     Added all java processes to windows firewall
    I am out of solutions here. If anyone has had this problem with Java or knows what I need to do to fix the problem your advice would be greatly appreciated. I don’t think reinstalling windows is the solution because this is a fresh install.
    Edited by: 918650 on Mar 4, 2012 1:16 PM

    I figured it out. I changed the installation folder to C:/Java and it finally worked!

  • Crashes when running Java Applets and trying to open Security System Preferences

    Browser crashes when trying to run Java Applets, I've tried 4 different browsers. This is the crash report.
    Process:         java [90472]
    Path:            /usr/bin/java
    Identifier:      com.apple.javajdk16.cmd
    Version:         1.0 (1.0)
    Code Type:       X86-64 (Native)
    Parent Process:  Google Chrome Helper EH [90460]
    Date/Time:       2012-02-17 15:04:44.693 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          9110 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  43908 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      DFA20D26-FD7E-4507-AAA9-EBF29199EC56
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  31  Java: Thread-11
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=00000000
    Java VM: Java HotSpot(TM) 64-Bit Server VM (20.4-b02-402 mixed mode macosx-amd64)
    Current thread (102a13000):  JavaThread "Thread-11" daemon [_thread_in_Java, id=607662080, stack(124283000,124383000)]
    Stack: [124283000,124383000]
    Java Threads: ( => current thread )
      126525000 JavaThread "Thread-26" daemon [_thread_blocked, id=878407680, stack(1344b7000,1345b7000)]
      126524000 JavaThread "Thread-25" daemon [_thread_in_native, id=877346816, stack(1343b4000,1344b4000)]
      102f20800 JavaThread "Thread-21" daemon [_thread_blocked, id=636690432, stack(125e32000,125f32000)]
      102b96000 JavaThread "Thread-20" daemon [_thread_in_native, id=550666240, stack(120ca8000,120d28000)]
      102b95000 JavaThread "Thread-19" daemon [_thread_blocked, id=632483840, stack(125a2f000,125b2f000)]
      1261e6000 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=591368192, stack(1232f9000,1233f9000)]
      10191b800 JavaThread "Thread-15" daemon [_thread_blocked, id=611905536, stack(12468f000,12478f000)]
      1029c7800 JavaThread "Thread-14" daemon [_thread_blocked, id=610844672, stack(12458c000,12468c000)]
      102b11000 JavaThread "Thread-13" daemon [_thread_blocked, id=609783808, stack(124489000,124589000)]
      101929000 JavaThread "Thread-12" daemon [_thread_blocked, id=608722944, stack(124386000,124486000)]
    =>102a13000 JavaThread "Thread-11" daemon [_thread_in_Java, id=607662080, stack(124283000,124383000)]
      1029d2000 JavaThread "Poller SunPKCS11-Darwin" daemon [_thread_blocked, id=541855744, stack(1203c1000,1204c1000)]
      101a43800 JavaThread "thread applet-Rs2Applet.class-1" [_thread_blocked, id=534294528, stack(11fc8b000,11fd8b000)]
      102a07800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=527765504, stack(11f651000,11f751000)]
      102878000 JavaThread "JVM[id=0]-Heartbeat" daemon [_thread_blocked, id=490639360, stack(11d2e9000,11d3e9000)]
      101943000 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=494882816, stack(11d6f5000,11d7f5000)]
      102933000 JavaThread "Applet 1 LiveConnect Worker Thread" [_thread_blocked, id=466014208, stack(11bb6d000,11bc6d000)]
      101933800 JavaThread "Browser Side Object Cleanup Thread" [_thread_blocked, id=191471616, stack(10b59a000,10b69a000)]
      101944000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=493821952, stack(11d5f2000,11d6f2000)]
      1029ae800 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=492761088, stack(11d4ef000,11d5ef000)]
      102a04800 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=491700224, stack(11d3ec000,11d4ec000)]
      102b2e000 JavaThread "SysExecutionTheadCreator" daemon [_thread_blocked, id=489578496, stack(11d1e6000,11d2e6000)]
      1018e6800 JavaThread "Java Plug-In Pipe Worker Thread (Client-Side)" daemon [_thread_in_native, id=464945152, stack(11ba68000,11bb68000)]
      101a46800 JavaThread "AWT-Shutdown" [_thread_blocked, id=463884288, stack(11b965000,11ba65000)]
      101934800 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=1896107200, stack(7fff5f400000,7fff5fc00000)]
      101933000 JavaThread "Timer-0" [_thread_blocked, id=190410752, stack(10b497000,10b597000)]
      1018cd000 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=188145664, stack(10b26e000,10b36e000)]
      102853000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=172019712, stack(10a30d000,10a40d000)]
      102852800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=170958848, stack(10a20a000,10a30a000)]
      102851800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=169897984, stack(10a107000,10a207000)]
      102851000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=168837120, stack(10a004000,10a104000)]
      102850000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=167776256, stack(109f01000,10a001000)]
      102842800 JavaThread "Finalizer" daemon [_thread_blocked, id=162287616, stack(1099c5000,109ac5000)]
      102841800 JavaThread "Reference Handler" daemon [_thread_blocked, id=161226752, stack(1098c2000,1099c2000)]
      101801000 JavaThread "main" [_thread_blocked, id=5246976, stack(100401000,100501000)]
    Other Threads:
      10283d000 VMThread [stack: 1097bf000,1098bf000] [id=160165888]
      10285d000 WatcherThread [stack: 10a410000,10a510000] [id=173080576]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 19136K, used 9943K [7eae00000, 7ec2c0000, 7ece00000)
      eden space 17024K,  46% used [7eae00000, 7eb5a5ec8, 7ebea0000)
      from space 2112K, 100% used [7ec0b0000, 7ec2c0000, 7ec2c0000)
      to   space 2112K,   0% used [7ebea0000, 7ebea0000, 7ec0b0000)
    concurrent mark-sweep generation total 144152K, used 110056K [7ece00000, 7f5ac6000, 7fae00000)
    concurrent-mark-sweep perm gen total 62268K, used 37524K [7fae00000, 7feacf000, 800000000)
    Code Cache  [103801000, 104192000, 106801000)
    total_blobs=2217 nmethods=1445 adapters=734 free_code_cache=40529280 largest_free_block=47360
    Virtual Machine Arguments:
    JVM Args: -D__jvm_launched=1329508711033330 -Xbootclasspath/a:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy. bundle/Contents/Resources/Java/deploy.jar:/System/Library/Frameworks/JavaVM.fram ework/Resources/Deploy.bundle/Contents/Resources/Java/javaws.jar:/System/Library /Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Resources/Java/plu gin.jar -Djava.applet.host=world8.runescape.com -Dapple.awt.UIElement=true -Dsun.awt.warmup=true -Xmx256m -Xss1m -Xincgc -XX:+UseConcMarkSweepGC -Dsun.java2d.noddraw=true
    Java Command: sun.plugin2.main.client.PluginMain write_pipe_name=/var/folders/Aa/Aa4dzX7xHJmbzy55DpvyiE+++TI/-Tmp-/.java.deploy. 90460.994108354874315847
    Launcher Type: SUN_STANDARD
    Physical Memory: Page Size = 4k, Total = 3840M, Free = 774M
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff864f2902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff864f1d8f CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox                     0x00007fff857827ee RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox                     0x00007fff857825f3 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                     0x00007fff857824ac BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                        0x00007fff85ae6eb2 _DPSNextEvent + 708
    8   com.apple.AppKit                        0x00007fff85ae6801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   libawt.jnilib                           0x000000010b6f1f0d -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
    10  com.apple.AppKit                        0x00007fff85aac68f -[NSApplication run] + 395
    11  libawt.jnilib                           0x000000010b69e19c +[AWTStarter startAWT:] + 1495
    12  libawt.jnilib                           0x000000010b69db16 -[CPerformer perform] + 93
    13  com.apple.Foundation                    0x00007fff8357745f __NSThreadPerformPerform + 219
    14  com.apple.CoreFoundation                0x00007fff864f43d1 __CFRunLoopDoSources0 + 1361
    15  com.apple.CoreFoundation                0x00007fff864f25c9 __CFRunLoopRun + 873
    16  com.apple.CoreFoundation                0x00007fff864f1d8f CFRunLoopRunSpecific + 575
    17  java                                    0x000000010000483f 0x100000000 + 18495
    18  java                                    0x0000000100004296 0x100000000 + 17046
    19  java                                    0x0000000100001a94 0x100000000 + 6804
    Thread 1:
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x000000010380685a 0 + 4353714266
    13  ???                                     0x000000010380685a 0 + 4353714266
    14  ???                                     0x0000000103801438 0 + 4353692728
    15  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    16  libclient64.dylib                       0x00000001010a4f16 JVM_Lseek + 192613
    17  libclient64.dylib                       0x00000001010c8e0e JVM_FindLoadedClass + 3186
    18  libclient64.dylib                       0x00000001010c8cb6 JVM_FindLoadedClass + 2842
    19  java                                    0x0000000100002cef 0x100000000 + 11503
    20  java                                    0x000000010000323c 0x100000000 + 12860
    21  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    22  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 2:  Java: Exception Handler Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libSystem.B.dylib                       0x00007fff8864aa17 mach_msg_server + 468
    3   libclient64.dylib                       0x000000010100e7cb jio_snprintf + 41425
    4   libclient64.dylib                       0x000000010100e683 jio_snprintf + 41097
    5   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    6   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 3:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x0000000101025fa4 jio_vsnprintf + 312
    8   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    9   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 4:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x0000000101025fa4 jio_vsnprintf + 312
    8   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    9   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 5:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x0000000101302097 JVM_Timeout + 883428
    8   libclient64.dylib                       0x000000010122803c JVM_Yield + 40397
    9   libclient64.dylib                       0x000000010122783d JVM_Yield + 38350
    10  libclient64.dylib                       0x00000001012277af JVM_Yield + 38208
    11  libclient64.dylib                       0x000000010122764e JVM_Yield + 37855
    12  libclient64.dylib                       0x00000001012273eb JVM_Yield + 37244
    13  libclient64.dylib                       0x000000010121edca JVM_Yield + 2907
    14  libclient64.dylib                       0x000000010102c3dc jio_vsnprintf + 25968
    15  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    16  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    17  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 6:  Java: VM Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d995 jio_snprintf + 37787
    3   libclient64.dylib                       0x000000010102c54a jio_vsnprintf + 26334
    4   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    5   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    6   libclient64.dylib                       0x00000001010a3f8f JVM_Lseek + 188638
    7   libclient64.dylib                       0x00000001010a3cdf JVM_Lseek + 187950
    8   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    9   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 7:  Java: Reference Handler
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x00000001039622d4 0 + 4355138260
    10  ???                                     0x0000000103801438 0 + 4353692728
    11  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    12  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    13  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    14  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    15  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    16  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    17  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    18  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    19  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 8:  Java: Finalizer
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 9:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff885e6c0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff885e8add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff885e87b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff885e82de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff885e7c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff885e7aa5 start_wqthread + 13
    Thread 10:  Java: Surrogate Locker Thread (Concurrent GC)
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d10a jio_snprintf + 35600
    7   libclient64.dylib                       0x00000001010c2261 JVM_IsPrimitiveClass + 6521
    8   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    9   libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    10  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    11  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    12  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 11:  Java: Signal Dispatcher
    0   libSystem.B.dylib                       0x00007fff885cddb6 semaphore_wait_trap + 10
    1   libclient64.dylib                       0x00000001010c2aa3 JVM_IsPrimitiveClass + 8635
    2   libclient64.dylib                       0x00000001010c252a JVM_IsPrimitiveClass + 7234
    3   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    4   libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    5   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    6   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 12:  Java: C2 CompilerThread0
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d10a jio_snprintf + 35600
    7   libclient64.dylib                       0x00000001010c9319 JVM_Write + 346
    8   libclient64.dylib                       0x00000001010c3913 JVM_IsPrimitiveClass + 12331
    9   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    10  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    11  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    12  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    13  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 13:  Java: C2 CompilerThread1
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d10a jio_snprintf + 35600
    7   libclient64.dylib                       0x00000001010c9319 JVM_Write + 346
    8   libclient64.dylib                       0x00000001010c3913 JVM_IsPrimitiveClass + 12331
    9   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    10  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    11  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    12  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    13  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 14:  Java: Low Memory Detector
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x00000001010c5318 JVM_IsPrimitiveClass + 18992
    8   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    9   libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    10  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    11  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    12  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 15:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d995 jio_snprintf + 37787
    3   libclient64.dylib                       0x00000001011afc26 JVM_GetClassInterfaces + 11348
    4   libclient64.dylib                       0x00000001010c73a7 JVM_IsPrimitiveClass + 27327
    5   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    6   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 16:  Java: traceMsgQueueThread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103806d34 0 + 4353715508
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 17:  Java: Timer-0
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x000000010380685a 0 + 4353714266
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 18:  Java: AWT-Shutdown
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103806d34 0 + 4353715508
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 19:  Java: Java Plug-In Pipe Worker Thread (Client-Side)
    0   libSystem.B.dylib                       0x00007fff885d8466 read + 10
    1   libdeploy.jnilib                        0x0000000109d4d5d9 Java_com_sun_deploy_net_socket_UnixSocketImpl_unStreamSocketRead + 140
    2   ???                                     0x0000000103811d6e 0 + 4353760622
    3   ???                                     0x000000010380696e 0 + 4353714542
    4   ???                                     0x000000010380696e 0 + 4353714542
    5   ???                                     0x000000010380696e 0 + 4353714542
    6   ???                                     0x000000010380696e 0 + 4353714542
    7   ???                                     0x000000010386d2b4 0 + 4354134708
    8   ???                                     0xfda21644ff67b8d7 0 + 18276194723421468887
    Thread 20:  Java: SysExecutionTheadCreator
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103801438 0 + 4353692728
    12  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    13  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    14  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    15  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    16  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    17  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    18  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    19  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    20  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 21:  Java: CacheMemoryCleanUpThread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 22:  Java: CacheCleanUpThread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103801438 0 + 4353692728
    12  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    13  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    14  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    15  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    16  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    17  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    18  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    19  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    20  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 23:  Java: AWT-EventQueue-0
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x0000000103aaac60 0 + 4356484192
    Thread 24:  Java: Browser Side Object Cleanup Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 25:  Java: Applet 1 LiveConnect Worker Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103806d34 0 + 4353715508
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 26:  Java: AWT-EventQueue-2
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x0000000103aaac60 0 + 4356484192
    Thread 27:  Java: JVM[id=0]-Heartbeat
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d995 jio_snprintf + 37787
    3   libclient64.dylib                       0x000000010102c54a jio_vsnprintf + 26334
    4   libclient64.dylib                       0x00000001010b25a1 JVM_MonitorWait + 4011
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 28:  Java: Java2D Disposer
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_m

    Did you get this fixed? I have had this error everytime I try to access my bank, inventory, and ither things. Please help.

  • JRE crash when printing

    I have an application that was written in Java 1.3 and prints successfully on a number of installation networks. On one site, whenever I print the JRE crashes. They use version java 1.5 which I have tested on my development system and have printed ok. I have attached the error log and any help in interpreting it would be greatly appreciated
    Thanks
    Bernard
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0c4110a6, pid=3360, tid=2528
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
    # Problematic frame:
    # C [CPC10S.DLL+0x110a6]
    --------------- T H R E A D ---------------
    Current thread (0x02c8dbc0): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2528]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000a
    Registers:
    EAX=0x00000000, EBX=0x02fbf130, ECX=0x000c65d8, EDX=0x035e3118
    ESP=0x02fbe88c, EBP=0x02fbe890, ESI=0x000c65d8, EDI=0x00000000
    EIP=0x0c4110a6, EFLAGS=0x00010206
    Top of Stack: (sp=0x02fbe88c)
    0x02fbe88c: 0c41108f 02fbe8d0 71b725a5 035e3118
    0x02fbe89c: 000c65d8 00000003 77c84948 035e3118
    0x02fbe8ac: 00000001 02fbf130 000bed28 00000000
    0x02fbe8bc: 00000001 00000000 00000001 00000000
    0x02fbe8cc: 00000000 02fbf120 77d6e115 00000000
    0x02fbe8dc: 02fbe8e8 00000004 00000000 00000000
    0x02fbe8ec: 00000000 00000000 00000000 00000000
    0x02fbe8fc: 00000000 00000000 00000000 00000000
    Instructions: (pc=0x0c4110a6)
    0x0c411096: 75 0c 85 f6 75 04 33 c0 eb 43 8b 86 d4 00 00 00
    0x0c4110a6: 8b 48 0a 8b 40 0e 57 ff b6 48 01 00 00 50 51 ff
    Stack: [0x02f80000,0x02fc0000), sp=0x02fbe88c, free space=250k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [CPC10S.DLL+0x110a6]
    C [Cnp50M_D6E80.DLL+0x725a5]
    C [USER32.dll+0x2e115]
    C [ntdll.dll+0x25da3]
    C [awt.dll+0xdb0df]
    j sun.awt.windows.WPrinterJob._startDoc(Ljava/lang/String;)V+0
    j sun.awt.windows.WPrinterJob.startDoc()V+5
    j sun.print.RasterPrinterJob.print(Ljavax/print/attribute/PrintRequestAttributeSet;)V+251
    j sun.print.RasterPrinterJob.print()V+5
    j coriolis1_1b.ProdDatIn2Prime.jButton31_actionPerformed(Ljava/awt/event/ActionEvent;)V+45
    j coriolis1_1b.ProdDatIn2Prime$81.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
    j javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
    j javax.swing.DefaultButtonModel.setPressed(Z)V+117
    j javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
    j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
    j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    J java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V
    J java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V
    J java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    J java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
    J java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z
    J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    J java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
    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+0x845a9]
    V [jvm.dll+0xd9317]
    V [jvm.dll+0x8447a]
    V [jvm.dll+0x841d7]
    V [jvm.dll+0x9ed69]
    V [jvm.dll+0x109fe3]
    V [jvm.dll+0x109fb1]
    C [MSVCRT.dll+0x27fb8]
    C [kernel32.dll+0x1d33b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.awt.windows.WPrinterJob._startDoc(Ljava/lang/String;)V+0
    j sun.awt.windows.WPrinterJob.startDoc()V+5
    j sun.print.RasterPrinterJob.print(Ljavax/print/attribute/PrintRequestAttributeSet;)V+251
    j sun.print.RasterPrinterJob.print()V+5
    j coriolis1_1b.ProdDatIn2Prime.jButton31_actionPerformed(Ljava/awt/event/ActionEvent;)V+45
    j coriolis1_1b.ProdDatIn2Prime$81.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
    j javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
    j javax.swing.DefaultButtonModel.setPressed(Z)V+117
    j javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
    j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
    j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    J java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V
    J java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V
    J java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    J java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
    J java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z
    J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    J java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V
    J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
    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 )
    0x02ca1de8 JavaThread "TimerQueue" daemon [_thread_blocked, id=532]
    0x00356170 JavaThread "DestroyJavaVM" [_thread_blocked, id=3724]
    =>0x02c8dbc0 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2528]
    0x00a3f720 JavaThread "AWT-Shutdown" [_thread_blocked, id=3960]
    0x02c4d370 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1512]
    0x00a3fc30 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3408]
    0x009f8c90 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2960]
    0x009f7860 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3588]
    0x009f6af0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3328]
    0x0035fc70 JavaThread "Finalizer" daemon [_thread_blocked, id=2816]
    0x009f1aa0 JavaThread "Reference Handler" daemon [_thread_blocked, id=3492]
    Other Threads:
    0x009efdf8 VMThread [id=3416]
    0x009f9ea8 WatcherThread [id=3864]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 245K [0x22a60000, 0x22b00000, 0x22f40000)
    eden space 512K, 35% used [0x22a60000, 0x22a8d7f8, 0x22ae0000)
    from space 64K, 100% used [0x22af0000, 0x22b00000, 0x22b00000)
    to space 64K, 0% used [0x22ae0000, 0x22ae0000, 0x22af0000)
    tenured generation total 7244K, used 5730K [0x22f40000, 0x23653000, 0x26a60000)
    the space 7244K, 79% used [0x22f40000, 0x234d88b0, 0x234d8a00, 0x23653000)
    compacting perm gen total 8192K, used 4601K [0x26a60000, 0x27260000, 0x2aa60000)
    the space 8192K, 56% used [0x26a60000, 0x26ede6d8, 0x26ede800, 0x27260000)
    ro space 8192K, 63% used [0x2aa60000, 0x2af6b178, 0x2af6b200, 0x2b260000)
    rw space 12288K, 46% used [0x2b260000, 0x2b7f9fa8, 0x2b7fa000, 0x2be60000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jre1.5.0_06\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
    0x6d670000 - 0x6d804000      C:\Program Files\Java\jre1.5.0_06\bin\client\jvm.dll
    0x76b40000 - 0x76b6c000      C:\WINDOWS\System32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_06\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\System32\PSAPI.DLL
    0x6d640000 - 0x6d64c000      C:\Program Files\Java\jre1.5.0_06\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_06\bin\java.dll
    0x6d660000 - 0x6d66f000      C:\Program Files\Java\jre1.5.0_06\bin\zip.dll
    0x6d000000 - 0x6d167000      C:\Program Files\Java\jre1.5.0_06\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763ac000      C:\WINDOWS\System32\IMM32.dll
    0x771b0000 - 0x772d1000      C:\WINDOWS\system32\ole32.dll
    0x51000000 - 0x51047000      C:\WINDOWS\System32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x5c000000 - 0x5c0c8000      C:\WINDOWS\System32\D3DIM700.DLL
    0x74720000 - 0x74764000      C:\WINDOWS\System32\MSCTF.dll
    0x773d0000 - 0x77bc2000      C:\WINDOWS\system32\shell32.dll
    0x63180000 - 0x631e5000      C:\WINDOWS\system32\SHLWAPI.dll
    0x71950000 - 0x71a34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x77340000 - 0x773cb000      C:\WINDOWS\system32\comctl32.dll
    0x6d240000 - 0x6d27d000      C:\Program Files\Java\jre1.5.0_06\bin\fontmanager.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_06\bin\net.dll
    0x71ab0000 - 0x71ac4000      C:\WINDOWS\System32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\System32\WS2HELP.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_06\bin\nio.dll
    0x71a50000 - 0x71a8b000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f45000      C:\WINDOWS\System32\DNSAPI.dll
    0x76fb0000 - 0x76fb7000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc5000      C:\WINDOWS\System32\rasadhlp.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d1c0000 - 0x6d1e3000      C:\Program Files\Java\jre1.5.0_06\bin\dcpr.dll
    0x763b0000 - 0x763f5000      C:\WINDOWS\system32\COMDLG32.DLL
    0x6a900000 - 0x6ab38000      C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\Cnp50MUI_D6E80.DLL
    0x77c00000 - 0x77c07000      C:\WINDOWS\system32\VERSION.dll
    0x71b00000 - 0x71c2f000      C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\Cnp50M_D6E80.DLL
    0x73b30000 - 0x73b43000      C:\WINDOWS\System32\mscms.dll
    0x0c0d0000 - 0x0c2e3000      C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\CNP50809_D6E80.DLL
    0x0c400000 - 0x0c454000      C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\CPC10S.DLL
    0x0c8c0000 - 0x0ca4a000      C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\CNS30MUI_D08E4.DLL
    0x0cb80000 - 0x0cc7a000      C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\CNS30M_D08E4.DLL
    0x77120000 - 0x771ab000      C:\WINDOWS\system32\OLEAUT32.dll
    VM Arguments:
    java_command: C:\Documents and Settings\shererg\Desktop\MARSDEN.jar
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=.;C:\Program Files\QuickTime\QTSystem\QTJava.zip
    PATH=C:\Program Files\Compaq\Compaq Management Agents\Dmi\Win32\Bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\
    USERNAME=shererg
    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 1
    CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 253424k(14356k free), swap 620284k(341968k 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 am having the same issue when I print to file. It's worked great thousands of times and just today LR crashes!
    Anyone know a fix?
    LR 2.5, Mac G5 2ghz dual 2gig ram OS 10.4.11
    Thanks!
    T

  • JVM crash when adding method to class

    Hello,
    I am getting some kind of problem with the virtual machine. The JVM crashes when making a class (with new). It happened when I was adding some functionality to the class, I worked my way backwards and discovered it crashes when I add any new methods, if I comment them out again everything works, adding a method by any name causes to crash.
    I went in debug to find out where it was happening, and it happens on this line:
    public PerspectiveActionToolBarHeader createPerspectiveActionToolBarHeader() {
         PerspectiveActionToolBarHeader ret = null;
         ret = new PerspectiveActionToolBarHeader(this); // << here
         return ret;
    }The PerspectiveActionToolBarHeader is the class where adding methods causes it to fail. For example, it has the method
    public Container getContainer() {
         return this;
    }and works, but if I add:
    public void anything(){} it causes a crash on the new PerspectiveActionToolBarHeader(this);
    When stepped into with the debugger it goes to the (source not found) ClassNotFoundException and eventually before the crash the (stack?) looks like this:
    Launcher$AppClassLoader(ClassLoader).loadClass(String) line: not available     
    MaldiSoftwareOptionsUIEnsemble(PerspectiveUIEnsemble).createPerspectiveActionToolBarHeader() line: 72
    and the debugger describes the class just before the crash:
    Launcher$AppClassLoader (id=44)     
    arg0     "saiman.uiobjnew.PerspectiveToolBarButton" (id=51) << has just changed
    and the log file (not sure how much to copy here!):
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x005c0001, pid=15504, tid=20112
    # JRE version: 6.0_24-b07
    # Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode windows-x86 )
    # Problematic frame:
    # C 0x005c0001
    # 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 (0x011ca000): JavaThread "main" [_thread_in_vm, id=20112, stack(0x01140000,0x01190000)]
    siginfo: ExceptionCode=0xc000001d
    Registers:
    EAX=0x13e13248, EBX=0x6da0daa8, ECX=0x13e13250, EDX=0x13e131f8
    ESP=0x0118f93c, EBP=0x0118f9a0, ESI=0x011ca9b0, EDI=0x011ca9ac
    EIP=0x005c0001, EFLAGS=0x00010206
    Register to memory mapping:
    EAX=0x13e13248
    {method}
    - klass: {other class}
    EBX=0x6da0daa8
    0x6da0daa8 is pointing to unknown location
    ECX=0x13e13250
    {method}
    - klass: {other class}
    EDX=0x13e131f8
    {constMethod}
    - klass: {other class}
    - method: 0x13e13248 {method} 'flipVisible' '(I)V' in 'saiman/uiobjnew/PerspectiveActionToolBarHeader'
    - exceptions: 0x13bf11e8
    ESP=0x0118f93c
    0x0118f93c is pointing into the stack for thread: 0x011ca000
    "main" prio=6 tid=0x011ca000 nid=0x4e90 runnable [0x0118f000]
    java.lang.Thread.State: RUNNABLE
    EBP=0x0118f9a0
    0x0118f9a0 is pointing into the stack for thread: 0x011ca000
    "main" prio=6 tid=0x011ca000 nid=0x4e90 runnable [0x0118f000]
    java.lang.Thread.State: RUNNABLE
    ESI=0x011ca9b0
    0x011ca9b0 is pointing to unknown location
    EDI=0x011ca9ac
    0x011ca9ac is pointing to unknown location
    Top of Stack: (sp=0x0118f93c)
    0x0118f93c: 6d94272d 011ca370 13e17d40 011ca000
    0x0118f94c: 011ca000 01a30950 011ca748 011ca9b4
    0x0118f95c: 011cab3c 0118fb28 011c6748 011ca348
    0x0118f96c: 011ca370 011ca73c 6da0daa8 011ca350
    0x0118f97c: 011ca370 0118f9cc 011ca9a8 0118f9c8
    0x0118f98c: 011ca788 011ca370 011ca9b0 011ca000
    0x0118f99c: 13e17d40 0118f9cc 6d943009 00000910
    0x0118f9ac: 011ca9ac 00000001 011ca000 011ca000
    Instructions: (pc=0x005c0001)
    0x005bfff1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff
    0x005c0001: ff ff 7f 00 00 00 00 00 00 00 00 ff ff ff ff 00
    Stack: [0x01140000,0x01190000], sp=0x0118f93c, free space=318k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x005c0001
    V [jvm.dll+0x153009]
    V [jvm.dll+0xdecdb]
    V [jvm.dll+0xe1887]
    V [jvm.dll+0xe1c46]
    V [jvm.dll+0xec09a]
    j saiman.uiobjnew.PerspectiveUIEnsemble.createPerspectiveActionToolBarHeader()Lsaiman/uiobjnew/PerspectiveActionToolBarHeader;+2
    j saiman.mv.ModelViewPerspectiveUIEnsemble.createPerspectiveActionToolBarHeader()Lsaiman/uiobjnew/PerspectiveActionToolBarHeader;+1
    j saiman.uiobjnew.PerspectiveUIEnsemble.addButtons()V+1
    j saiman.uiobjnew.PerspectiveUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+21
    j saiman.mv.ModelViewPerspectiveUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.uiobjnew.SoftwareOptionsUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.wmaldi.MaldiSoftwareOptionsUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.newuiimpl.MassSpectrumMainFrameImpl.main([Ljava/lang/String;)V+173
    v ~StubRoutines::call_stub
    V [jvm.dll+0xf0ab9]
    V [jvm.dll+0x1837d1]
    V [jvm.dll+0xf0b3d]
    V [jvm.dll+0xfa0d6]
    V [jvm.dll+0x101cde]
    C [javaw.exe+0x2155]
    C [javaw.exe+0x8614]
    C [kernel32.dll+0x51194]
    C [ntdll.dll+0x5b3f5]
    C [ntdll.dll+0x5b3c8]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j saiman.uiobjnew.PerspectiveUIEnsemble.createPerspectiveActionToolBarHeader()Lsaiman/uiobjnew/PerspectiveActionToolBarHeader;+2
    j saiman.mv.ModelViewPerspectiveUIEnsemble.createPerspectiveActionToolBarHeader()Lsaiman/uiobjnew/PerspectiveActionToolBarHeader;+1
    j saiman.uiobjnew.PerspectiveUIEnsemble.addButtons()V+1
    j saiman.uiobjnew.PerspectiveUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+21
    j saiman.mv.ModelViewPerspectiveUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.uiobjnew.SoftwareOptionsUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.wmaldi.MaldiSoftwareOptionsUIEnsemble.<init>(Lsaiman/uiobjnew/MultiPerspectiveFrame;)V+2
    j saiman.newuiimpl.MassSpectrumMainFrameImpl.main([Ljava/lang/String;)V+173
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x01b05400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=19680, stack(0x18560000,0x185b0000)]
    0x01b04800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=19516, stack(0x18140000,0x18190000)]
    0x01b04000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=20064, stack(0x18040000,0x18090000)]
    0x01b03c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=20276, stack(0x17ff0000,0x18040000)]
    0x01aeb000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=16832, stack(0x17fa0000,0x17ff0000)]
    0x01aea000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=16360, stack(0x17ef0000,0x17f40000)]
    0x01ae8000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=20084, stack(0x17ea0000,0x17ef0000)]
    0x01ade400 JavaThread "Attach Listener" daemon [_thread_blocked, id=19772, stack(0x17d90000,0x17de0000)]
    0x01add400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=20192, stack(0x17d40000,0x17d90000)]
    0x01ab2800 JavaThread "Finalizer" daemon [_thread_blocked, id=17344, stack(0x17cf0000,0x17d40000)]
    0x01aabc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=19964, stack(0x17ca0000,0x17cf0000)]
    =>0x011ca000 JavaThread "main" [_thread_in_vm, id=20112, stack(0x01140000,0x01190000)]
    Other Threads:
    0x01aa7c00 VMThread [stack: 0x011d0000,0x01220000] [id=19144]
    0x01b17400 WatcherThread [stack: 0x180f0000,0x18140000] [id=12792]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 4928K, used 768K [0x03bf0000, 0x04140000, 0x09140000)
    eden space 4416K, 5% used [0x03bf0000, 0x03c30380, 0x04040000)
    from space 512K, 100% used [0x040c0000, 0x04140000, 0x04140000)
    to space 512K, 0% used [0x04040000, 0x04040000, 0x040c0000)
    tenured generation total 10944K, used 1858K [0x09140000, 0x09bf0000, 0x13bf0000)
    the space 10944K, 16% used [0x09140000, 0x09310948, 0x09310a00, 0x09bf0000)
    compacting perm gen total 12288K, used 9598K [0x13bf0000, 0x147f0000, 0x17bf0000)
    the space 12288K, 78% used [0x13bf0000, 0x1454fb70, 0x1454fc00, 0x147f0000)
    No shared spaces configured.
    Edited by: hanvyj on 07-Jun-2011 02:39
    Edited by: hanvyj on 07-Jun-2011 02:43

    I think I may have stumbled across the answer, It seems that the abstract class PerspectiveToolBar implements
    the interface with the method public Container getContainer() but does not declare it, this should be fine because the method is abstract but it crashes. When I add the method public abstract Container getContainer(); to the abstract sub-class there is no error. I'm going to try make a small compilable example to see if I can reproduce it.
    edit its actually only one of the two interface methods, and not getContainer(), but another one. If anyone is interested here is the interface:
    public interface IMassSpectrometerPassableControlContainer
         Container getContainer();
         void reloadWidgetsOnVisible(boolean visible);
    }and it works only if there is "public abstract void reloadWidgetsOnVisible(boolean visible);" in the abstract class PerspectiveToolBar implementing IMassSpectrometerPassableControlContainer.
    I tried to reproduce it, but I can't get another class to repeat the behaviour, so I don't think I can post a bug report on it. Here is my attempt anyway:
    import javax.swing.JToolBar;
    * Class     Test.java
    * Date:     7 Jun 2011
    * @author     tofuser
    public class Test extends Subclass
         public static void main(String args[])
              System.out.println("in main method");
              Test t = new Test();
              t.interfaceMethod();
         @Override
         public void interfaceMethod()
              System.out.println("interface method");
    abstract class Subclass extends JToolBar implements Interface
         private static final long serialVersionUID = 1L;
         //this line is where it breaks in my code, including it works
         //public abstract void interfaceMethod();
    interface Interface
         public abstract void interfaceMethod();
    }Edited by: hanvyj on 07-Jun-2011 03:56

  • Weblogic Server 9.2 Crashes when using the JMS Wrapped Connection Pooling.

    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 01:05:05 on Thu Sep 16 18:27:36 2010
    Additional information is available in:
    E:\obopay\servers\EWP_9.2_Domain\jrockit.4516.dump
    E:\obopay\servers\EWP_9.2_Domain\jrockit.4516.mdmp
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (c0000005) at 0x0095065F - memory at 0x00740060 could not be read.
    Minidump : Wrote mdmp. Size is 567MB
    SafeDllMode : -1
    Version : BEA JRockit(R) R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32
    GC Mode : Garbage collection optimized for throughput
    GC Strategy : Generational Parallel Mark & Sweep
    : Current OC phase is: not running. YC is not running.
    : GC strategy for GC 36 was genparpar
    : GC strategy for GC 37 was genparpar
    : GC strategy for GC 38 was genparpar
    : GC strategy for GC 39 was genparpar
    : GC strategy for GC 40 was genparpar
    : mmHeap->data = 0x00C00000, mmHeap->top = 0x10C00000
    : The nurserylist starts at 0x01BE75E8 and ends at 0x0CB52440
    : mmStartCompaction = 0x00C00000, mmEndCompaction = 0x01C00000
    : References are 32-bit.
    CPU : Intel Pentium III/Pentium III Xeon SSE SSE2 SSE3 SSSE3 EM64T
    Number CPUs : 2
    Tot Phys Mem : 3451408384 (3291 MB)
    OS version : Microsoft Windows XP version 5.1 Service Pack 3 (Build 2600) (32-bit)
    Thread System: Windows Threads
    State : JVM is running
    Command Line : -Djava.library.path=E:\bea\jrockit90_150_10\bin;E:\bea\jrockit90_150_10\jre\bin;E:\bea\weblogic92\server\native\win\32;E:\bea\weblogic92\server\bin;E:\bea\weblogic92\server\native\win\32\oci920_8 -Dweblogic.management.discover=false -Dplatform.home=E:\bea\weblogic92 -Dwls.home=E:\bea\weblogic92\server -Dwli.home=E:\bea\weblogic92\integration -Dweblogic.Name=myserver -Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic -Dweblogic.ext.dirs=E:\bea\patch_weblogic901\profiles\default\sys_manifest_classpath\weblogic_patch.jar Djava.security.auth.login.config=E://workspace/Bhopal/LoginModulesConfig/ewp_loginmodules.config -Djava.naming.factory.initial.ewp.remote=weblogic.jndi.WLInitialContextFactory -Dcom.ewp.proxy.is_remote=false -Djava.naming.provider.url.ewp.remote=t3://localhost:7001 -Dweblogic.webservice.verbose=true -Dweblogic.log.Log4jLoggingEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=true Xdebug -Xnoagent -Dcom.sun.management.jmxremote -Xms256m -Xmx1024m -Dsun.java.launcher=SUN_STANDARD weblogic.Server
    java.home : E:\bea\jrockit90_150_10\jre
    JAVA_HOME : <not set>
    JAVAOPTIONS: <not set>
    PATH : E:\bea\jrockit90_150_10\jre\bin;E:\oracle\product\10.2.0\client_1\bin;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\DMIX;C:\Program Files\TortoiseSVN\bin
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x4B29E378 / OS context: 0x4B29E764):
    eax = 00740060 ecx = 00740060 edx = 45a45ba0 ebx = 08c953b8
    esp = 4b29ea30 ebp = 00000000 esi = 4b29ea60 edi = 4b29efb4
    es = 00000023 cs = 0000001b ss = 00000023 ds = 00000023
    fs = 0000003b gs = 00000000
    eip = 0095065f eflags = 00010206
    Stack:
    (* marks the word pointed to by the stack pointer)
    4b29ea30: 00981099* 08c953b8 008ab310 4b29eb34 09e5c308 009810ea
    4b29ea48: 4b29ead8 0098ecd2 4b29ea60 4b29ea90 48bd8960 48bd8960
    4b29ea60: 00000001 45aa0278 45a45ba0 00000007 00000000 08c953b8
    4b29ea78: 08512180 4b29ef60 00000000 09d56368 09d563b0 4b29efb4
    Code:
    (* marks the word pointed to by the instruction pointer)
    0095062c: 5e5f0cc4 c35bc033 01b85e5f 5b000000 ccccccc3 0424448b
    00950644: a5f06ca3 ccccc300 cccccccc 04244c8b 01a8018b e0830774
    0095065c: 8bc88bfe* 40788301 44408b03 af0f0a75 c0830841 f8e08317
    00950674: ccccccc3 cccccccc cccccccc 0424448b 00f4888b 158b0000
    Loaded modules:
    (* denotes the module causing the exception)
    00400000-0040ffff E:\bea\jrockit90_150_10\bin\javaw.exe
    7c900000-7c9b1fff C:\WINDOWS\system32\ntdll.dll
    7c800000-7c8f5fff C:\WINDOWS\system32\kernel32.dll
    7e410000-7e4a0fff C:\WINDOWS\system32\USER32.dll
    77f10000-77f58fff C:\WINDOWS\system32\GDI32.dll
    77dd0000-77e6afff C:\WINDOWS\system32\ADVAPI32.dll
    77e70000-77f02fff C:\WINDOWS\system32\RPCRT4.dll
    77fe0000-77ff0fff C:\WINDOWS\system32\Secur32.dll
    77c10000-77c67fff C:\WINDOWS\system32\MSVCRT.dll
    76390000-763acfff C:\WINDOWS\system32\IMM32.DLL
    00820000-00a9cfff *E:\bea\jrockit90_150_10\jre\bin\jrockit\jvm.dll
    76b40000-76b6cfff C:\WINDOWS\system32\WINMM.dll
    71ab0000-71ac6fff C:\WINDOWS\system32\WS2_32.dll
    71aa0000-71aa7fff C:\WINDOWS\system32\WS2HELP.dll
    7c340000-7c395fff E:\bea\jrockit90_150_10\bin\MSVCR71.dll
    5dac0000-5dac7fff C:\WINDOWS\system32\rdpsnd.dll
    76360000-7636ffff C:\WINDOWS\system32\WINSTA.dll
    5b860000-5b8b4fff C:\WINDOWS\system32\NETAPI32.dll
    76bf0000-76bfafff C:\WINDOWS\system32\PSAPI.DLL
    6d700000-6d70bfff E:\bea\jrockit90_150_10\jre\bin\verify.dll
    6d370000-6d38cfff E:\bea\jrockit90_150_10\jre\bin\java.dll
    6d2f0000-6d2f7fff E:\bea\jrockit90_150_10\jre\bin\hpi.dll
    6d720000-6d72efff E:\bea\jrockit90_150_10\jre\bin\zip.dll
    6d520000-6d527fff E:\bea\jrockit90_150_10\jre\bin\management.dll
    6d530000-6d542fff E:\bea\jrockit90_150_10\jre\bin\net.dll
    71a50000-71a8efff C:\WINDOWS\system32\mswsock.dll
    662b0000-66307fff C:\WINDOWS\system32\hnetcfg.dll
    71a90000-71a97fff C:\WINDOWS\System32\wshtcpip.dll
    41c00000-41c26fff C:\WINDOWS\system32\DNSAPI.dll
    41c30000-41c37fff C:\WINDOWS\System32\winrnr.dll
    41c40000-41c6bfff C:\WINDOWS\system32\WLDAP32.dll
    41c80000-41c85fff C:\WINDOWS\system32\rasadhlp.dll
    68000000-68035fff C:\WINDOWS\system32\rsaenh.dll
    769c0000-76a73fff C:\WINDOWS\system32\USERENV.dll
    438b0000-438b8fff E:\bea\jrockit90_150_10\jre\bin\nio.dll
    41ba0000-41ba9fff E:\bea\jrockit90_150_10\jre\bin\jmapi.dll
    41bb0000-41bbdfff E:\bea\weblogic92\server\native\win\32\wlfileio2.dll
    43ce0000-43cf8fff C:\WINDOWS\system32\iphlpapi.dll
    43d10000-43d27fff C:\WINDOWS\system32\MPRAPI.dll
    77cc0000-77cf1fff C:\WINDOWS\system32\ACTIVEDS.dll
    43d30000-43d54fff C:\WINDOWS\system32\adsldpc.dll
    43d60000-43d70fff C:\WINDOWS\system32\ATL.DLL
    43d80000-43ebcfff C:\WINDOWS\system32\ole32.dll
    43ec0000-43f4afff C:\WINDOWS\system32\OLEAUT32.dll
    43f50000-43f5dfff C:\WINDOWS\system32\rtutils.dll
    71bf0000-71c02fff C:\WINDOWS\system32\SAMLIB.dll
    43f60000-44052fff C:\WINDOWS\system32\SETUPAPI.dll
    44060000-44064fff E:\bea\weblogic92\server\native\win\32\wlntio.dll
    44540000-44545fff E:\bea\jrockit90_150_10\jre\bin\rmi.dll
    4d010000-4d122fff E:\bea\jrockit90_150_10\jre\bin\dbghelp.dll
    "[STANDBY] ExecuteThread: '21' f" id=87 idx=0xf0 tid=4208 lastJavaFrame=0x4B29EB4C
    Stack 0: start=0x4B260000, end=0x4B2A0000, guards=0x4B263000 (ok), forbidden=0x4B261000
    Thread Stack Trace:
    at _mmGetPossibleMovedObjectSize+15()@0x0095065F
    at _refIterInit+393()@0x00981099
    at _refIterInit+474()@0x009810EA
    at _trProcessLocksForThread+66()@0x0098ECD2
    at _javalockCouldBeLock+1047()@0x008AB417
    at _javalockConvertThinToFat+42()@0x008AC13A
    at RJNIjrockit_vm_Locks_convertThinLockedToFatLocked@8+15()@0x00986B1F
    -- Java stack --
    at jrockit/vm/Locks.convertThinLockedToFatLocked(Ljava/lang/Object;)V(Native Method)
    at jrockit/vm/Locks.createMonitorAndConvert(Ljava/lang/Object;Z)Ljrockit/vm/ObjectMonitor;(Unknown Source)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:474)
    at weblogic/common/CompletionRequest.getResult(CompletionRequest.java:109)
    ^-- Holding lock: weblogic/common/CompletionRequest@0x09E5C2A8[thin lock]
    at weblogic/store/gxa/internal/GXATransactionImpl.commitStoreIO(GXATransactionImpl.java:99)
    at weblogic/store/gxa/internal/GXATransactionImpl.doOperationCallbacks(GXATransactionImpl.java:215)
    at weblogic/store/gxa/internal/GXAResourceImpl.commit(GXAResourceImpl.java:1448)
    at weblogic/transaction/internal/XAServerResourceInfo.commit(XAServerResourceInfo.java:1333)
    at weblogic/transaction/internal/XAServerResourceInfo.commit(XAServerResourceInfo.java:577)
    at weblogic/transaction/internal/ServerSCInfo.startCommit(ServerSCInfo.java:514)
    at weblogic/transaction/internal/ServerTransactionImpl.localCommit(ServerTransactionImpl.java:1993)
    at weblogic/transaction/internal/ServerTransactionImpl.globalRetryCommit(ServerTransactionImpl.java:2658)
    at weblogic/transaction/internal/ServerTransactionImpl.globalCommit(ServerTransactionImpl.java:2580)
    at weblogic/transaction/internal/ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:278)
    at weblogic/transaction/internal/ServerTransactionImpl.commit(ServerTransactionImpl.java:227)
    at weblogic/deployment/jms/WrappedTransactionalSession.delistFromTransaction(WrappedTransactionalSession.java:258)
    ^-- Holding lock: weblogic/deployment/jms/PooledSession_weblogic_jms_client_JMSXASession@0x09D56368[thin lock]
    at weblogic/deployment/jms/WrappedMessageProducer.send(WrappedMessageProducer.java:149)
    at com/obopay/jms/helper/BaseQueueHelper.sendMessage(BaseQueueHelper.java:107)
    The above is the jrockit crash dump file..
    I am using the JMS Wrapper Connection Poooling provided by Weblogic. When i use Jmeter and do the load testing for around 10 users, the server gets crashed.
    I doubt something is going wrong with the Weblogic JMS Connection Pooling, please help me..

    The problem doesn't look like it has anything to do with wappers per se. The stack indicates that the JVM died when the persistent store tried to invoke a standard Java synchronize operation. JVM crashes need to be analyzed by a JVM expert, so I second the suggestion to solicit help from JVM experts and/or filing a case with customer support. In the mean-time, you can probably work-around the issue by either (A) ensuring you have a recent version of the JVM installed, or (B) temporarily switching to the Sun JVM.
    Regards,
    tom
    Edited by: TomB on Sep 17, 2010 2:33 PM

  • OC4J crashing when running SRDemo ADF BC Vesrion Sample App under load

    Hi All,
    I have Oracle App Server 10.1.3 production version and i have deployed SRDemo ADF BC Version Sample App.
    when i try to simulate load on the Application i find that OC4J crashes and it will get reinitailised again...
    the error file looks as follows
    06/05/16 03:15:56 Start process
    WARNING: Code-source
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib\dc-adapters.jar (from
    WEB-INF/lib/ directory in
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib) has the same filename but
    is not identical to
    /D:/Raghavendra/ORACLEAPP1013/BC4J/jlib/dc-adapters.jar (from <code-source> in
    /D:/Raghavendra/ORACLEAPP1013/j2ee/home/config/server.xml). If it contains different versions of the same classes,
    it will be masked as the latter is already visible in the search path
    of loader SRDemoADFBC.web.SRDemoSampleADFBC:0.0.0.
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Short,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Short)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Byte,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Byte)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Integer,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Integer)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Long,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Long)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Float,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Float)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Double,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Double)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator}
    Merge(javax.faces.LongRange)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.DateTime,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Number,null)
    06/05/16 03:16:12 Oracle Containers for J2EE 10g (10.1.3.0.0)
    initialized
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da2986e, pid=1296,
    tid=2528
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1e986e]
    # An error report file with more information is saved as
    hs_err_pid1296.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    06/05/16 03:18:40 Start process
    WARNING: Code-source
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib\dc-adapters.jar (from
    WEB-INF/lib/ directory in
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib) has the same filename but
    is not identical to
    /D:/Raghavendra/ORACLEAPP1013/BC4J/jlib/dc-adapters.jar (from <code-source> in
    /D:/Raghavendra/ORACLEAPP1013/j2ee/home/config/server.xml). If it contains different versions of the same classes,
    it will be masked as the latter is already visible in the search path
    of loader SRDemoADFBC.web.SRDemoSampleADFBC:0.0.0.
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Short,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Short)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Byte,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Byte)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Integer,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Integer)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Long,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Long)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Float,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Float)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Double,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Double)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator}
    Merge(javax.faces.LongRange)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.DateTime,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Number,null)
    06/05/16 03:18:56 Oracle Containers for J2EE 10g (10.1.3.0.0)
    initialized
    following file is generated under <oracle-home>\j2ee\home
    "hs_err_pid1296.log"
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da2986e, pid=1296, tid=2528
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1e986e]
    --------------- T H R E A D ---------------
    Current thread (0x2aa498d0): JavaThread "CompilerThread0" daemon [_thread_in_native, id=2528]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
    Registers:
    EAX=0x00000000, EBX=0x2afca960, ECX=0x2ad6f560, EDX=0x00000000
    ESP=0x2ad6f2b4, EBP=0x00000000, ESI=0x2ad6f570, EDI=0x2ad6f560
    EIP=0x6da2986e, EFLAGS=0x00010202
    Top of Stack: (sp=0x2ad6f2b4)
    0x2ad6f2b4: 2ad6f570 6da2b75f 2afca960 2b8ea1f0
    0x2ad6f2c4: 2ad6f334 2b2b4fc8 2ad6f344 2b863c34
    0x2ad6f2d4: 2afca960 2b93833c 6da2b50d 2b2b4fc8
    0x2ad6f2e4: 00000000 2ad6f560 2afca9a8 00000000
    0x2ad6f2f4: 00000001 00000001 00000001 2ad6f560
    0x2ad6f304: 00000189 6da29dbf 2ad6f344 2ad6f334
    0x2ad6f314: 2ad6f354 00000000 00000027 2ad6f9d0
    0x2ad6f324: 2ad6f884 00000000 00000033 2aa49a58
    Instructions: (pc=0x6da2986e)
    0x6da2985e: 90 90 8b 44 24 04 56 8b 50 1c 8b 41 58 8b 04 90
    0x6da2986e: 8b 50 04 83 3a 00 75 1e 8b 51 14 8b 40 1c 3b c2
    Stack: [0x2ad30000,0x2ad70000), sp=0x2ad6f2b4, free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x1e986e]
    [error occurred during error reporting, step 120, id 0xc0000005]
    Current CompileTask:
    opto:2002 oracle.sql.NUMBER.toBytes(Ljava/lang/String;I)[B (1034 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x2b7a52a0 JavaThread "ApplicationServerThread-3" [_thread_blocked, id=3724]
    0x2cb1ac58 JavaThread "ApplicationServerThread-2" [_thread_blocked, id=5328]
    0x2cd53e70 JavaThread "AJPRequestHandler-ApplicationServerThread-1" [_thread_in_Java, id=3832]
    0x2b1138f8 JavaThread "Timer-6" daemon [_thread_blocked, id=4760]
    0x2b1a8ff0 JavaThread "AJPRequestHandler-ApplicationServerThread-0" [_thread_in_Java, id=4632]
    0x003c6af8 JavaThread "DestroyJavaVM" [_thread_blocked, id=4976]
    0x2d0ad008 JavaThread "TaskManager" [_thread_blocked, id=2932]
    0x2b0a0960 JavaThread "OC4JMonitorThread" daemon [_thread_blocked, id=4892]
    0x2c55b108 JavaThread "Thread-13" daemon [_thread_blocked, id=6024]
    0x2ce75378 JavaThread "Thread-12" daemon [_thread_in_native, id=1484]
    0x2aea7800 JavaThread "Timer-5" daemon [_thread_blocked, id=5520]
    0x005d9ed8 JavaThread "ApplicationServerThread-8" [_thread_in_native, id=3552]
    0x2aaafb80 JavaThread "ApplicationServerThread-7" [_thread_in_native, id=1004]
    0x2c4c08c0 JavaThread "ApplicationServerThread-6" [_thread_blocked, id=1216]
    0x2b675688 JavaThread "Thread-10" daemon [_thread_blocked, id=4852]
    0x2c4c0d20 JavaThread "Timer-4" [_thread_blocked, id=3976]
    0x2b852bb0 JavaThread "Timer-3" [_thread_blocked, id=4316]
    0x2c6651c8 JavaThread "Timer-2" [_thread_blocked, id=4828]
    0x2b80c2f8 JavaThread "WorkExecutorWorkerThread-1" daemon [_thread_blocked, id=4468]
    0x2aab0028 JavaThread "Timer-1" daemon [_thread_blocked, id=4360]
    0x2b7f5198 JavaThread "WorkExecutorWorkerThread-0" daemon [_thread_blocked, id=5792]
    0x2b7e4780 JavaThread "Thread-4" daemon [_thread_blocked, id=1804]
    0x2b772bf8 JavaThread "Timer-0" [_thread_blocked, id=5308]
    0x2b60ecf8 JavaThread "RMIServer [0.0.0.0:12401] count:2" [_thread_in_native, id=6056]
    0x2b706c10 JavaThread "RMIServer [0.0.0.0:12401] count:1" [_thread_in_native, id=4784]
    0x2b514bc0 JavaThread "JMSServer[SDCHS20N300:12601]" [_thread_in_native, id=5748]
    0x2b6039f8 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=4964]
    0x2b6bbac0 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=424]
    0x2b5caaa8 JavaThread "Scheduler ServiceThread" [_thread_blocked, id=536]
    0x2b4ab730 JavaThread "Timer ServiceThread" [_thread_blocked, id=4648]
    0x2b2db638 JavaThread "Event ServiceThread" [_thread_blocked, id=3484]
    0x2b2696a8 JavaThread "LogFlusher" daemon [_thread_blocked, id=2976]
    0x2aa4bad8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3508]
    0x2aa4a7d8 JavaThread "CompilerThread1" daemon [_thread_blocked, id=5092]
    =>0x2aa498d0 JavaThread "CompilerThread0" daemon [_thread_in_native, id=2528]
    0x0061fb10 JavaThread "AdapterThread" daemon [_thread_blocked, id=2152]
    0x0061ccf0 JavaThread "Finalizer" daemon [_thread_blocked, id=2072]
    0x0061b858 JavaThread "Reference Handler" daemon [_thread_blocked, id=5576]
    Other Threads:
    0x003c3f38 VMThread [id=5580]
    0x2aa4cdd8 WatcherThread [id=2604]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 50624K, used 42074K [0x26dd0000, 0x2a6b0000, 0x2a6b0000)
    eden space 47936K, 85% used [0x26dd0000,0x295c0a40,0x29ca0000)
    from space 2688K, 43% used [0x29ca0000,0x29dc5e18,0x29f40000)
    to space 2560K, 0% used [0x2a430000,0x2a430000,0x2a6b0000)
    PSOldGen total 29184K, used 16417K [0x0a6b0000, 0x0c330000, 0x26dd0000)
    object space 29184K, 56% used [0x0a6b0000,0x0b6b8490,0x0c330000)
    PSPermGen total 44800K, used 44728K [0x026b0000, 0x05270000, 0x0a6b0000)
    object space 44800K, 99% used [0x026b0000,0x0525e0f8,0x05270000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      D:\Raghavendra\ORACLEAPP1013\jdk\bin\javaw.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77f50000 - 0x77fec000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x77380000 - 0x77412000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000      C:\WINDOWS\system32\GDI32.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d840000 - 0x6dbd8000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\server\jvm.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\hpi.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x6d680000 - 0x6d68c000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\java.dll
    0x6d6a0000 - 0x6d6af000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef9000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x68000000 - 0x6802f000      C:\WINDOWS\system32\rsaenh.dll
    0x7c8d0000 - 0x7d0d3000      C:\WINDOWS\system32\SHELL32.dll
    0x77da0000 - 0x77df2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.1830_x-ww_7AE38CCF\comctl32.dll
    0x76920000 - 0x769e4000      C:\WINDOWS\system32\USERENV.dll
    0x71c40000 - 0x71c98000      C:\WINDOWS\system32\netapi32.dll
    0x5f270000 - 0x5f2c9000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d550000 - 0x6d559000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\nio.dll
    0x6d070000 - 0x6d1d7000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\awt.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76290000 - 0x762ad000      C:\WINDOWS\system32\IMM32.dll
    0x77670000 - 0x777a4000      C:\WINDOWS\system32\ole32.dll
    VM Arguments:
    jvm_args: -Xrs -XX:MaxPermSize=128m -Djava.security.policy=D:\Raghavendra\ORACLEAPP1013\j2ee\home\config\java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.ons.oraclehome=D:\Raghavendra\ORACLEAPP1013 -Doracle.home=D:\Raghavendra\ORACLEAPP1013 -Doracle.ons.oracleconfighome=D:\Raghavendra\ORACLEAPP1013 -Doracle.ons.clustername=default -Doracle.ons.instancename=fusion.SDCHS20N300.corp.siebel.com -Dopmn.compatible=904 -Doracle.ons.indexid=home.default_group.1 -Doracle.ons.uid=1999441770 -Doracle.oc4j.instancename=home -Doracle.oc4j.islandname=default_group -Doracle.opmn.routingid=g_rt_id -DOPMN=true
    java_command: oc4j.jar -config D:\Raghavendra\ORACLEAPP1013\j2ee\home\config\server.xml -properties -ports default-web-site:ajp:12501,rmi:12401,jms:12601
    Environment Variables:
    PATH=D:\Raghavendra\ORACLEAPP1013\opmn\bin;D:\Raghavendra\ORACLEAPP1013\opmn\lib;D:\Raghavendra\ORACLEAPP1013\bin;C:\WINDOWS;C:\WINDOWS\system32
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 4 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:10:30 by "java_re" with MS VC++ 6.0
    Why does this happen ?
    ***Note that this issue does not come up when i change my JVM form Sun HotSpot to JRockit
    Thanks
    Raghavendra
    Message was edited by:Raghavendra
    Raghavendra

    Hi All,
    Their is some issue with Sun JVM 1.5 ...
    i tried using Sun JVM 1.6 early access release and did not observe any issues
    Thanks
    Raghavendra

  • JRE Crash with 1.5.0_13 related to printing & PDF export

    Hi,
    I'm having a problem : JRE 1.5.0 (updates 6, 10 and 13 tried) crashes under my software. The problem is encountered with printing / PDF exporting functionality through JFreeReport. Issue is encountered only with dualcore computers. Fortunately the issue isn't encountered with 1.6.0 anymore but I'd still be interested to find some workaround to make the software run with 1.5.0 also (It would be nice not to require users to have 1.6.0) Problem has been detected with both Win XP SP 2 and Vista.
    First I was suspicious because we are using one JNI library but removing that didn't help so that shouldn't be the case.
    After some searching I found a couple of JVM bugs that were marked as duplicates for http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6186524 . Those were related to 2D things and hence printing, fonts, exporting and with some cases dualcore computers were mentioned. However, that bug should be fixed in 1.5.0_10 but upgrading to 1.5.0_10 (or 1.5.0_13) didn't help so it can't be the actual bug.
    Error log, if somebody can make up something: (This error log was got when running through Eclipse with JRE set to 1.5.0_13 but error has been encountered also when running straight with just one JRE (1.5.0_XX) installed to computer.)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x762369e6, pid=5312, tid=5188
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_13-b05 mixed mode)
    # Problematic frame:
    # C  [MSCTF.dll+0x69e6]
    ---------------  T H R E A D  ---------------
    Current thread (0x0b3f61d8):  JavaThread "AWT-Windows" daemon [_thread_in_native, id=5188]
    siginfo: ExceptionCode=0xc0000005, reading address 0x580e0e0e
    Registers:
    EAX=0x580e0e0e, EBX=0x00129f40, ECX=0x0b53f288, EDX=0x01300311
    ESP=0x0b53f24c, EBP=0x0b53f250, ESI=0x0b53f288, EDI=0x00123970
    EIP=0x762369e6, EFLAGS=0x00010202
    Top of Stack: (sp=0x0b53f24c)
    0x0b53f24c:   80004005 0b53f28c 76239ae4 580e0e0e
    0x0b53f25c:   00152fe0 00123970 76236704 00140d70
    0x0b53f26c:   013003f1 00000000 00000000 762367c8
    0x0b53f27c:   001ba198 0b8400ec 00000000 580e0e0e
    0x0b53f28c:   0b53f2d0 762391cd 00153118 00000000
    0x0b53f29c:   00129f40 00123970 764d37c0 0b53f6b8
    0x0b53f2ac:   764c5ac9 764d8f11 fffffffe 764d37c0
    0x0b53f2bc:   762367f0 0b8400e4 0b53f2d8 7623689f
    Instructions: (pc=0x762369e6)
    0x762369d6:   ff 55 8b ec 8b 45 08 85 c0 56 8b f1 89 06 74 06
    0x762369e6:   8b 08 50 ff 51 04 8b c6 5e 5d c2 04 00 90 90 90
    Stack: [0x0b500000,0x0b540000),  sp=0x0b53f24c,  free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [MSCTF.dll+0x69e6]
    C  [MSCTF.dll+0x9ae4]
    C  [MSCTF.dll+0x91cd]
    C  [MSCTF.dll+0x9bec]
    C  [MSCTF.dll+0x8e6f]
    C  [IMM32.DLL+0x3472]
    C  [USER32.dll+0x199cd]
    C  [USER32.dll+0x18e4c]
    C  [USER32.dll+0x18de1]
    C  [USER32.dll+0x19132]
    C  [USER32.dll+0x21a10]
    C  [USER32.dll+0x21ae8]
    C  [USER32.dll+0x21c03]
    C  [USER32.dll+0x23656]
    C  [ntdll.dll+0x60e6e]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  sun.awt.windows.WToolkit.eventLoop()V+0
    j  sun.awt.windows.WToolkit.run()V+69
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x0c077b28 JavaThread "export-worker--0" daemon [_thread_in_native, id=6032]
      0x0c0779a0 JavaThread "Repagination-Worker" daemon [_thread_blocked, id=6016]
      0x0c077818 JavaThread "Thread-20" [_thread_blocked, id=4740]
      0x0bf45428 JavaThread "Timer-0" daemon [_thread_blocked, id=4456]
      0x0bfee410 JavaThread "GC Daemon" daemon [_thread_blocked, id=4368]
      0x0bfee288 JavaThread "RMI RenewClean-[192.168.1.155:49177]" daemon [_thread_blocked, id=5460]
      0x00f718a0 JavaThread "DestroyJavaVM" [_thread_blocked, id=5212]
      0x0bfcba50 JavaThread "TimerQueue" daemon [_thread_blocked, id=4704]
      0x0b49d470 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2696]
      0x0b4a6288 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=632]
    =>0x0b3f61d8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5188]
      0x0b3f6050 JavaThread "AWT-Shutdown" [_thread_blocked, id=3368]
      0x0103ef78 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=416]
      0x0103e338 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1216]
      0x0103d9b0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5592]
      0x010333e8 JavaThread "Finalizer" daemon [_thread_blocked, id=4820]
      0x01030e10 JavaThread "Reference Handler" daemon [_thread_blocked, id=4144]
    Other Threads:
      0x0102be10 VMThread [id=936]
      0x00fd8ba8 WatcherThread [id=1316]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 2304K, used 1239K [0x03100000, 0x03370000, 0x035e0000)
      eden space 2112K,  49% used [0x03100000, 0x03205da8, 0x03310000)
      from space 192K, 100% used [0x03340000, 0x03370000, 0x03370000)
      to   space 192K,   0% used [0x03310000, 0x03310000, 0x03340000)
    tenured generation   total 29228K, used 24017K [0x035e0000, 0x0526b000, 0x07100000)
       the space 29228K,  82% used [0x035e0000, 0x04d544d0, 0x04d54600, 0x0526b000)
    compacting perm gen  total 15616K, used 15552K [0x07100000, 0x08040000, 0x0b100000)
       the space 15616K,  99% used [0x07100000, 0x08030000, 0x08030000, 0x08040000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Program Files\Java\jre1.5.0_13\bin\javaw.exe
    0x776b0000 - 0x777ce000      C:\Windows\system32\ntdll.dll
    0x764b0000 - 0x76588000      C:\Windows\system32\kernel32.dll
    0x76660000 - 0x7671f000      C:\Windows\system32\ADVAPI32.dll
    0x777f0000 - 0x778b3000      C:\Windows\system32\RPCRT4.dll
    0x76980000 - 0x76a1e000      C:\Windows\system32\USER32.dll
    0x76b90000 - 0x76bdb000      C:\Windows\system32\GDI32.dll
    0x76360000 - 0x7640a000      C:\Windows\system32\MSVCRT.dll
    0x76b70000 - 0x76b8e000      C:\Windows\system32\IMM32.DLL
    0x76230000 - 0x762f7000      C:\Windows\system32\MSCTF.dll
    0x764a0000 - 0x764a9000      C:\Windows\system32\LPK.DLL
    0x76720000 - 0x7679d000      C:\Windows\system32\USP10.dll
    0x10000000 - 0x10017000      C:\Windows\system32\APSHook.dll
    0x6d640000 - 0x6d7dd000      C:\Program Files\Java\jre1.5.0_13\bin\client\jvm.dll
    0x752d0000 - 0x75303000      C:\Windows\system32\WINMM.dll
    0x76a20000 - 0x76b64000      C:\Windows\system32\ole32.dll
    0x76170000 - 0x761fc000      C:\Windows\system32\OLEAUT32.dll
    0x75290000 - 0x752c8000      C:\Windows\system32\OLEACC.dll
    0x75da0000 - 0x75dcc000      C:\Windows\system32\apphelp.dll
    0x6d290000 - 0x6d298000      C:\Program Files\Java\jre1.5.0_13\bin\hpi.dll
    0x75f60000 - 0x75f67000      C:\Windows\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      C:\Program Files\Java\jre1.5.0_13\bin\verify.dll
    0x6d310000 - 0x6d32d000      C:\Program Files\Java\jre1.5.0_13\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Program Files\Java\jre1.5.0_13\bin\zip.dll
    0x6d000000 - 0x6d16a000      C:\Program Files\Java\jre1.5.0_13\bin\awt.dll
    0x734b0000 - 0x734f1000      C:\Windows\system32\WINSPOOL.DRV
    0x74b80000 - 0x74bbf000      C:\Windows\system32\uxtheme.dll
    0x003e0000 - 0x003f8000      C:\Program Files\Hewlett-Packard\IAM\bin\ItClient.dll
    0x76300000 - 0x76355000      C:\Windows\system32\SHLWAPI.dll
    0x74f50000 - 0x750e4000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6000.16386_none_5d07289e07e1d100\comctl32.dll
    0x74ec0000 - 0x74f46000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6000.16386_none_87e0cb09378714f1\Comctl32.dll
    0x71cb0000 - 0x71cbc000      C:\Windows\system32\dwmapi.dll
    0x76be0000 - 0x776ae000      C:\Windows\system32\shell32.dll
    0x6d240000 - 0x6d290000      C:\Program Files\Java\jre1.5.0_13\bin\fontmanager.dll
    0x6d4d0000 - 0x6d4e3000      C:\Program Files\Java\jre1.5.0_13\bin\net.dll
    0x76200000 - 0x7622d000      C:\Windows\system32\WS2_32.dll
    0x777e0000 - 0x777e6000      C:\Windows\system32\NSI.dll
    0x755e0000 - 0x7561b000      C:\Windows\system32\mswsock.dll
    0x75640000 - 0x75646000      C:\Windows\System32\wship6.dll
    0x6d4f0000 - 0x6d4f9000      C:\Program Files\Java\jre1.5.0_13\bin\nio.dll
    0x6d3d0000 - 0x6d3ef000      C:\Program Files\Java\jre1.5.0_13\bin\jpeg.dll
    0x75360000 - 0x75398000      C:\Windows\system32\rsaenh.dll
    0x75e20000 - 0x75e3e000      C:\Windows\system32\USERENV.dll
    0x75e00000 - 0x75e14000      C:\Windows\system32\Secur32.dll
    0x74a70000 - 0x74a7f000      C:\Windows\system32\NLAapi.dll
    0x75800000 - 0x75819000      C:\Windows\system32\IPHLPAPI.DLL
    0x757c0000 - 0x757f5000      C:\Windows\system32\dhcpcsvc.DLL
    0x75ac0000 - 0x75aeb000      C:\Windows\system32\DNSAPI.dll
    0x757b0000 - 0x757b7000      C:\Windows\system32\WINNSI.DLL
    0x75790000 - 0x757b0000      C:\Windows\system32\dhcpcsvc6.DLL
    0x727e0000 - 0x727e8000      C:\Windows\System32\winrnr.dll
    0x76930000 - 0x76979000      C:\Windows\system32\WLDAP32.dll
    0x727d0000 - 0x727df000      C:\Windows\system32\napinsp.dll
    0x72070000 - 0x72082000      C:\Windows\system32\pnrpnsp.dll
    0x727c0000 - 0x727cc000      C:\Windows\system32\wshbth.dll
    0x767a0000 - 0x76928000      C:\Windows\system32\SETUPAPI.dll
    0x75220000 - 0x75226000      C:\Windows\System32\wshtcpip.dll
    0x728d0000 - 0x728d6000      C:\Windows\system32\rasadhlp.dll
    0x6d1c0000 - 0x6d1e3000      C:\Program Files\Java\jre1.5.0_13\bin\dcpr.dll
    0x6d5f0000 - 0x6d5f6000      C:\Program Files\Java\jre1.5.0_13\bin\rmi.dll
    0x0b990000 - 0x0b9a1000      C:\Eclipse workspace\fenix\lib\ICE_JNIRegistry.dll
    0x760f0000 - 0x76164000      C:\Windows\system32\COMDLG32.DLL
    0x71610000 - 0x71617000      C:\Windows\system32\spool\DRIVERS\W32X86\3\SDNT5UI.DLL
    0x0bac0000 - 0x0bad2000      C:\Windows\system32\spool\DRIVERS\W32X86\3\SDDM32.DLL
    0x71130000 - 0x71145000      C:\Windows\system32\spool\DRIVERS\W32X86\3\ZSPOOL.dll
    0x710e0000 - 0x710ea000      C:\Windows\system32\spool\DRIVERS\W32X86\3\ZGDI32.dll
    0x70810000 - 0x70821000      C:\Windows\system32\MSVCRT40.dll
    0x715d0000 - 0x715da000      C:\Windows\system32\spool\DRIVERS\W32X86\3\ZTAG32.dll
    0x75650000 - 0x75658000      C:\Windows\system32\VERSION.dll
    0x71060000 - 0x71080000      C:\Windows\system32\spool\DRIVERS\W32X86\3\SDDMUI.DLL
    0x0bae0000 - 0x0bae7000      C:\Windows\system32\spool\DRIVERS\W32X86\3\ZLANG.dll
    0x0bbc0000 - 0x0bbe4000      C:\Windows\system32\spool\DRIVERS\W32X86\3\SR32.dll
    0x0bb70000 - 0x0bb7d000      C:\Windows\system32\spool\DRIVERS\W32X86\3\IMFNT5.DLL
    0x71600000 - 0x71608000      C:\Windows\system32\spool\DRIVERS\W32X86\3\Imf32.dll
    0x76410000 - 0x76494000      C:\Windows\system32\CLBCatQ.DLL
    0x6de10000 - 0x6e033000      C:\Windows\system32\NetworkExplorer.dll
    0x742c0000 - 0x74377000      C:\Windows\system32\PROPSYS.dll
    0x76590000 - 0x7665f000      C:\Windows\system32\WININET.dll
    0x777d0000 - 0x777d3000      C:\Windows\system32\Normaliz.dll
    0x75f70000 - 0x75fb5000      C:\Windows\system32\iertutil.dll
    0x759a0000 - 0x759b4000      C:\Windows\system32\MPR.dll
    0x71940000 - 0x71952000      C:\Windows\System32\ntlanman.dll
    0x75a50000 - 0x75aba000      C:\Windows\System32\NETAPI32.dll
    0x71a00000 - 0x71a08000      C:\Windows\System32\drprov.dll
    0x719d0000 - 0x719df000      C:\Windows\System32\davclnt.dll
    0x734a0000 - 0x734aa000      C:\Windows\system32\cscapi.dll
    0x707e0000 - 0x707e9000      C:\Windows\system32\LINKINFO.dll
    0x6c460000 - 0x6c519000      C:\Windows\system32\spool\DRIVERS\W32X86\3\unidrvui.dll
    0x6bdd0000 - 0x6be8b000      C:\Windows\system32\spool\DRIVERS\W32X86\3\mxdwdrv.dll
    0x6c350000 - 0x6c365000      C:\Windows\system32\FontSub.dll
    VM Arguments:
    jvm_args: -Djava.library.path=c:/Eclipse workspace/fenix/lib -Xbootclasspath/a:C:\Eclipse workspace\fenix\rsrc\images\buttons;C:\Eclipse workspace\fenix\rsrc\images\buttons\general;C:\Eclipse workspace\fenix\rsrc\images\buttons\report
    java_command: XXX
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\Program Files\Java\jre1.6.0_03\bin\client;C:\Program Files\Java\jre1.6.0_03\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;c:\Program Files\ATI Technologies\ATI.ACE\Core-Static;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;c:\Program Files\Common Files\Roxio Shared\DLLShared\;c:\Program Files\Common Files\Roxio Shared\DLLShared\;c:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Hewlett-Packard\IAM\bin
    USERNAME=XXX
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 72 Stepping 2, AuthenticAMD
    ---------------  S Y S T E M  ---------------
    OS: Windows Vista Build 6000
    CPU:total 2 (cores per cpu 2, threads per core 1) family 15 model 72 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowext, 3dnow
    Memory: 4k page, physical 1964736k(863916k free), swap 4159556k(2569432k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_13-b05) for windows-x86, built on Sep 25 2007 19:11:52 by "java_re" with MS VC++ 6.0

    This looks like [bug 6754141|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6754141] in the just-in-time compiler. If you have a support contract you can escalate this to get a fix in a jdk1.5.0 update. Alternatively, there do not seem to be any reports of this in jdk6, so you could try a recent jdk6 update (e.g., jdk6 update 17).

  • JVM crashes with EXCEPTION_ACCESS_VIOLATION

    Hi guys. I have a terrible problem. I am developing a J2EE app on a tomcat server (with eclipse).
    I have seen that JVM dies when I am trying to debug a specific part of the program.
    If it means anything I am including the error log here:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6c1e39, pid=6088, tid=2660
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_07-b03 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1e39]
    --------------- T H R E A D ---------------
    Current thread (0x00a223a8): VMThread [id=2660]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000c
    Registers:
    EAX=0x00000008, EBX=0x009e9158, ECX=0x00357310, EDX=0x00000008
    ESP=0x0aaafb88, EBP=0x0aaafba8, ESI=0x00357310, EDI=0x0aaafcbc
    EIP=0x6d6c1e39, EFLAGS=0x00010202
    Top of Stack: (sp=0x0aaafb88)
    0x0aaafb88: 00357310 6d724937 00000008 0aaafcbc
    0x0aaafb98: 0abefb20 00000000 009e9158 009e9158
    0x0aaafba8: 0aaafc14 6d723c5a 00357310 0abefb20
    0x0aaafbb8: 00a22ccc 0abefaec 6d77e773 0abefb20
    0x0aaafbc8: 6d7e499a 0aaafcbc 00a22cc0 00000000
    0x0aaafbd8: 6d7e4a1d 00000000 0aaafcbc 0aaafcbc
    0x0aaafbe8: 00000000 6d7e515d 0aaafcbc 6d7ce255
    0x0aaafbf8: 0aaafcbc 009e8ec0 6d72f1a9 0aaafcbc
    Instructions: (pc=0x6d6c1e39)
    0x6d6c1e29: e8 5b 3d 06 00 5f 5e c9 c3 8b 54 24 04 56 8b f1
    0x6d6c1e39: 8b 42 04 85 c0 7f 25 7d 1b 83 c9 ff 2b c8 8b 46
    Stack: [0x0aa70000,0x0aab0000), sp=0x0aaafb88, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x1e39]
    V [jvm.dll+0x63c5a]
    V [jvm.dll+0x64596]
    V [jvm.dll+0x6ef6c]
    V [jvm.dll+0x5182c]
    V [jvm.dll+0x6f117]
    V [jvm.dll+0x1251d2]
    V [jvm.dll+0x124ca0]
    V [jvm.dll+0x124e49]
    V [jvm.dll+0x124b7e]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    VM_Operation (0x0cacf87c): generation collection for allocation, mode: safepoint, requested by thread 0x0afc8d10
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0b362cc0 JavaThread "Thread-146" daemon [_thread_blocked, id=3472]
    0x0b03f568 JavaThread "Timer-18" daemon [_thread_blocked, id=2492]
    0x0b0b68a0 JavaThread "Thread-144" daemon [_thread_blocked, id=1524]
    0x0b34ce68 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4032]
    0x0afc8d10 JavaThread "Thread-139" daemon [_thread_blocked, id=3652]
    0x0ae49fc0 JavaThread "Thread-124" daemon [_thread_blocked, id=5988]
    0x0aeaf598 JavaThread "Thread-115" daemon [_thread_blocked, id=1796]
    0x0b34b3d8 JavaThread "Thread-91" daemon [_thread_blocked, id=3788]
    0x0b1a35d8 JavaThread "TP-Monitor" daemon [_thread_blocked, id=2560]
    0x0b1c0b88 JavaThread "TP-Processor4" daemon [_thread_in_native, id=2572]
    0x0b1c82d8 JavaThread "TP-Processor3" daemon [_thread_blocked, id=2656]
    0x0b319748 JavaThread "TP-Processor2" daemon [_thread_blocked, id=2760]
    0x0b2277f0 JavaThread "TP-Processor1" daemon [_thread_blocked, id=556]
    0x0b304b90 JavaThread "http-8080-Monitor" [_thread_blocked, id=436]
    0x0b303dd8 JavaThread "http-8080-Processor25" daemon [_thread_blocked, id=788]
    0x0b302ba0 JavaThread "http-8080-Processor24" daemon [_thread_blocked, id=5844]
    0x0b301c38 JavaThread "http-8080-Processor23" daemon [_thread_in_native, id=2416]
    0x0b2dbc18 JavaThread "http-8080-Processor22" daemon [_thread_blocked, id=5872]
    0x0b2dabf8 JavaThread "http-8080-Processor21" daemon [_thread_blocked, id=288]
    0x0b2d9b78 JavaThread "http-8080-Processor20" daemon [_thread_blocked, id=4468]
    0x0b2d9038 JavaThread "http-8080-Processor19" daemon [_thread_blocked, id=764]
    0x0b300190 JavaThread "http-8080-Processor18" daemon [_thread_blocked, id=780]
    0x0b2cbc88 JavaThread "http-8080-Processor17" daemon [_thread_blocked, id=5944]
    0x0b2cb200 JavaThread "http-8080-Processor16" daemon [_thread_blocked, id=1348]
    0x0b2ca270 JavaThread "http-8080-Processor15" daemon [_thread_blocked, id=5880]
    0x0b2c9198 JavaThread "http-8080-Processor14" daemon [_thread_blocked, id=3216]
    0x0b2c8650 JavaThread "http-8080-Processor13" daemon [_thread_blocked, id=5876]
    0x0b2c70c8 JavaThread "http-8080-Processor12" daemon [_thread_blocked, id=4516]
    0x0b1d7d08 JavaThread "http-8080-Processor11" daemon [_thread_blocked, id=840]
    0x0b1d6e68 JavaThread "http-8080-Processor10" daemon [_thread_blocked, id=2860]
    0x0b1d6330 JavaThread "http-8080-Processor9" daemon [_thread_blocked, id=2580]
    0x0b1d5c80 JavaThread "http-8080-Processor8" daemon [_thread_blocked, id=4236]
    0x0b1dc6e0 JavaThread "http-8080-Processor7" daemon [_thread_blocked, id=2476]
    0x0b1dbcf8 JavaThread "http-8080-Processor6" daemon [_thread_blocked, id=2540]
    0x0b2c5ad8 JavaThread "http-8080-Processor5" daemon [_thread_blocked, id=2468]
    0x0b1ca8a0 JavaThread "http-8080-Processor4" daemon [_thread_blocked, id=1072]
    0x0b0f5ae8 JavaThread "http-8080-Processor3" daemon [_thread_blocked, id=2068]
    0x0b2f7010 JavaThread "http-8080-Processor2" daemon [_thread_blocked, id=1404]
    0x0b1c3230 JavaThread "http-8080-Processor1" daemon [_thread_blocked, id=1372]
    0x0b22ad98 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=2268]
    0x00a3ccc0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5104]
    0x00a3b340 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4532]
    0x00a39e48 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1092]
    0x00a388b8 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=1580]
    0x00a373c8 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=2132]
    0x00357310 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=1908]
    0x00a27938 JavaThread "Finalizer" daemon [_thread_blocked, id=504]
    0x00a264a0 JavaThread "Reference Handler" daemon [_thread_blocked, id=676]
    0x00356ab0 JavaThread "main" [_thread_in_native, id=1888]
    Other Threads:
    =>0x00a223a8 VMThread [id=2660]
    0x00a3e278 WatcherThread [id=2236]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00356148/0x0000171c] Threads_lock - owner thread: 0x00a223a8
    [0x003562c8/0x000016e0] Heap_lock - owner thread: 0x0afc8d10
    Heap
    def new generation total 1920K, used 1616K [0x02a70000, 0x02c80000, 0x02f50000)
    eden space 1728K, 93% used [0x02a70000, 0x02c03be0, 0x02c20000)
    from space 192K, 0% used [0x02c50000, 0x02c50658, 0x02c80000)
    to space 192K, 0% used [0x02c20000, 0x02c20330, 0x02c50000)
    tenured generation total 24584K, used 13428K [0x02f50000, 0x04752000, 0x06a70000)
    the space 24584K, 54% used [0x02f50000, 0x03c6d1b8, 0x03c6d200, 0x04752000)
    compacting perm gen total 14848K, used 14731K [0x06a70000, 0x078f0000, 0x0aa70000)
    the space 14848K, 99% used [0x06a70000, 0x078d2e38, 0x078d3000, 0x078f0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Program Files\Java\jre1.5.0_07\bin\javaw.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
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000      C:\WINDOWS\system32\GDI32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d6c0000 - 0x6d857000      C:\Program Files\Java\jre1.5.0_07\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_07\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d380000 - 0x6d3b5000      C:\Program Files\Java\jre1.5.0_07\bin\jdwp.dll
    0x6d690000 - 0x6d69c000      C:\Program Files\Java\jre1.5.0_07\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_07\bin\java.dll
    0x6d6b0000 - 0x6d6bf000      C:\Program Files\Java\jre1.5.0_07\bin\zip.dll
    0x6d220000 - 0x6d227000      C:\Program Files\Java\jre1.5.0_07\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
    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
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_07\bin\net.dll
    VM Arguments:
    jvm_args: -Dcatalina.base=C:\Documents and Settings\user1\My Documents\Workspace\Projects\.metadata\.plugins\org.eclipse.wst.server.core\tmp0 -Dcatalina.home=C:\Program Files\apache-tomcat-5.5.17 -Djava.endorsed.dirs=C:\Program Files\apache-tomcat-5.5.17\common\endorsed -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:1303
    java_command: org.apache.catalina.startup.Bootstrap start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0_07
    PATH=c:\program files\imagemagick-6.2.9-q16;C:\Program Files\MiKTeX 2.5\miktex\bin;C:\Program Files\Java\jdk\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jwsdp-2.0\jaxb\bin;C:\Program Files\Nmap
    USERNAME=user1
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 14 Stepping 8, 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, ht
    Memory: 4k page, physical 1046636k(336292k free), swap 2517580k(1922348k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_07-b03) for windows-x86, built on May 3 2006 01:04:38 by "java_re" with MS VC++ 6.0

    [http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/crashes.html]

  • JVM crash for RCP/SWT application under windows

    Hi,
    We are running an RCP application under windows which uses SWT components .Intermittently the JVM carshes.I doubt SWT is the prime suspect or JVM???We are unable to identify the exact sequence in which the crash occurs.I'm attaching some hs_err_pdi* log files for the abnormal crash.
    Any insight appreciated.
    rgds,
    tess
    Core dump 1:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6d6f09, pid=528, tid=2988
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x96f09]
    --------------- T H R E A D ---------------
    Current thread (0x00368338): JavaThread "main" [_thread_in_vm, id=2988]
    siginfo: ExceptionCode=0xc0000005, reading address 0x65636194
    Registers:
    EAX=0x65636170, EBX=0x00a47c80, ECX=0x0006eeb4, EDX=0x00a82480
    ESP=0x0006eea8, EBP=0x0006eec0, ESI=0x076271e8, EDI=0x0000021e
    EIP=0x6d6d6f09, EFLAGS=0x00010216
    Top of Stack: (sp=0x0006eea8)
    0x0006eea8: 076271e8 0000021e 076271e8 0006f000
    0x0006eeb8: 076271e8 00a47c80 0006f000 6d7091d8
    0x0006eec8: 076271e8 6d6f779a 003687ac 07608b68
    0x0006eed8: 00368338 6d766380 00000002 0006f108
    0x0006eee8: 00a82d81 0006f12c 00368338 00000002
    0x0006eef8: 00368338 003687c4 06c21f40 0000000a
    0x0006ef08: 00000000 0000000a 00368740 00367ef8
    0x0006ef18: 00367f00 003682ec 003687dc 003687bc
    Instructions: (pc=0x6d6d6f09)
    0x6d6d6ef9: ec 83 ec 0c 56 8b 75 08 57 56 8b 46 08 8d 4d f4
    0x6d6d6f09: 0f b7 40 24 89 45 fc 8b 46 0c 8b 78 14 e8 ae 92
    Stack: [0x00030000,0x00070000), sp=0x0006eea8, free space=251k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x96f09]
    V [jvm.dll+0xc91d8]
    V [jvm.dll+0x7c921]
    j com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(IZ)Z+127
    j com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces()Z+246
    j com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(Z)Z+87
    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.DOMParser.parse(Lorg/xml/sax/InputSource;)V+43
    j com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;+61
    j org.eclipse.jface.dialogs.DialogSettings.load(Ljava/io/Reader;)V+18
    j org.eclipse.jface.dialogs.DialogSettings.load(Ljava/lang/String;)V+29
    j org.eclipse.ui.plugin.AbstractUIPlugin.loadDialogSettings()V+57
    j org.eclipse.ui.plugin.AbstractUIPlugin.getDialogSettings()Lorg/eclipse/jface/dialogs/IDialogSettings;+8
    j org.eclipse.ui.internal.registry.PerspectiveRegistry.load()V+11
    j org.eclipse.ui.internal.WorkbenchPlugin.getPerspectiveRegistry()Lorg/eclipse/ui/IPerspectiveRegistry;+22
    j org.eclipse.ui.internal.Workbench.getPerspectiveRegistry()Lorg/eclipse/ui/IPerspectiveRegistry;+3
    j org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow()V+2
    j org.eclipse.ui.internal.Workbench.openFirstTimeWindow()V+17
    j org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow()V+7
    j org.eclipse.ui.application.WorkbenchAdvisor.openWindows()Z+45
    j org.eclipse.ui.internal.Workbench.init(Lorg/eclipse/swt/widgets/Display;)Z+671
    j org.eclipse.ui.internal.Workbench.runUI()I+39
    j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+11
    j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
    j com.stabilix.hc.Application.run(Ljava/lang/Object;)Ljava/lang/Object;+237
    j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+257
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+170
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+57
    v ~StubRoutines::call_stub
    V [jvm.dll+0x818e8]
    V [jvm.dll+0xd4989]
    V [jvm.dll+0x817b9]
    V [jvm.dll+0xe4c04]
    V [jvm.dll+0x9f94f]
    C [java.dll+0x6c08]
    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 org.eclipse.core.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+181
    j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)V+107
    j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
    j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+10
    v ~StubRoutines::call_stub
    V [jvm.dll+0x818e8]
    V [jvm.dll+0xd4989]
    V [jvm.dll+0x817b9]
    V [jvm.dll+0x88747]
    C [javaw.exe+0x14c0]
    C [javaw.exe+0x313d]
    C [kernel32.dll+0x16d4f]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(IZ)Z+127
    j com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces()Z+246
    j com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(Z)Z+87
    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.DOMParser.parse(Lorg/xml/sax/InputSource;)V+43
    j com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;+61
    j org.eclipse.jface.dialogs.DialogSettings.load(Ljava/io/Reader;)V+18
    j org.eclipse.jface.dialogs.DialogSettings.load(Ljava/lang/String;)V+29
    j org.eclipse.ui.plugin.AbstractUIPlugin.loadDialogSettings()V+57
    j org.eclipse.ui.plugin.AbstractUIPlugin.getDialogSettings()Lorg/eclipse/jface/dialogs/IDialogSettings;+8
    j org.eclipse.ui.internal.registry.PerspectiveRegistry.load()V+11
    j org.eclipse.ui.internal.WorkbenchPlugin.getPerspectiveRegistry()Lorg/eclipse/ui/IPerspectiveRegistry;+22
    j org.eclipse.ui.internal.Workbench.getPerspectiveRegistry()Lorg/eclipse/ui/IPerspectiveRegistry;+3
    j org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow()V+2
    j org.eclipse.ui.internal.Workbench.openFirstTimeWindow()V+17
    j org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow()V+7
    j org.eclipse.ui.application.WorkbenchAdvisor.openWindows()Z+45
    j org.eclipse.ui.internal.Workbench.init(Lorg/eclipse/swt/widgets/Display;)Z+671
    j org.eclipse.ui.internal.Workbench.runUI()I+39
    j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+11
    j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
    j com.stabilix.hc.Application.run(Ljava/lang/Object;)Ljava/lang/Object;+237
    j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+257
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+170
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+57
    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 org.eclipse.core.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+181
    j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)V+107
    j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
    j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+10
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0b16ad20 JavaThread "Thread-1" daemon [_thread_blocked, id=2932]
    0x0af3f128 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=1568]
    0x0affb840 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=3368]
    0x0ad535f0 JavaThread "State Data Manager" daemon [_thread_blocked, id=4088]
    0x00a4de70 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3972]
    0x00a4c408 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2056]
    0x00a4b0d0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=988]
    0x00a495e8 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=2076]
    0x00a48740 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=4012]
    0x00a42698 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=2960]
    0x00a38e98 JavaThread "Finalizer" daemon [_thread_blocked, id=2808]
    0x00a37a08 JavaThread "Reference Handler" daemon [_thread_blocked, id=1212]
    =>0x00368338 JavaThread "main" [_thread_in_vm, id=2988]
    Other Threads:
    0x00a338c0 VMThread [id=2156]
    0x00a4f0b8 WatcherThread [id=4048]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 0K [0x02a80000, 0x02b20000, 0x02f60000)
    eden space 512K, 0% used [0x02a80000, 0x02a80000, 0x02b00000)
    from space 64K, 0% used [0x02b10000, 0x02b10000, 0x02b20000)
    to space 64K, 0% used [0x02b00000, 0x02b00000, 0x02b10000)
    tenured generation total 4928K, used 2954K [0x02f60000, 0x03430000, 0x06a80000)
    the space 4928K, 59% used [0x02f60000, 0x03242a58, 0x03242c00, 0x03430000)
    compacting perm gen total 12288K, used 12078K [0x06a80000, 0x07680000, 0x0aa80000)
    the space 12288K, 98% used [0x06a80000, 0x0764ba68, 0x0764bc00, 0x07680000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jre1.5.0_02\bin\javaw.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
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d640000 - 0x6d7c5000      C:\Program Files\Java\jre1.5.0_02\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_02\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d380000 - 0x6d3b5000      C:\Program Files\Java\jre1.5.0_02\bin\jdwp.dll
    0x6d610000 - 0x6d61c000      C:\Program Files\Java\jre1.5.0_02\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_02\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Program Files\Java\jre1.5.0_02\bin\zip.dll
    0x6d220000 - 0x6d227000      C:\Program Files\Java\jre1.5.0_02\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
    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
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_02\bin\net.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_02\bin\nio.dll
    0x10000000 - 0x10050000      C:\Eclipse-Latest\eclipse\workspace\.metadata\.plugins\org.eclipse.pde.core\hc.product\org.eclipse.osgi\bundles\66\1\.cp\swt-win32-3201.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\COMCTL32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\SHELL32.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x74d90000 - 0x74dfb000      C:\WINDOWS\system32\USP10.dll
    VM Arguments:
    jvm_args: -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,suspend=y,address=localhost:3797
    java_command: org.eclipse.core.launcher.Main -launcher c:\Eclipse-Latest\eclipse\eclipse -name Eclipse -showsplash 600 -product com.stabilix.hc.hc -data C:\Eclipse-Latest\eclipse\runtime-hc.product -configuration file:C:/Eclipse-Latest/eclipse/workspace/.metadata/.plugins/org.eclipse.pde.core/hc.product/ -dev file:C:/Eclipse-Latest/eclipse/workspace/.metadata/.plugins/org.eclipse.pde.core/hc.product/dev.properties -pdelaunch -os win32 -ws win32 -arch x86
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0_02
    CLASSPATH=.;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cisuz.jar;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C:\PROGRA~1\IBM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\tools\db2XTrigger.jar;C:\PROGRA~1\IBM\SQLLIB\java\common.jar;C:\DBXML\dbxml-2.0.9\dbxml\bin\release\dbxml.jar;C:\DBXML\dbxml-2.0.9\dbxml\bin\release\dbxml.jar;C:\DBXML\dbxml-2.0.9\dbxml\bin\release\dbxml.jar;.;C:\Program Files\Java\jdk1.5.0_02;C:\workspace\test;C:\Program Files\Java\jdk1.5.0_02\bin;C:\Program Files\Sleepycat Software\Berkeley DB XML 2.1.8\jar\dbxml.jar;C:\Program Files\Sleepycat Software\Berkeley DB XML 2.1.8\jar\db.jar;C:\Program Files\Sleepycat Software\Berkeley DB XML 2.1.8\jar\dbxmlexamples.jar;C:\Program Files\Sleepycat Software\Berkeley DB XML 2.1.8\jar\dbexamples.jar;C:\jbpm\jbpm-starters-kit-with-eclipse-3.0\jbpm-designer\eclipse\workspace\simple\map;C:\jbpm\jbpm-starters-kit-with-eclipse-3.0\jbpm-designer\eclipse;
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\NetManage\Windows;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\jdk1.3.1_02\include;C:\DBXML\dbxml-2.0.9\dbxml\bin\release;C:\jdk1.3.1_02\bin;C:\Program Files\ZeusSCC-CVS;C:\Program Files\Java\jdk1.5.0_02\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Sleepycat Software\Berkeley DB XML 2.1.8\bin;C:\jbpm\jbpm-starters-kit-with-eclipse-3.0\jbpm-designer\eclipse;C:\MSSQL7\BINN;C:\Eclipse-Latest\eclipse\configuration\org.eclipse.osgi\bundles\64\1\.cp;C:\PROGRA~1\IBM\CLIENT~1;C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1\Emulator;C:\Eclipse-Latest\birt-runtime-1_0_1\bin
    USERNAME=metty
    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 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 522228k(84240k free), swap 2028336k(1554380k 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
    Core dump:2
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0537f870, pid=3376, tid=2188
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode, sharing)
    # Problematic frame:
    # C 0x0537f870
    --------------- T H R E A D ---------------
    Current thread (0x00357dc8): JavaThread "main" [_thread_in_native, id=2188]
    siginfo: ExceptionCode=0xc0000005, reading address 0x0537f870
    Registers:
    EAX=0x7ffdf000, EBX=0x00000000, ECX=0x00000000, EDX=0x00000002
    ESP=0x0006f1ec, EBP=0x0006f214, ESI=0x0537f870, EDI=0x0006f250
    EIP=0x0537f870, EFLAGS=0x00010202
    Top of Stack: (sp=0x0006f1ec)
    0x0006f1ec: 77d48734 0014074a 0000001c 00000000
    0x0006f1fc: 00000508 0537f870 dcbaabcd 00000000
    0x0006f20c: 0006f250 0537f870 0006f27c 77d48816
    0x0006f21c: 0537f870 0014074a 0000001c 00000000
    0x0006f22c: 00000508 00000000 0014074a 00000102
    0x0006f23c: 00000014 00000001 00000000 00000000
    0x0006f24c: 00000010 00000000 00000001 00000000
    0x0006f25c: 00000000 00000000 0006f230 0006ee10
    Instructions: (pc=0x0537f870)
    0x0537f860:
    [error occurred during error reporting, step 100, id 0xc0000005]
    Stack: [0x00030000,0x00070000), sp=0x0006f1ec, free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x0537f870
    C [USER32.dll+0x8816]
    C [USER32.dll+0xb4c0]
    C [USER32.dll+0xb50c]
    C [ntdll.dll+0xeae3]
    C [USER32.dll+0x9402]
    C [swt-win32-3201.dll+0x8179]
    J org.eclipse.swt.internal.win32.OS.PeekMessageW(Lorg/eclipse/swt/internal/win32/MSG;IIII)Z
    J org.eclipse.swt.widgets.Display.readAndDispatch()Z
    J org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
    v ~OSRAdapter
    j org.eclipse.ui.internal.Workbench.runUI()I+108
    j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+11
    j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
    j com.stabilix.hc.Application.run(Ljava/lang/Object;)Ljava/lang/Object;+167
    j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+257
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+170
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+57
    v ~StubRoutines::call_stub
    V [jvm.dll+0x818e8]
    V [jvm.dll+0xd4989]
    V [jvm.dll+0x817b9]
    V [jvm.dll+0xe4c04]
    V [jvm.dll+0x9f94f]
    C [java.dll+0x6c08]
    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 org.eclipse.core.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+181
    j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)V+107
    j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
    j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+10
    v ~StubRoutines::call_stub
    V [jvm.dll+0x818e8]
    V [jvm.dll+0xd4989]
    V [jvm.dll+0x817b9]
    V [jvm.dll+0x88747]
    C [javaw.exe+0x14c0]
    C [javaw.exe+0x313d]
    C [kernel32.dll+0x16d4f]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J org.eclipse.swt.internal.win32.OS.PeekMessageW(Lorg/eclipse/swt/internal/win32/MSG;IIII)Z
    J org.eclipse.swt.widgets.Display.readAndDispatch()Z
    J org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
    v ~OSRAdapter
    j org.eclipse.ui.internal.Workbench.runUI()I+108
    j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+11
    j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
    j com.stabilix.hc.Application.run(Ljava/lang/Object;)Ljava/lang/Object;+167
    j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+257
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+170
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+57
    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 org.eclipse.core.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+181
    j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)V+107
    j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
    j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+10
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x03076980 JavaThread "Worker-0" [_thread_blocked, id=884]
    0x00a6cdc0 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=2340]
    0x00a68920 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=2936]
    0x00a612b0 JavaThread "State Data Manager" daemon [_thread_blocked, id=484]
    0x00a0e2f8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3280]
    0x00a0ced0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3264]
    0x00a0c1c0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=844]
    0x00a094a0 JavaThread "Finalizer" daemon [_thread_blocked, id=3680]
    0x00a07ff0 JavaThread "Reference Handler" daemon [_thread_blocked, id=2316]
    =>0x00357dc8 JavaThread "main" [_thread_in_native, id=2188]
    Other Threads:
    0x00a07008 VMThread [id=2964]
    0x00a0f508 WatcherThread [id=552]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 704K, used 454K [0x22a70000, 0x22b30000, 0x22f50000)
    eden space 640K, 68% used [0x22a70000, 0x22ade4e8, 0x22b10000)
    from space 64K, 20% used [0x22b20000, 0x22b23540, 0x22b30000)
    to space 64K, 0% used [0x22b10000, 0x22b10000, 0x22b20000)
    tenured generation total 8776K, used 5412K [0x22f50000, 0x237e2000, 0x26a70000)
    the space 8776K, 61% used [0x22f50000, 0x23499290, 0x23499400, 0x237e2000)
    compacting perm gen total 20480K, used 20413K [0x26a70000, 0x27e70000, 0x2aa70000)
    the space 20480K, 99% used [0x26a70000, 0x27e5f6c8, 0x27e5f800, 0x27e70000)
    ro space 8192K, 62% used [0x2aa70000, 0x2af78018, 0x2af78200, 0x2b270000)
    rw space 12288K, 46% used [0x2b270000, 0x2b7fc620, 0x2b7fc800, 0x2be70000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jre1.5.0_02\bin\javaw.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
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d640000 - 0x6d7c5000      C:\Program Files\Java\jre1.5.0_02\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_02\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      C:\Program Files\Java\jre1.5.0_02\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_02\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Program Files\Java\jre1.5.0_02\bin\zip.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_02\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_02\bin\nio.dll
    0x10000000 - 0x10050000      C:\Eclipse-Latest\eclipse\workspace\.metadata\.plugins\org.eclipse.pde.core\Eclipse Application\org.eclipse.osgi\bundles\8\1\.cp\swt-win32-3201.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\COMCTL32.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\SHELL32.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x74d90000 - 0x74dfb000      C:\WINDOWS\system32\USP10.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.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
    0x74c80000 - 0x74cac000      C:\WINDOWS\system32\oleacc.dll
    0x76080000 - 0x760e5000      C:\WINDOWS\system32\MSVCP60.dll
    0x20000000 - 0x202c5000      C:\WINDOWS\system32\xpsp2res.dll
    0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x75cf0000 - 0x75d81000      C:\WINDOWS\System32\mlang.dll
    0x76380000 - 0x76385000      C:\WINDOWS\system32\msimg32.dll
    0x77760000 - 0x778ce000      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
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
    0x771b0000 - 0x77256000      C:\WINDOWS\system32\WININET.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x77260000 - 0x772ff000      C:\WINDOWS\system32\urlmon.dll
    0x77b40000 - 0x77b62000      C:\WINDOWS\system32\appHelp.dll
    0x75e90000 - 0x75f40000      C:\WINDOWS\system32\SXS.DLL
    0x6d000000 - 0x6d166000      C:\Program Files\Java\jre1.5.0_02\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x03a60000 - 0x03ae8000      C:\WINDOWS\System32\shdoclc.dll
    0x72b20000 - 0x72b38000      C:\WINDOWS\system32\plugin.ocx
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.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
    VM Arguments:
    java_command: org.eclipse.core.launcher.Main -launcher c:\Eclipse-Latest\eclipse\eclipse -name Eclipse -showsplash 600 -product com.stabilix.hc.hc -data C:\Eclipse-Latest\eclipse\runtime-EclipseApplication -configuration file:C:/Eclipse-Latest/eclipse/workspace/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/ -dev file:C:/Eclipse-Latest/eclipse/workspace/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/dev.properties -pdelaunch -os win32 -ws win32 -arch x86
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0_02
    CLASSPATH=.;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cisuz.jar;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C:\PROGRA~1\IBM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\tools\db2XTrigger.jar;C:\PROGRA~1\IBM\SQLLIB\java\common.jar;C:\DBXML\dbxml-2.0.9\dbxml\bin\release\dbxml.jar;C:\DBXML\dbxml-2.0.9\dbxml\bin\release\dbxml.jar;C:\DBXML\dbxml-2.0.9\dbxml\bin\release\dbxml.jar;.;C:\Program Files\Java\jdk1.5.0_02;C:\workspace\test;C:\Program Files\Java\jdk1.5.0_02\bin;C:\Program Files\Sleepycat Software\Berkeley DB XML 2.1.8\jar\dbxml.jar;C:\Program Files\Sleepycat Software\Berkeley DB XML 2.1.8\jar\db.jar;C:\Program Files\Sleepycat Software\Berkeley DB XML 2.1.8\jar\dbxmlexamples.jar;C:\Program Files\Sleepycat Software\Berkeley DB XML 2.1.8\jar\dbexamples.jar;C:\jbpm\jbpm-starters-kit-with-eclipse-3.0\jbpm-designer\eclipse\workspace\simple\map;C:\jbpm\jbpm-starters-kit-with-eclipse-3.0\jbpm-designer\eclipse;
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\NetManage\Windows;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\jdk1.3.1_02\include;C:\DBXML\dbxml-2.0.9\dbxml\bin\release;C:\jdk1.3.1_02\bin;C:\Program Files\ZeusSCC-CVS;C:\Program Files\Java\jdk1.5.0_02\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Sleepycat Software\Berkeley DB XML 2.1.8\bin;C:\jbpm\jbpm-starters-kit-with-eclipse-3.0\jbpm-designer\eclipse;C:\MSSQL7\BINN;C:\Eclipse-Latest\eclipse\configuration\org.eclipse.osgi\bundles\64\1\.cp;C:\PROGRA~1\IBM\CLIENT~1;C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1\Emulator;C:\Eclipse-Latest\birt-runtime-1_0_1\bin
    USERNAME=metty
    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 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 522228k(79952k free), swap 2028336k(1491168k fr

    First, I would try and get the latest JDK 1.5.0_06 or 1.5.0_u7.. Next I would look
    at the swt version you have..We've seen issues like this before.. Simple update of swt and the problem went away. Worth a try. Good luck

  • The crash happened outside the java virtual machine in native code

    Hi,
    I have a biometric device with which I am given some C++ dlls. I am trying to call methods inside these using java (jna). I am loading the dll "zkemsdk.dll+" as follows:
    zkemkeeper INSTANCE1 = (zkemkeeper)Native.loadLibrary("zkemsdk", zkemkeeper.class);//zkemsdk is the dll, I am loading the dll here.
    Then, I am calling the function:
    zkemkeeper.INSTANCE1.Z_Connect_NETEX("ip address",4370);//Z_Connect_NETEX is a function inside zkemsdk.dll
    This returns me true or false based on whether am connected to the biometric device or not.Thus I am able to invoke this method without issues. But for other methods inside the dll, run time exception is thrown in console:
    Can someone help me resolve this issue. ??? Following is the content of the log file generated.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0351fe3b, pid=1664, tid=3832
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C [zkemsdk.dll+0xfe3b]
    # If you would like to submit a bug report, please visit:
    # http://www.java.net/external?url=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.
    --------------- T H R E A D ---------------
    Current thread (0x003a9000): JavaThread "main" [_thread_in_native, id=3832, stack(0x008c0000,0x00910000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000106
    Registers:
    EAX=0x0090f7c4, EBX=0x00000001, ECX=0x00000000, EDX=0x00000001
    ESP=0x0090f7b4, EBP=0x0090f848, ESI=0x00000096, EDI=0x003a9000
    EIP=0x0351fe3b, EFLAGS=0x00010216
    Top of Stack: (sp=0x0090f7b4)
    0x0090f7b4: 00000000 0090f930 000003fc 00000103
    0x0090f7c4: 0090f800 6d9532d0 373e92a0 00912ec5
    0x0090f7d4: 00000401 0090f7d8 369860d1 0090f800
    0x0090f7e4: 37390050 00000000 37390f90 00000000
    0x0090f7f4: 0090f800 0090f930 003a9000 0090f830
    0x0090f804: 10008fd8 0090f840 0090f930 00000008
    0x0090f814: 0090f88c 0090fa28 0090f8f4 0090f848
    0x0090f824: eb53f637 0351ffdc 00000096 00000003
    Instructions: (pc=0x0351fe3b)
    0x0351fe2b: 0f 53 50 8d 44 24 18 50 e8 58 7c 00 00 83 c4 0c
    0x0351fe3b: 8b 4e 70 51 8b 0e 83 c3 04 53 6a 64 8d 54 24 18
    Stack: [0x008c0000,0x00910000], sp=0x0090f7b4, free space=13d0090f2e8k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [zkemsdk.dll+0xfe3b]
    C [jna5972695927945545932.tmp+0x9182]
    C [jna5972695927945545932.tmp+0x2161]
    C [jna5972695927945545932.tmp+0x2849]
    j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
    j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+90
    j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
    j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
    j $Proxy0.Z_Beep(J)Z+19
    j com.rfarrays.bhabs.fingerPrint.main([Ljava/lang/String;)V+84
    v ~StubRoutines::call_stub
    V [jvm.dll+0xf049c]
    V [jvm.dll+0x17fcf1]
    V [jvm.dll+0xf051d]
    V [jvm.dll+0xf9bc5]
    V [jvm.dll+0x10181d]
    C [javaw.exe+0x2155]
    C [javaw.exe+0x8614]
    C [kernel32.dll+0xb729]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.jna.Function.invokeInt(I[Ljava/lang/Object;)I+0
    j com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;+90
    j com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+194
    j com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+344
    j $Proxy0.Z_Beep(J)Z+19
    j com.rfarrays.bhabs.fingerPrint.main([Ljava/lang/String;)V+84
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x02b10c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1976, stack(0x02dc0000,0x02e10000)]
    0x02b0a400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1280, stack(0x02d70000,0x02dc0000)]
    0x02b08c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1984, stack(0x02d20000,0x02d70000)]
    0x02b07800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2160, stack(0x02cd0000,0x02d20000)]
    0x02b02400 JavaThread "Finalizer" daemon [_thread_blocked, id=2052, stack(0x02c80000,0x02cd0000)]
    0x02afd800 JavaThread "Reference Handler" daemon [_thread_blocked, id=752, stack(0x02c30000,0x02c80000)]
    =>0x003a9000 JavaThread "main" [_thread_in_native, id=3832, stack(0x008c0000,0x00910000)]
    Other Threads:
    0x02afc400 VMThread [stack: 0x02be0000,0x02c30000] [id=1504]
    0x02b1b800 WatcherThread [stack: 0x02e10000,0x02e60000] [id=1980]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 4928K, used 2455K [0x22970000, 0x22ec0000, 0x27ec0000)
    eden space 4416K, 55% used [0x22970000, 0x22bd5db0, 0x22dc0000)
    from space 512K, 0% used [0x22dc0000, 0x22dc0000, 0x22e40000)
    to space 512K, 0% used [0x22e40000, 0x22e40000, 0x22ec0000)
    tenured generation total 10944K, used 0K [0x27ec0000, 0x28970000, 0x32970000)
    the space 10944K, 0% used [0x27ec0000, 0x27ec0000, 0x27ec0200, 0x28970000)
    compacting perm gen total 12288K, used 343K [0x32970000, 0x33570000, 0x36970000)
    the space 12288K, 2% used [0x32970000, 0x329c5f20, 0x329c6000, 0x33570000)
    ro space 10240K, 51% used [0x36970000, 0x36e9ae00, 0x36e9ae00, 0x37370000)
    rw space 12288K, 54% used [0x37370000, 0x37a072d8, 0x37a07400, 0x37f70000)
    Dynamic libraries:
    0x00400000 - 0x00424000 C:\Program Files\Java\jre6\bin\javaw.exe
    0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f03000 C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
    0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
    0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
    0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\msvcr71.dll
    0x6d800000 - 0x6da97000 C:\Program Files\Java\jre6\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x6d7b0000 - 0x6d7bc000 C:\Program Files\Java\jre6\bin\verify.dll
    0x6d330000 - 0x6d34f000 C:\Program Files\Java\jre6\bin\java.dll
    0x6d290000 - 0x6d298000 C:\Program Files\Java\jre6\bin\hpi.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d7f0000 - 0x6d7ff000 C:\Program Files\Java\jre6\bin\zip.dll
    0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
    0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
    0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
    0x6d610000 - 0x6d623000 C:\Program Files\Java\jre6\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
    0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
    0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x10000000 - 0x10052000 C:\Documents and Settings\bkonwar\Local Settings\Temp\jna5972695927945545932.tmp
    0x03510000 - 0x03546000 C:\WINDOWS\system32\zkemsdk.dll
    0x03560000 - 0x03574000 C:\WINDOWS\system32\commpro.dll
    0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -Dfile.encoding=Cp1252
    java_command: com.xyz.bhabs.fingerPrint
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:/Program Files/Java/jre6/lib/i386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;;C:\Program Files\Java\jre1.6.0_07\bin;C:\Program Files\Android\android-sdk-windows\tools;C:\Program Files\TortoiseSVN\bin
    USERNAME=BKonwar
    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 3
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2085780k(1286036k free), swap 4024188k(3249652k free)
    vm_info: Java HotSpot(TM) Client VM (16.3-b01) for windows-x86 JRE (1.6.0_20-b02), built on Apr 12 2010 13:52:23 by "java_re" with MS VC++ 7.1 (VS2003)
    time: Wed May 25 10:02:24 2011
    elapsed time: 21 seconds
    Regards,
    Bhabs
    Edited by: 861222 on May 25, 2011 12:19 AM

    861222 wrote:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0351fe3b, pid=1664, tid=3832Not much to tell here. This line here looks suspiciously like a null-pointer error happening in the native code. It is impossible to say how, where and why. Go back to your code and start debugging I'd say, see where invalid data can be passed to the native code.

  • CS5 keeps crashing when using the move tool

    Hi there
    This issue is intermitent, sometimes I can work with Photoshop for a whole day without any issues. However, this morning and other times, when I try to do a simple task, Photoshop just crashes instantly.
    For example, the latest crash happened with I did the following:
    1. Opened up a JPEG file with a file size of 258kb, nothing out of the ordinary.
    2. Opened a new document, with the dimensions 1280x1024
    3. Copied the JPEG image.
    4. Pasted the JPEG image into the new blank document.
    5. Ctrl+T to resize the image.
    6. Click the move tool to move the image, and crash, "Photoshop has stopped responding...Sent Error Report" dialog box.
    There is no other programs running, only Photoshop CS5, all Adobe products are updated.
    Please if you could give me any guidence as to a way of fixing this asap, as I am currently not able to do any work.
    Any help is greatly appreciated
    Thanks
    Steve

    Hi Chris
    I added a Photoshop exception to UltraMon like you said and I thought that fixed it, until today, I ran into the same issue.
    I have attached the new crash dump, as before.
    Let me know your thoughts, would be great if this can be solved
    Cheers
    Microsoft (R) DrWtsn32
    Copyright (C) 1985-2001 Microsoft Corp. All rights reserved.
    Application exception occurred:
            App: C:\Program Files\Adobe\Adobe Photoshop CS5\Photoshop.exe (pid=2308)
            When: 03/03/2011 @ 12:24:09.440
            Exception number: c000001d (illegal instruction)
    *----> System Information <----*
            Computer Name: DELL-XP-STEVEF
            User Name: stevef
            Terminal Session Id: 0
            Number of Processors: 2
            Processor Type: x86 Family 6 Model 15 Stepping 11
            Windows Version: 5.1
            Current Build: 2600
            Service Pack: 3
            Current Type: Multiprocessor Free
            Registered Organization: Click with Technology Ltd
            Registered Owner: Steve Forbes
    *----> Task List <----*
       0 System Process
       4 System
    1452 smss.exe
    1508 csrss.exe
    1548 winlogon.exe
    1592 services.exe
    1604 lsass.exe
    1780 Ati2evxx.exe
    1808 svchost.exe
    1852 svchost.exe
    192 svchost.exe
    408 svchost.exe
    568 svchost.exe
    660 Ati2evxx.exe
    816 spoolsv.exe
    920 svchost.exe
    1012 svchost.exe
    1028 AppleMobileDeviceService.exe
    1108 mDNSResponder.exe
    1192 jqs.exe
    1248 svchost.exe
    256 Explorer.EXE
    1280 TSVNCache.exe
    1512 alg.exe
    1240 ICO.EXE
    2284 Acrotray.exe
    2500 smax4pnp.exe
    2700 jusched.exe
    2720 SetPoint.exe
    2728 MOM.exe
    2808 itype.exe
    2820 iTunesHelper.exe
    2852 winampa.exe
    2864 ctfmon.exe
    2872 GoogleUpdate.exe
    2880 msnmsgr.exe
    3232 UltraMon.exe
    3260 Dropbox.exe
    3272 PAGEANT.EXE
    3292 iPodService.exe
    3416 KHALMNPR.EXE
    3564 UltraMonTaskbar.exe
    3676 ccc.exe
    360 chrome.exe
    2144 chrome.exe
    2336 chrome.exe
    2384 chrome.exe
    2392 chrome.exe
    2404 chrome.exe
    2416 chrome.exe
    2424 chrome.exe
    2440 chrome.exe
    292 chrome.exe
    836 chrome.exe
    1056 chrome.exe
    1072 chrome.exe
    2152 chrome.exe
    2328 chrome.exe
    3936 chrome.exe
    3944 chrome.exe
    4028 chrome.exe
    3088 trillian.exe
    3100 chrome.exe
    2276 chrome.exe
    2368 chrome.exe
    3792 chrome.exe
    2308 Photoshop.exe
    2652 CS5ServiceManager.exe
    3720 chrome.exe
    2584 winamp.exe
    1504 chrome.exe
    2228 notepad.exe
    244 chrome.exe
    3220 javaw.exe
    1652 taskmgr.exe
    2708 drwtsn32.exe
    *----> Module List <----*
    (0000000000360000 - 00000000003a8000: C:\Program Files\Adobe\Adobe Photoshop CS5\AdobeOwlCanvas.dll
    (00000000003c0000 - 00000000003fc000: C:\Program Files\Adobe\Adobe Photoshop CS5\ahclient.dll
    (0000000000400000 - 0000000002c2c000: C:\Program Files\Adobe\Adobe Photoshop CS5\Photoshop.exe
    (0000000002c30000 - 0000000002d84000: C:\Program Files\Adobe\Adobe Photoshop CS5\AdobeOwl.dll
    (0000000002da0000 - 0000000002da9000: C:\WINDOWS\system32\Normaliz.dll
    (0000000002db0000 - 0000000002e56000: C:\Program Files\Adobe\Adobe Photoshop CS5\AXEDOMCore.dll
    (0000000002e70000 - 0000000003312000: C:\Program Files\Adobe\Adobe Photoshop CS5\MPS.dll
    (0000000003330000 - 0000000003447000: C:\Program Files\Adobe\Adobe Photoshop CS5\PlugPlug.dll
    (0000000003bb0000 - 0000000003c06000: C:\Program Files\Adobe\Adobe Photoshop CS5\LogSession.dll
    (0000000004030000 - 00000000041d1000: C:\Program Files\Adobe\Adobe Photoshop CS5\AdobeLinguistic.dll
    (0000000004eb0000 - 0000000004fd9000: C:\Program Files\Adobe\Adobe Photoshop CS5\Photoshop.dll
    (0000000004ff0000 - 00000000051d6000: C:\Program Files\Adobe\Adobe Photoshop CS5\PSViews.dll
    (00000000051f0000 - 000000000559e000: C:\Program Files\Adobe\Adobe Photoshop CS5\PSArt.dll
    (0000000005a30000 - 0000000005b16000: C:\Program Files\Adobe\Adobe Photoshop CS5\amtlib.dll
    (0000000005b40000 - 0000000005c54000: C:\Program Files\Adobe\Adobe Photoshop CS5\amtservices.dll
    (0000000005ef0000 - 0000000005f5a000: C:\Program Files\Adobe\Adobe Photoshop CS5\adobe_caps.dll
    (0000000006080000 - 00000000060a8000: C:\Program Files\Adobe\Adobe Photoshop CS5\asneu.dll
    (0000000006e20000 - 00000000070e5000: C:\WINDOWS\system32\xpsp2res.dll
    (00000000071f0000 - 0000000007280000: C:\Program Files\Adobe\Adobe Photoshop CS5\AdobePIP.dll
    (0000000007280000 - 00000000072ec000: C:\Program Files\Adobe\Adobe Photoshop CS5\aif_core.dll
    (00000000073f0000 - 00000000073fc000: C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\Extensions\FastCore.8BX
    (0000000007410000 - 00000000074b8000: C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\Extensions\MMXCore.8BX
    (00000000074d0000 - 0000000007793000: C:\Program Files\Adobe\Adobe Photoshop CS5\libmmd.dll
    (00000000077b0000 - 0000000007802000: C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\Extensions\MultiProcessor Support.8BX
    (0000000007820000 - 000000000782e000: C:\Program Files\Adobe\Adobe Photoshop CS5\PLUGIN.dll
    (0000000007940000 - 0000000007a7b000: C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\ADM\ADMPlugin.apl
    (0000000007aa0000 - 0000000007aac000: C:\Program Files\Adobe\Adobe Photoshop CS5\QuickTimeGlue.dll
    (0000000007ae0000 - 0000000007b2c000: C:\Program Files\Adobe\Adobe Photoshop CS5\AdobeXMP.dll
    (0000000007b40000 - 0000000007ec9000: C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\File Formats\Dicom.8BI
    (0000000008010000 - 0000000008364000: C:\Program Files\Adobe\Adobe Photoshop CS5\dvaadameve.dll
    (0000000008380000 - 000000000838e000: C:\Program Files\Adobe\Adobe Photoshop CS5\boost_threads.dll
    (00000000083a0000 - 000000000852c000: C:\Program Files\Adobe\Adobe Photoshop CS5\dvacore.dll
    (0000000008540000 - 00000000088c1000: C:\Program Files\Adobe\Adobe Photoshop CS5\dvaui.dll
    (00000000095d0000 - 0000000009619000: C:\Program Files\Adobe\Adobe Photoshop CS5\BIB.dll
    (0000000009740000 - 0000000009780000: C:\Program Files\Adobe\Adobe Photoshop CS5\BIBUtils.dll
    (00000000097a0000 - 000000000989c000: C:\Program Files\Adobe\Adobe Photoshop CS5\ACE.dll
    (00000000099c0000 - 0000000009d2a000: C:\Program Files\Adobe\Adobe Photoshop CS5\AGM.dll
    (0000000009d50000 - 000000000a047000: C:\Program Files\Adobe\Adobe Photoshop CS5\CoolType.dll
    (000000000a070000 - 000000000a09e000: C:\Program Files\Adobe\Adobe Photoshop CS5\AXE8SharedExpat.dll
    (000000000a990000 - 000000000a9eb000: C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\PDFShell.dll
    (000000000acb0000 - 000000000acc1000: C:\WINDOWS\system32\twext.dll
    (000000000c030000 - 000000000c125000: C:\Program Files\Common Files\Microsoft Shared\Web Folders\MSONSEXT.DLL
    (000000000c180000 - 000000000c194000: C:\Program Files\Common Files\Microsoft Shared\Web Folders\1033\nsextint.dll
    (000000000c1c0000 - 000000000c1db000: C:\WINDOWS\system32\actxprxy.dll
    (000000000c200000 - 000000000c249000: C:\WINDOWS\system32\PortableDeviceApi.dll
    (000000000c700000 - 000000000c954000: C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\Extensions\ScriptingSupport.8li
    (000000000c960000 - 000000000ca06000: C:\Program Files\Adobe\Adobe Photoshop CS5\ExtendScript.dll
    (000000000ca20000 - 000000000cab1000: C:\Program Files\Adobe\Adobe Photoshop CS5\ScCore.dll
    (000000000cbe0000 - 000000000cbfb000: C:\Program Files\Common Files\Adobe\APE\3.1\adbeapecore.dll
    (000000000f020000 - 000000000f148000: C:\Program Files\Adobe\Adobe Photoshop CS5\WRServices.dll
    (000000000f5a0000 - 000000000f5ce000: C:\Program Files\Adobe\Adobe Photoshop CS5\tbb.dll
    (000000000f600000 - 000000000f630000: C:\WINDOWS\system32\atiadlxx.dll
    (0000000010000000 - 0000000010009000: C:\Program Files\Adobe\Adobe Photoshop CS5\adbeape.dll
    (0000000010010000 - 00000000108b1000: C:\Program Files\Common Files\Adobe\APE\3.1\AdobeSWFL.dll
    (0000000012110000 - 00000000121a3000: C:\Program Files\Adobe\Adobe Photoshop CS5\updaternotifications.dll
    (00000000122c0000 - 0000000012308000: C:\Program Files\Common Files\Adobe\CS5ServiceManager\lib\ServiceManager-Launcher.dll
    (0000000017d10000 - 0000000017d29000: C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\CNMCP95.DLL
    (0000000017d30000 - 0000000017d50000: C:\WINDOWS\system32\prntvpt.dll
    (0000000017e20000 - 0000000017ea8000: C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\CNMDR95.DLL
    (000000001c0a0000 - 000000001c468000: C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\Filters\Standard MultiPlugin.8BF
    (000000001c670000 - 000000001c6de000: C:\WINDOWS\system32\shimgvw.dll
    (000000001c9a0000 - 000000001cb74000: C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\CNMUI95.DLL
    (000000001d380000 - 000000001d4da000: C:\WINDOWS\system32\msxml6.dll
    (0000000034fa0000 - 0000000035146000: C:\WINDOWS\system32\D3D9.DLL
    (0000000035150000 - 0000000035389000: C:\Program Files\Adobe\Adobe Photoshop CS5\aif_ogl.dll
    (0000000035390000 - 0000000036434000: C:\WINDOWS\system32\atioglxx.dll
    (0000000036540000 - 00000000365db000: C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\MSVCR80.dll
    (0000000039ae0000 - 0000000039af8000: C:\Program Files\Common Files\TortoiseOverlays\TortoiseOverlays.dll
    (0000000039ba0000 - 0000000039bae000: C:\Program Files\TortoiseSVN\bin\TortoiseStub.dll
    (0000000039bd0000 - 0000000039c9a000: C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll
    (0000000039cd0000 - 0000000039ce2000: C:\Program Files\TortoiseSVN\bin\intl3_tsvn.dll
    (0000000039d00000 - 0000000039d17000: C:\Documents and Settings\stevef.CWTHO\Application Data\Dropbox\bin\DropboxExt.14.dll
    (000000003a150000 - 000000003a188000: C:\Program Files\Adobe\Adobe Photoshop CS5\pdfsettings.dll
    (000000003d930000 - 000000003da16000: C:\WINDOWS\system32\WININET.dll
    (000000003db60000 - 000000003dc08000: C:\Program Files\Adobe\Adobe Photoshop CS5\JP2KLib.dll
    (000000003dfd0000 - 000000003e1b9000: C:\WINDOWS\system32\iertutil.dll
    (00000000431c0000 - 00000000437b9000: C:\Program Files\Adobe\Adobe Photoshop CS5\AdobePDFL.dll
    (000000004d4f0000 - 000000004d549000: C:\WINDOWS\system32\WINHTTP.dll
    (000000004ec50000 - 000000004edfb000: C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6001.22319_x-ww_f0b4c2df\gdiplus.dll
    (000000004fad0000 - 00000000506b1000: C:\Program Files\Common Files\Adobe\Plug-Ins\CS5\File Formats\Camera Raw.8bi
    (0000000059a60000 - 0000000059b01000: C:\WINDOWS\system32\dbghelp.dll
    (000000005ad70000 - 000000005ada8000: C:\WINDOWS\system32\uxtheme.dll
    (000000005b860000 - 000000005b8b5000: C:\WINDOWS\system32\NETAPI32.dll
    (000000005ed00000 - 000000005edcc000: C:\WINDOWS\system32\OPENGL32.dll
    (0000000061880000 - 00000000618ba000: C:\WINDOWS\system32\OLEACC.dll
    (00000000662b0000 - 0000000066308000: C:\WINDOWS\system32\hnetcfg.dll
    (0000000066e90000 - 0000000066ed1000: C:\WINDOWS\system32\icm32.dll
    (0000000068b20000 - 0000000068b40000: C:\WINDOWS\system32\GLU32.dll
    (000000006a000000 - 000000006a29c000: C:\Program Files\Adobe\Adobe Photoshop CS5\cg.dll
    (000000006a400000 - 000000006a44e000: C:\Program Files\Adobe\Adobe Photoshop CS5\cgGL.dll
    (000000006d990000 - 000000006d996000: C:\WINDOWS\system32\d3d8thk.dll
    (000000006ee60000 - 000000006ee8f000: C:\Program Files\TortoiseSVN\bin\libaprutil_tsvn.dll
    (000000006eec0000 - 000000006eee2000: C:\Program Files\TortoiseSVN\bin\libapr_tsvn.dll
    (0000000071a50000 - 0000000071a8f000: C:\WINDOWS\system32\mswsock.dll
    (0000000071a90000 - 0000000071a98000: C:\WINDOWS\System32\wshtcpip.dll
    (0000000071aa0000 - 0000000071aa8000: C:\WINDOWS\system32\WS2HELP.dll
    (0000000071ab0000 - 0000000071ac7000: C:\WINDOWS\system32\WS2_32.dll
    (0000000071ad0000 - 0000000071ad9000: C:\WINDOWS\system32\WSOCK32.dll
    (0000000071b20000 - 0000000071b32000: C:\WINDOWS\system32\MPR.dll
    (0000000071bf0000 - 0000000071c03000: C:\WINDOWS\system32\SAMLIB.dll
    (0000000071c10000 - 0000000071c1e000: C:\WINDOWS\System32\ntlanman.dll
    (0000000071c80000 - 0000000071c87000: C:\WINDOWS\System32\NETRAP.dll
    (0000000071c90000 - 0000000071cd0000: C:\WINDOWS\System32\NETUI1.dll
    (0000000071cd0000 - 0000000071ce7000: C:\WINDOWS\System32\NETUI0.dll
    (0000000072d10000 - 0000000072d18000: C:\WINDOWS\system32\msacm32.drv
    (0000000072d20000 - 0000000072d29000: C:\WINDOWS\system32\wdmaud.drv
    (0000000073000000 - 0000000073026000: C:\WINDOWS\system32\WINSPOOL.DRV
    (0000000073760000 - 00000000737ab000: C:\WINDOWS\system32\DDRAW.dll
    (0000000073b30000 - 0000000073b45000: C:\WINDOWS\system32\mscms.dll
    (0000000073ba0000 - 0000000073bb3000: C:\WINDOWS\system32\STI.DLL
    (0000000073bc0000 - 0000000073bc6000: C:\WINDOWS\system32\DCIMAN32.dll
    (0000000073c20000 - 0000000073c2b000: C:\WINDOWS\system32\ATMLIB.dll
    (0000000073f10000 - 0000000073f6c000: C:\WINDOWS\system32\DSOUND.dll
    (0000000074720000 - 000000007476c000: C:\WINDOWS\system32\MSCTF.dll
    (0000000074ae0000 - 0000000074ae7000: C:\WINDOWS\system32\CFGMGR32.dll
    (0000000074ed0000 - 0000000074ede000: C:\WINDOWS\system32\wbem\wbemsvc.dll
    (0000000074ef0000 - 0000000074ef8000: C:\WINDOWS\system32\wbem\wbemprox.dll
    (0000000075290000 - 00000000752c7000: C:\WINDOWS\system32\wbem\wbemcomn.dll
    (00000000754d0000 - 0000000075550000: C:\WINDOWS\system32\CRYPTUI.dll
    (00000000755c0000 - 00000000755ee000: C:\WINDOWS\system32\msctfime.ime
    (0000000075690000 - 0000000075706000: C:\WINDOWS\system32\wbem\fastprox.dll
    (0000000075830000 - 0000000075875000: C:\WINDOWS\system32\mstask.dll
    (0000000075cf0000 - 0000000075d81000: C:\WINDOWS\system32\mlang.dll
    (0000000075f60000 - 0000000075f67000: C:\WINDOWS\System32\drprov.dll
    (0000000075f70000 - 0000000075f7a000: C:\WINDOWS\System32\davclnt.dll
    (0000000075f80000 - 000000007607d000: C:\WINDOWS\system32\browseui.dll
    (0000000076080000 - 00000000760e5000: C:\WINDOWS\system32\MSVCP60.dll
    (0000000076360000 - 0000000076370000: C:\WINDOWS\system32\WINSTA.dll
    (0000000076380000 - 0000000076385000: C:\WINDOWS\system32\MSIMG32.dll
    (0000000076390000 - 00000000763ad000: C:\WINDOWS\system32\IMM32.DLL
    (00000000763b0000 - 00000000763f9000: C:\WINDOWS\system32\COMDLG32.dll
    (0000000076780000 - 0000000076789000: C:\WINDOWS\system32\SHFOLDER.dll
    (00000000767a0000 - 00000000767b3000: C:\WINDOWS\system32\NTDSAPI.dll
    (00000000767f0000 - 0000000076818000: C:\WINDOWS\system32\schannel.dll
    (0000000076820000 - 0000000076835000: C:\WINDOWS\system32\hlink.dll
    (0000000076980000 - 0000000076988000: C:\WINDOWS\system32\LINKINFO.dll
    (0000000076990000 - 00000000769b5000: C:\WINDOWS\system32\ntshrui.dll
    (00000000769c0000 - 0000000076a74000: C:\WINDOWS\system32\USERENV.dll
    (0000000076b20000 - 0000000076b31000: C:\WINDOWS\system32\ATL.DLL
    (0000000076b40000 - 0000000076b6d000: C:\WINDOWS\system32\WINMM.dll
    (0000000076bf0000 - 0000000076bfb000: C:\WINDOWS\system32\PSAPI.DLL
    (0000000076c30000 - 0000000076c5e000: C:\WINDOWS\system32\WINTRUST.dll
    (0000000076c90000 - 0000000076cb8000: C:\WINDOWS\system32\IMAGEHLP.dll
    (0000000076d60000 - 0000000076d79000: C:\WINDOWS\system32\IPHLPAPI.DLL
    (0000000076e10000 - 0000000076e35000: C:\WINDOWS\system32\adsldpc.dll
    (0000000076f20000 - 0000000076f47000: C:\WINDOWS\system32\DNSAPI.dll
    (0000000076f50000 - 0000000076f58000: C:\WINDOWS\system32\WTSAPI32.dll
    (0000000076f60000 - 0000000076f8c000: C:\WINDOWS\system32\WLDAP32.dll
    (0000000076fd0000 - 000000007704f000: C:\WINDOWS\system32\CLBCATQ.DLL
    (0000000077050000 - 0000000077115000: C:\WINDOWS\system32\COMRes.dll
    (0000000077120000 - 00000000771ab000: C:\WINDOWS\system32\OLEAUT32.dll
    (00000000773d0000 - 00000000774d3000: C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll
    (00000000774e0000 - 000000007761e000: C:\WINDOWS\system32\ole32.dll
    (0000000077690000 - 00000000776b1000: C:\WINDOWS\system32\NTMARTA.DLL
    (0000000077920000 - 0000000077a13000: C:\WINDOWS\system32\SETUPAPI.dll
    (0000000077a80000 - 0000000077b15000: C:\WINDOWS\system32\CRYPT32.dll
    (0000000077b20000 - 0000000077b32000: C:\WINDOWS\system32\MSASN1.dll
    (0000000077b40000 - 0000000077b62000: C:\WINDOWS\system32\Apphelp.dll
    (0000000077bd0000 - 0000000077bd7000: C:\WINDOWS\system32\midimap.dll
    (0000000077be0000 - 0000000077bf5000: C:\WINDOWS\system32\MSACM32.dll
    (0000000077c00000 - 0000000077c08000: C:\WINDOWS\system32\VERSION.dll
    (0000000077c10000 - 0000000077c68000: C:\WINDOWS\system32\msvcrt.dll
    (0000000077cc0000 - 0000000077cf2000: C:\WINDOWS\system32\ACTIVEDS.dll
    (0000000077dd0000 - 0000000077e6b000: C:\WINDOWS\system32\ADVAPI32.dll
    (0000000077e70000 - 0000000077f03000: C:\WINDOWS\system32\RPCRT4.dll
    (0000000077f10000 - 0000000077f59000: C:\WINDOWS\system32\GDI32.dll
    (0000000077f60000 - 0000000077fd6000: C:\WINDOWS\system32\SHLWAPI.dll
    (0000000077fe0000 - 0000000077ff1000: C:\WINDOWS\system32\Secur32.dll
    (0000000078130000 - 0000000078263000: C:\WINDOWS\system32\urlmon.dll
    (0000000078480000 - 000000007850e000: C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_d495ac4e\MSVCP90.dll
    (0000000078520000 - 00000000785c3000: C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_d495ac4e\MSVCR90.dll
    (000000007c340000 - 000000007c396000: C:\Documents and Settings\stevef.CWTHO\Application Data\Dropbox\bin\MSVCR71.dll
    (000000007c3a0000 - 000000007c41b000: C:\Documents and Settings\stevef.CWTHO\Application Data\Dropbox\bin\MSVCP71.dll
    (000000007c800000 - 000000007c8f6000: C:\WINDOWS\system32\kernel32.dll
    (000000007c900000 - 000000007c9b2000: C:\WINDOWS\system32\ntdll.dll
    (000000007c9c0000 - 000000007d1d7000: C:\WINDOWS\system32\SHELL32.dll
    (000000007d1e0000 - 000000007d49c000: C:\WINDOWS\system32\msi.dll
    (000000007e290000 - 000000007e403000: C:\WINDOWS\system32\shdocvw.dll
    (000000007e410000 - 000000007e4a1000: C:\WINDOWS\system32\USER32.dll
    (000000007e720000 - 000000007e7d0000: C:\WINDOWS\system32\SXS.DLL
    *----> State Dump for Thread Id 0xe54 <----*
    eax=4614a620 ebx=00000009 ecx=01efec6c edx=0012f2a4 esi=0012f2d0 edi=0012f2b0
    eip=65637275 esp=0012f28c ebp=0012f2b0 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function: <nosymbols>
            65637261 ffff             ???
            65637263 ffff             ???
            65637265 ffff             ???
            65637267 ffff             ???
            65637269 ffff             ???
            6563726b ffff             ???
            6563726d ffff             ???
            6563726f ffff             ???
            65637271 ffff             ???
            65637273 ffff             ???
    FAULT ->65637275 ffff             ???
            65637277 ffff             ???
            65637279 ffff             ???
            6563727b ffff             ???
            6563727d ffff             ???
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Adobe Photoshop CS5\aif_ogl.dll -
            6563727f ff3535353535 push dword ptr [aif_ogl!AIF__OGL__Texture3__`vftable'+0x67641 (35353535)]
            65637285 3535353535       xor     eax,0x35353535
            6563728a 3535353535       xor     eax,0x35353535
            6563728f 3535353535       xor     eax,0x35353535
            65637294 3535353535       xor     eax,0x35353535
            65637299 3535353535       xor     eax,0x35353535
    *----> Stack Back Trace <----*
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\ole32.dll -
    WARNING: Stack unwind information not available. Following frames may be wrong.
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\USER32.dll -
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\ntdll.dll -
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Adobe Photoshop CS5\Photoshop.exe -
    ChildEBP RetAddr  Args to Child             
    0012f2b0 7757ac89 4614a620 0012f2d0 0012f2e4 0x65637275
    0012f308 77558ec0 0004031e 00000009 4614a620 ole32!OleIsCurrentClipboard+0x155
    0012f320 7e418734 0004031e 00000305 00000009 ole32!CoWaitForMultipleHandles+0x1d47
    0012f34c 7e418816 7752fa9d 0004031e 00000305 USER32!GetDC+0x6d
    0012f3b4 7e428ea0 00000000 7752fa9d 0004031e USER32!GetDC+0x14f
    0012f408 7e428eec 0367c188 00000305 00000009 USER32!DefWindowProcW+0x180
    0012f430 7c90e473 0012f440 00000018 0367c188 USER32!DefWindowProcW+0x1cc
    0012f474 012a9294 0012f500 00000000 00000000 ntdll!KiUserCallbackDispatcher+0x13
    0012f534 012d4ad0 c5369d17 00000000 03ca07e8 Photoshop+0xea9294
    00000000 00000000 00000000 00000000 00000000 Photoshop+0xed4ad0
    *----> Raw Stack Dump <----*
    000000000012f28c  3d af 57 77 20 a6 14 46 - d0 f2 12 00 a4 f2 12 00  =.Ww ..F........
    000000000012f29c  01 00 00 00 05 40 00 80 - 00 00 00 00 00 00 00 00  .....@..........
    000000000012f2ac  00 00 00 00 08 f3 12 00 - 89 ac 57 77 20 a6 14 46  ..........Ww ..F
    000000000012f2bc  d0 f2 12 00 e4 f2 12 00 - 88 f3 12 00 00 00 00 00  ................
    000000000012f2cc  00 00 00 00 09 00 00 00 - 00 00 00 00 01 00 00 00  ................
    000000000012f2dc  ff ff ff ff 10 00 00 00 - 01 00 00 00 00 00 00 00  ................
    000000000012f2ec  00 00 00 00 c4 f2 12 00 - b8 ee 12 00 a4 f3 12 00  ................
    000000000012f2fc  49 49 5f 77 d0 ac 57 77 - ff ff ff ff 20 f3 12 00  II_w..Ww.... ...
    000000000012f30c  c0 8e 55 77 1e 03 04 00 - 09 00 00 00 20 a6 14 46  ..Uw........ ..F
    000000000012f31c  9d fa 52 77 4c f3 12 00 - 34 87 41 7e 1e 03 04 00  ..RwL...4.A~....
    000000000012f32c  05 03 00 00 09 00 00 00 - 00 00 00 00 9d fa 52 77  ..............Rw
    000000000012f33c  cd ab ba dc 00 00 00 00 - 88 f3 12 00 9d fa 52 77  ..............Rw
    000000000012f34c  b4 f3 12 00 16 88 41 7e - 9d fa 52 77 1e 03 04 00  ......A~..Rw....
    000000000012f35c  05 03 00 00 09 00 00 00 - 00 00 00 00 00 00 00 00  ................
    000000000012f36c  1e 03 04 00 00 00 00 00 - 14 00 00 00 01 00 00 00  ................
    000000000012f37c  00 00 00 00 00 00 00 00 - 10 00 00 00 00 00 00 00  ................
    000000000012f38c  9e 03 07 00 01 00 00 00 - 00 00 00 00 00 00 00 00  ................
    000000000012f39c  68 f3 12 00 b8 ee 12 00 - f8 f3 12 00 8f 04 44 7e  h.............D~
    000000000012f3ac  30 88 41 7e 00 00 00 00 - 08 f4 12 00 a0 8e 42 7e  0.A~..........B~
    000000000012f3bc  00 00 00 00 9d fa 52 77 - 1e 03 04 00 05 03 00 00  ......Rw........
    *----> State Dump for Thread Id 0x7c4 <----*
    eax=012d9580 ebx=00000002 ecx=0012f6b4 edx=0015b728 esi=00000154 edi=00000000
    eip=7c90e514 esp=056dff14 ebp=056dff78 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function: ntdll!KiFastSystemCallRet
            7c90e4fa e829000000       call    ntdll!RtlRaiseException (7c90e528)
            7c90e4ff 8b0424           mov     eax,[esp]
            7c90e502 8be5             mov     esp,ebp
            7c90e504 5d               pop     ebp
            7c90e505 c3               ret
            7c90e506 8da42400000000   lea     esp,[esp]
            7c90e50d 8d4900           lea     ecx,[ecx]
            ntdll!KiFastSystemCall:
            7c90e510 8bd4             mov     edx,esp
            7c90e512 0f34             sysenter
            ntdll!KiFastSystemCallRet:
            7c90e514 c3               ret
            7c90e515 8da42400000000   lea     esp,[esp]
            7c90e51c 8d642400         lea     esp,[esp]
            ntdll!KiIntSystemCall:
            7c90e520 8d542408         lea     edx,[esp+0x8]
            7c90e524 cd2e             int     2e
            7c90e526 c3               ret
            7c90e527 90               nop
            ntdll!RtlRaiseException:
            7c90e528 55               push    ebp
            7c90e529 8bec             mov     ebp,esp
    *----> Stack Back Trace <----*
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\kernel32.dll -
    WARNING: Stack unwind information not available. Following frames may be wrong.
    ChildEBP RetAddr  Args to Child             
    056dff78 7c802542 00000154 ffffffff 00000000 ntdll!KiFastSystemCallRet
    056dff8c 012d943f 00000154 ffffffff 7c9eaaed kernel32!WaitForSingleObject+0x12
    056dffec 00000000 012d9580 00000000 00000000 Photoshop+0xed943f
    *----> Raw Stack Dump <----*
    00000000056dff14  5a df 90 7c db 25 80 7c - 54 01 00 00 00 00 00 00  Z..|.%.|T.......
    00000000056dff24  00 00 00 00 30 25 80 7c - b4 ff 6d 05 02 00 00 00  ....0%.|..m.....
    00000000056dff34  14 00 00 00 01 00 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000056dff44  10 00 00 00 88 dc 62 a9 - 8c 2f 50 80 00 40 fd 7f  ......b../P..@..
    00000000056dff54  00 d0 fd 7f 00 00 00 00 - 00 00 00 00 28 ff 6d 05  ............(.m.
    00000000056dff64  c4 f8 4f 80 dc ff 6d 05 - d8 9a 83 7c 08 26 80 7c  ..O...m....|.&.|
    00000000056dff74  00 00 00 00 8c ff 6d 05 - 42 25 80 7c 54 01 00 00  ......m.B%.|T...
    00000000056dff84  ff ff ff ff 00 00 00 00 - ec ff 6d 05 3f 94 2d 01  ..........m.?.-.
    00000000056dff94  54 01 00 00 ff ff ff ff - ed aa 9e 7c f8 1e 16 00  T..........|....
    00000000056dffa4  00 00 00 00 94 95 2d 01 - b4 ff 6d 05 02 00 00 00  ......-...m.....
    00000000056dffb4  00 00 00 00 29 b7 80 7c - 00 00 00 00 ed aa 9e 7c  ....)..|.......|
    00000000056dffc4  f8 1e 16 00 00 00 00 00 - 00 d0 fd 7f 00 00 00 00  ................
    00000000056dffd4  c0 ff 6d 05 b8 49 5e 8a - ff ff ff ff d8 9a 83 7c  ..m..I^........|
    00000000056dffe4  30 b7 80 7c 00 00 00 00 - 00 00 00 00 00 00 00 00  0..|............
    00000000056dfff4  80 95 2d 01 00 00 00 00 - 00 00 00 00 00 00 00 00  ..-.............
    00000000056e0004  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000056e0014  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000056e0024  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000056e0034  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000056e0044  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    *----> State Dump for Thread Id 0x434 <----*
    eax=ffffffff ebx=057dfd3c ecx=095a14b0 edx=0000157e esi=00000000 edi=7ffd4000
    eip=7c90e514 esp=057dfd14 ebp=057dfdb0 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function: ntdll!KiFastSystemCallRet
            7c90e4fa e829000000       call    ntdll!RtlRaiseException (7c90e528)
            7c90e4ff 8b0424           mov     eax,[esp]
            7c90e502 8be5             mov     esp,ebp
            7c90e504 5d               pop     ebp
            7c90e505 c3               ret
            7c90e506 8da42400000000   lea     esp,[esp]
            7c90e50d 8d4900           lea     ecx,[ecx]
            ntdll!KiFastSystemCall:
            7c90e510 8bd4             mov     edx,esp
            7c90e512 0f34             sysenter
            ntdll!KiFastSystemCallRet:
            7c90e514 c3               ret
            7c90e515 8da42400000000   lea     esp,[esp]
            7c90e51c 8d642400         lea     esp,[esp]
            ntdll!KiIntSystemCall:
            7c90e520 8d542408         lea     edx,[esp+0x8]
            7c90e524 cd2e             int     2e
            7c90e526 c3               ret
            7c90e527 90               nop
            ntdll!RtlRaiseException:
            7c90e528 55               push    ebp
            7c90e529 8bec             mov     ebp,esp
    *----> Stack Back Trace <----*
    WARNING: Stack unwind information not available. Following frames may be wrong.
    ChildEBP RetAddr  Args to Child             
    057dfdb0 7c80a115 00000001 057dfe18 00000000 ntdll!KiFastSystemCallRet
    057dfdcc 01ba1bef 00000001 057dfe18 00000000 kernel32!WaitForMultipleObjects+0x18
    00000001 00000000 00000000 00000000 00000000 Photoshop!std___Init_locks__operator=+0x88fe71
    *----> Raw Stack Dump <----*
    00000000057dfd14  4a df 90 7c 90 95 80 7c - 01 00 00 00 3c fd 7d 05  J..|...|....<.}.
    00000000057dfd24  01 00 00 00 00 00 00 00 - 70 fd 7d 05 00 00 00 00  ........p.}.....
    00000000057dfd34  fe ff ff ff 00 ff ff ff - e0 0c 00 00 a0 5b 1b 46  .............[.F
    00000000057dfd44  10 fe 7d 05 41 00 91 7c - 48 07 98 03 5d 00 91 7c  ..}.A..|H...]..|
    00000000057dfd54  e7 9b 80 7c a8 5b 1b 46 - 14 00 00 00 01 00 00 00  ...|.[.F........
    00000000057dfd64  00 00 00 00 00 00 00 00 - 10 00 00 00 20 4e 00 00  ............ N..
    00000000057dfd74  f0 d8 ff ff a3 01 81 7c - 00 40 fd 7f 00 c0 fd 7f  .......|.@......
    00000000057dfd84  ff ff ff ff 70 fd 7d 05 - 3c fd 7d 05 2c fe 7d 05  ....p.}.<.}.,.}.
    00000000057dfd94  01 00 00 00 30 fd 7d 05 - 13 df 80 7c 44 fe 7d 05  ....0.}....|D.}.
    00000000057dfda4  d8 9a 83 7c 80 96 80 7c - 00 00 00 00 cc fd 7d 05  ...|...|......}.
    00000000057dfdb4  15 a1 80 7c 01 00 00 00 - 18 fe 7d 05 00 00 00 00  ...|......}.....
    00000000057dfdc4  fe ff ff ff 00 00 00 00 - 01 00 00 00 ef 1b ba 01  ................
    00000000057dfdd4  01 00 00 00 18 fe 7d 05 - 00 00 00 00 fe ff ff ff  ......}.........
    00000000057dfde4  bf 95 59 c0 78 fe 7d 05 - e8 fe 7d 05 a8 5b 1b 46  ..Y.x.}...}..[.F
    00000000057dfdf4  40 ff 7d 05 00 00 00 00 - ff ff ff ff 00 00 00 00  @.}.............
    00000000057dfe04  ff ff ff ff 01 cc 76 02 - 4c fe 7d 05 01 cc 76 02  ......v.L.}...v.
    00000000057dfe14  fe ff ff ff e0 0c 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000057dfe24  a8 5b 1b 46 84 fe 4a 00 - 95 fe 4a 00 63 96 59 c0  .[.F..J...J.c.Y.
    00000000057dfe34  e8 fe 7d 05 28 ff 7d 05 - 40 ff 7d 05 01 00 00 00  ..}.(.}.@.}.....
    00000000057dfe44  b4 fe 7d 05 f8 4c da 01 - 00 00 00 00 4d ff 4a 00  ..}..L......M.J.
    *----> State Dump for Thread Id 0x898 <----*
    eax=01c2e2b0 ebx=00000000 ecx=000001b9 edx=00000019 esi=03da0001 edi=03da0f38
    eip=7c8106f9 esp=058dfffc ebp=7c911028 iopl=0         nv up ei pl nz na pe nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00000200
    function: kernel32!CreateThread
            7c8106de 1cff             sbb     al,0xff
            7c8106e0 7518             jnz     kernel32!CreateThread+0x23 (7c8106fa)
            7c8106e2 ff7514           push    dword ptr [ebp+0x14]
            7c8106e5 ff7510           push    dword ptr [ebp+0x10]
            7c8106e8 ff750c           push    dword ptr [ebp+0xc]
            7c8106eb ff7508           push    dword ptr [ebp+0x8]
            7c8106ee 6aff             push    0xff
            7c8106f0 e8d7fdffff       call    kernel32!CreateRemoteThread (7c8104cc)
            7c8106f5 5d               pop     ebp
            7c8106f6 c21800           ret     0x18
            7c8106f9 33ed             xor     ebp,ebp
            7c8106fb 53               push    ebx
            7c8106fc 50               push    eax
            7c8106fd 6a00             push    0x0
            7c8106ff e9eeafffff       jmp    kernel32!GetModuleFileNameA+0x183 (7c80b6f2)
            7c810704 90               nop
            7c810705 33ed             xor     ebp,ebp
            7c810707 50               push    eax
            7c810708 6a00             push    0x0
            7c81070a e945690000     jmp kernel32!RegisterWaitForInputIdle+0x26 (7c817054)
            7c81070f 90               nop
    *----> Stack Back Trace <----*
    WARNING: Stack unwind information not available. Following frames may be wrong.
    ChildEBP RetAddr  Args to Child             
    7c911028 758b2859 e345c6e4 0547f600 801b7410 kernel32!CreateThread+0x22
    01e44d8b 24beb001 06022001 24c03001 24c0e001 0x758b2859
    2478c001 00000000 00000000 00000000 00000000 0x24beb001
    *----> Raw Stack Dump <----*
    00000000058dfffc  00 00 00 00 0d 00 a4 03 - 02 00 3f 00 fb 30 3f 00  ..........?..0?.
    00000000058e000c  45 81 81 9f e0 fc 00 00 - 00 00 00 00 00 00 03 3e  E..............>
    00000000058e001c  00 00 01 00 02 00 03 00 - 04 00 05 00 06 00 07 00  ................
    00000000058e002c  08 00 09 00 0a 00 0b 00 - 0c 00 0d 00 0e 00 0f 00  ................
    00000000058e003c  10 00 11 00 12 00 13 00 - 14 00 15 00 16 00 17 00  ................
    00000000058e004c  18 00 19 00 1a 00 1b 00 - 1c 00 1d 00 1e 00 1f 00  ................
    00000000058e005c  20 00 21 00 22 00 23 00 - 24 00 25 00 26 00 27 00   .!.".#.$.%.&.'.
    00000000058e006c  28 00 29 00 2a 00 2b 00 - 2c 00 2d 00 2e 00 2f 00  (.).*.+.,.-.../.
    00000000058e007c  30 00 31 00 32 00 33 00 - 34 00 35 00 36 00 37 00  0.1.2.3.4.5.6.7.
    00000000058e008c  38 00 39 00 3a 00 3b 00 - 3c 00 3d 00 3e 00 3f 00  8.9.:.;.<.=.>.?.
    00000000058e009c  40 00 41 00 42 00 43 00 - 44 00 45 00 46 00 47 00  @.A.B.C.D.E.F.G.
    00000000058e00ac  48 00 49 00 4a 00 4b 00 - 4c 00 4d 00 4e 00 4f 00  H.I.J.K.L.M.N.O.
    00000000058e00bc  50 00 51 00 52 00 53 00 - 54 00 55 00 56 00 57 00  P.Q.R.S.T.U.V.W.
    00000000058e00cc  58 00 59 00 5a 00 5b 00 - 5c 00 5d 00 5e 00 5f 00  X.Y.Z.[.\.].^._.
    00000000058e00dc  60 00 61 00 62 00 63 00 - 64 00 65 00 66 00 67 00  `.a.b.c.d.e.f.g.
    00000000058e00ec  68 00 69 00 6a 00 6b 00 - 6c 00 6d 00 6e 00 6f 00  h.i.j.k.l.m.n.o.
    00000000058e00fc  70 00 71 00 72 00 73 00 - 74 00 75 00 76 00 77 00  p.q.r.s.t.u.v.w.
    00000000058e010c  78 00 79 00 7a 00 7b 00 - 7c 00 7d 00 7e 00 7f 00  x.y.z.{.|.}.~...
    00000000058e011c  80 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000058e012c  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    *----> State Dump for Thread Id 0xab8 <----*
    eax=0604d060 ebx=05eefecc ecx=00000041 edx=00000000 esi=00000000 edi=7ffd4000
    eip=7c90e514 esp=05eefea4 ebp=05eeff40 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function: ntdll!KiFastSystemCallRet
            7c90e4fa e829000000       call    ntdll!RtlRaiseException (7c90e528)
            7c90e4ff 8b0424           mov     eax,[esp]
            7c90e502 8be5             mov     esp,ebp
            7c90e504 5d               pop     ebp
            7c90e505 c3               ret
            7c90e506 8da42400000000   lea     esp,[esp]
            7c90e50d 8d4900           lea     ecx,[ecx]
            ntdll!KiFastSystemCall:
            7c90e510 8bd4             mov     edx,esp
            7c90e512 0f34             sysenter
            ntdll!KiFastSystemCallRet:
            7c90e514 c3               ret
            7c90e515 8da42400000000   lea     esp,[esp]
            7c90e51c 8d642400         lea     esp,[esp]
            ntdll!KiIntSystemCall:
            7c90e520 8d542408         lea     edx,[esp+0x8]
            7c90e524 cd2e             int     2e
            7c90e526 c3               ret
            7c90e527 90               nop
            ntdll!RtlRaiseException:
            7c90e528 55               push    ebp
            7c90e529 8bec             mov     ebp,esp
    *----> Stack Back Trace <----*
    WARNING: Stack unwind information not available. Following frames may be wrong.
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Adobe Photoshop CS5\amtservices.dll -
    ChildEBP RetAddr  Args to Child             
    05eeff40 7c80a115 00000002 05de4ce0 00000000 ntdll!KiFastSystemCallRet
    05eeff5c 05b7eb6e 00000002 05de4ce0 00000000 kernel32!WaitForMultipleObjects+0x18
    05de4748 05de4cb0 7a696c00 00000000 05de4cd0 amtservices+0x3eb6e
    05c26494 77534955 68637469 76726553 00656369 0x5de4cb0
    05b7ede0 fffffe68 082444f6 56097401 0081c8e8 ole32!CoGetStandardMarshal+0x159
    e8f18b56 00000000 00000000 00000000 00000000 0xfffffe68
    *----> Raw Stack Dump <----*
    0000000005eefea4  4a df 90 7c 90 95 80 7c - 02 00 00 00 cc fe ee 05  J..|...|........
    0000000005eefeb4  01 00 00 00 00 00 00 00 - 00 00 00 00 d4 4c de 05  .............L..
    0000000005eefec4  d0 4c de 05 28 4d de 05 - b8 01 00 00 bc 01 00 00  .L..(M..........
    0000000005eefed4  0f 00 00 00 01 00 00 00 - 00 63 01 00 07 00 00 00  .........c......
    0000000005eefee4  40 fe ee 05 69 6f 6e 00 - 14 00 00 00 01 00 00 00  @...ion.........
    0000000005eefef4  00 00 00 00 00 00 00 00 - 10 00 00 00 18 47 de 05  .............G..
    0000000005eeff04  48 47 de 05 28 4d de 05 - 00 40 fd 7f 00 a0 fd 7f  HG..(M...@......
    0000000005eeff14  18 47 de 05 00 00 00 00 - cc fe ee 05 ec ff ee 05  .G..............
    0000000005eeff24  02 00 00 00 c0 fe ee 05 - 6c ff ee 05 dc ff ee 05  ........l.......
    0000000005eeff34  d8 9a 83 7c 80 96 80 7c - 00 00 00 00 5c ff ee 05  ...|...|....\...
    0000000005eeff44  15 a1 80 7c 02 00 00 00 - e0 4c de 05 00 00 00 00  ...|.....L......
    0000000005eeff54  ff ff ff ff 00 00 00 00 - 48 47 de 05 6e eb b7 05  ........HG..n...
    0000000005eeff64  02 00 00 00 e0 4c de 05 - 00 00 00 00 ff ff ff ff  .....L..........
    0000000005eeff74  02 00 00 00 28 4d de 05 - 48 47 de 05 ec ff ee 05  ....(M..HG......
    0000000005eeff84  bc ec b7 05 d0 4c de 05 - 48 47 de 05 18 47 de 05  .....L..HG...G..
    0000000005eeff94  48 47 de 05 de 30 b6 05 - 02 00 00 00 00 00 15 00  HG...0..........
    0000000005eeffa4  28 4d de 05 af ee b7 05 - 18 47 de 05 00 00 15 00  (M.......G......
    0000000005eeffb4  22 02 91 7c 29 b7 80 7c - 28 4d de 05 00 00 15 00  "..|)..|(M......
    0000000005eeffc4  22 02 91 7c 28 4d de 05 - 00 a0 fd 7f 00 d6 6e 8a  "..|(M........n.
    0000000005eeffd4  c0 ff ee 05 58 33 96 89 - ff ff ff ff d8 9a 83 7c  ....X3.........|
    *----> State Dump for Thread Id 0x54c <----*
    eax=0000010e ebx=063dfe7c ecx=00000000 edx=7c90e514 esi=00000000 edi=7ffd4000
    eip=7c90e514 esp=063dfe54 ebp=063dfef0 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function: ntdll!KiFastSystemCallRet
            7c90e4fa e829000000       call    ntdll!RtlRaiseException (7c90e528)
            7c90e4ff 8b0424           mov     eax,[esp]
            7c90e502 8be5             mov     esp,ebp
            7c90e504 5d               pop     ebp
            7c90e505 c3               ret
            7c90e506 8da42400000000   lea     esp,[esp]
            7c90e50d 8d4900           lea     ecx,[ecx]
            ntdll!KiFastSystemCall:
            7c90e510 8bd4             mov     edx,esp
            7c90e512 0f34             sysenter
            ntdll!KiFastSystemCallRet:
            7c90e514 c3               ret
            7c90e515 8da42400000000   lea     esp,[esp]
            7c90e51c 8d642400         lea     esp,[esp]
            ntdll!KiIntSystemCall:
            7c90e520 8d542408         lea     edx,[esp+0x8]
            7c90e524 cd2e             int     2e
            7c90e526 c3               ret
            7c90e527 90               nop
            ntdll!RtlRaiseException:
            7c90e528 55               push    ebp
            7c90e529 8bec             mov     ebp,esp
    *----> Stack Back Trace <----*
    WARNING: Stack unwind information not available. Following frames may be wrong.
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6001.22319_x-ww_f0b4c2df\gdiplus.dll -
    ChildEBP RetAddr  Args to Child             
    063dfef0 7e4195f9 00000002 063dff18 00000000 ntdll!KiFastSystemCallRet
    063dff4c 7e4196a8 00000001 063dffac ffffffff USER32!GetLastInputInfo+0x105
    063dff68 4ec683bd 00000001 063dffac 00000000 USER32!MsgWaitForMultipleObjects+0x1f
    063dffb4 7c80b729 00000000 7c80a174 00000011 gdiplus!GdipTranslateWorldTransform+0x3be
    063dffec 00000000 4ec68361 00000000 00000000 kernel32!GetModuleFileNameA+0x1ba
    *----> Raw Stack Dump <----*
    00000000063dfe54  4a df 90 7c 90 95 80 7c - 02 00 00 00 7c fe 3d 06  J..|...|....|.=.
    00000000063dfe64  01 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000063dfe74  02 00 00 00 00 00 00 00 - d0 01 00 00 04 02 00 00  ................
    00000000063dfe84  f1 c2 00 00 00 00 00 00 - 00 00 00 00 44 d1 74 03  ............D.t.
    00000000063dfe94  ab 8e 42 7e 00 00 00 00 - 14 00 00 00 01 00 00 00  ..B~............
    00000000063dfea4  00 00 00 00 00 00 00 00 - 10 00 00 00 5a 88 41 7e  ............Z.A~
    00000000063dfeb4  e4 fe 3d 06 74 94 45 7e - 00 40 fd 7f 00 90 fd 7f  ..=.t.E~.@......
    00000000063dfec4  56 04 09 00 00 00 00 00 - 7c fe 3d 06 84 94 45 7e  V.......|.=...E~
    00000000063dfed4  02 00 00 00 70 fe 3d 06 - 00 00 00 00 dc ff 3d 06  ....p.=.......=.
    00000000063dfee4  d8 9a 83 7c 80 96 80 7c - 00 00 00 00 4c ff 3d 06  ...|...|....L.=.
    00000000063dfef4  f9 95 41 7e 02 00 00 00 - 18 ff 3d 06 00 00 00 00  ..A~......=.....
    00000000063dff04  ff ff ff ff 00 00 00 00 - 40 a3 42 7e a4 72 dd 4e  [email protected]~.r.N
    00000000063dff14  00 00 00 00 d0 01 00 00 - 04 02 00 00 00 00 00 00  ................
    00000000063dff24  00 00 00 00 00 00 00 00 - 01 00 00 00 38 cf 74 03  ............8.t.
    00000000063dff34  00 90 fd 7f 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000063dff44  00 90 fd 7f 04 02 00 00 - 68 ff 3d 06 a8 96 41 7e  ........h.=...A~
    00000000063dff54  01 00 00 00 ac ff 3d 06 - ff ff ff ff ff 04 00 00  ......=.........
    00000000063dff64  18 ff 3d 06 b4 ff 3d 06 - bd 83 c6 4e 01 00 00 00  ..=...=....N....
    00000000063dff74  ac ff 3d 06 00 00 00 00 - ff ff ff ff ff 04 00 00  ..=.............
    00000000063dff84  74 a1 80 7c 11 00 00 00 - 00 00 00 00 5e 09 01 00  t..|........^...
    *----> State Dump for Thread Id 0x808 <----*
    eax=63342404 ebx=7c80a0db ecx=00000001 edx=609b23f0 esi=000002ec edi=00000000
    eip=7c90e514 esp=0793ff18 ebp=0793ff7c iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function: ntdll!KiFastSystemCallRet
            7c90e4fa e829000000       call    ntdll!RtlRaiseException (7c90e528)
            7c90e4ff 8b0424           mov     eax,[esp]
            7c90e502 8be5             mov     esp,ebp
            7c90e504 5d               pop     ebp
            7c90e505 c3               ret
            7c90e506 8da42400000000   lea     esp,[esp]
            7c90e50d 8d4900           lea     ecx,[ecx]
            ntdll!KiFastSystemCall:
            7c90e510 8bd4             mov     edx,esp
            7c90e512 0f34             sysenter
            ntdll!KiFastSystemCallRet:
            7c90e514 c3               ret
            7c90e515 8da42400000000   lea     esp,[esp]
            7c90e51c 8d642400         lea     esp,[esp]
            ntdll!KiIntSystemCall:
            7c90e520 8d542408         lea     edx,[esp+0x8]
            7c90e524 cd2e             int     2e
            7c90e526 c3               ret
            7c90e527 90               nop
            ntdll!RtlRaiseException:
            7c90e528 55               push    ebp
            7c90e529 8bec             mov     ebp,esp
    *----> Stack Back Trace <----*
    WARNING: Stack unwind information not available. Following frames may be wrong.
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\Extensions\MultiProcessor Support.8BX -
    ChildEBP RetAddr  Args to Child             
    0793ff7c 7c802542 000002ec ffffffff 00000000 ntdll!KiFastSystemCallRet
    0793ff90 077f6b5c 000002ec ffffffff 077f6afe kernel32!WaitForSingleObject+0x12
    0793ffb4 7c80b729 00000000 0017f1e8 06d964c8 MultiProcessor Support+0x46b5c
    0793ffec 00000000 077f6ae0 00000000 00000000 kernel32!GetModuleFileNameA+0x1ba
    *----> Raw Stack Dump <----*
    000000000793ff18  5a df 90 7c db 25 80 7c - ec 02 00 00 00 00 00 00  Z..|.%.|........
    000000000793ff28  00 00 00 00 30 25 80 7c - 00 00 00 00 db a0 80 7c  ....0%.|.......|
    000000000793ff38  14 00 00 00 01 00 00 00 - 00 00 00 00 00 00 00 00  ................
    000000000793ff48  10 00 00 00 20 00 00 00 - 00 00 00 00 00 40 fd 7f  .... ........@..
    000000000793ff58  00 50 fd 7f 00 00 00 00 - 01 00 00 00 2c ff 93 07  .P..........,...
    000000000793ff68  0c 00 00 00 dc ff 93 07 - d8 9a 83 7c 08 26 80 7c  ...........|.&.|
    000000000793ff78  00 00 00 00 90 ff 93 07 - 42 25 80 7c ec 02 00 00  ........B%.|....
    000000000793ff88  ff ff ff ff 00 00 00 00 - b4 ff 93 07 5c 6b 7f 07  ............\k..
    000000000793ff98  ec 02 00 00 ff ff ff ff - fe 6a 7f 07 e8 f1 17 00  .........j......
    000000000793ffa8  c8 64 d9 06 00 00 00 00 - 55 44 93 07 ec ff 93 07  .d......UD......
    000000000793ffb8  29 b7 80 7c 00 00 00 00 - e8 f1 17 00 c8 64 d9 06  )..|.........d..
    000000000793ffc8  00 00 00 00 00 50 fd 7f - 00 b6 6e 8a c0 ff 93 07  .....P....n.....
    000000000793ffd8  90 90 32 8a ff ff ff ff - d8 9a 83 7c 30 b7 80 7c  ..2........|0..|
    000000000793ffe8  00 00 00 00 00 00 00 00 - 00 00 00 00 e0 6a 7f 07  .............j..
    000000000793fff8  00 00 00 00 00 00 00 00 - 4d 5a 90 00 03 00 00 00  ........MZ......
    0000000007940008  04 00 00 00 ff ff 00 00 - b8 00 00 00 00 00 00 00  ................
    0000000007940018  40 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  @...............
    0000000007940028  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    0000000007940038  00 00 00 00 e8 00 00 00 - 0e 1f ba 0e 00 b4 09 cd  ................
    0000000007940048  21 b8 01 4c cd 21 54 68 - 69 73 20 70 72 6f 67 72  !..L.!This progr
    *----> State Dump for Thread Id 0x108 <----*
    eax=7854345e ebx=00000000 ecx=0001cf3e edx=0012e69c esi=0021d650 edi=00000000
    eip=7c90e514 esp=08acfe40 ebp=08acfe6c iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function: ntdll!KiFastSystemCallRet
            7c90e4fa e829000000       call    ntdll!RtlRaiseException (7c90e528)
            7c90e4ff 8b0424           mov     eax,[esp]
            7c90e502 8be5             mov     esp,ebp
            7c90e504 5d               pop     ebp
            7c90e505 c3               ret
            7c90e506 8da42400000000   lea     esp,[esp]
            7c90e50d 8d4900           lea     ecx,[ecx]
            ntdll!KiFastSystemCall:
            7c90e510 8bd4             mov     edx,esp
            7c90e512 0f34             sysenter
            ntdll!KiFastSystemCallRet:
            7c90e514 c3               ret
            7c90e515 8da42400000000   lea     esp,[esp]
            7c90e51c 8d642400         lea     esp,[esp]
            ntdll!KiIntSystemCall:
            7c90e520 8d542408         lea     edx,[esp+0x8]
            7c90e524 cd2e             int     2e
            7c90e526 c3               ret
            7c90e527 90               nop
            ntdll!RtlRaiseException:
            7c90e528 55               push    ebp
            7c90e529 8bec             mov     ebp,esp
    *----> Stack Back Trace <----*
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Adobe Photoshop CS5\dvacore.dll -
    WARNING: Stack unwind information not available. Following frames may be wrong.
    ChildEBP RetAddr  Args to Child             
    08acfe6c 083fa9c7 00000374 08acfea4 08acfea0 ntdll!KiFastSystemCallRet
    0672be68 00000001 00000000 00000000 006d0061 dvacore!dvacore__threads__CreateNamedThread+0x2de7
    *----> Raw Stack Dump <----*
    0000000008acfe40  4a da 90 7c e6 a7 80 7c - 74 03 00 00 a0 fe ac 08  J..|...|t.......
    0000000008acfe50  84 fe ac 08 64 fe ac 08 - 00 00 00 00 00 00 00 00  ....d...........
    0000000008acfe60  00 00 00 00 9c fe ac 08 - d1 e9 80 7c 68 be 72 06  ...........|h.r.
    0000000008acfe70  c7 a9 3f 08 74 03 00 00 - a4 fe ac 08 a0 fe ac 08  ..?.t...........
    0000000008acfe80  9c fe ac 08 ff ff ff ff - 00 00 00 00 50 d6 21 00  ............P.!.
    0000000008acfe90  dc fe ac 08 00 00 00 00 - 00 d2 74 06 00 00 00 00  ..........t.....
    0000000008acfea0  08 00 00 00 45 40 fd 7f - ba ac 3f 08 c8 fe ac 08  ....E@....?.....
    0000000008acfeb0  ff ff ff ff 5b 6f 16 22 - 00 00 00 00 50 d6 21 00  ....[o."....P.!.
    0000000008acfec0  30 d2 74 06 0c 58 92 7c - 00 00 00 00 b4 fe ac 08  0.t..X.|........
    0000000008acfed0  20 ff ac 08 38 06 4a 08 - 01 00 00 00 70 ff ac 08   ...8.J.....p...
    0000000008acfee0  20 96 3f 08 5c d6 21 00 - 64 d6 21 00 29 e7 3a 08   .?.\.!.d.!.).:.
    0000000008acfef0  58 d6 21 00 7f 6f 16 22 - d8 9a 83 7c 00 f0 f4 7f  X.!..o."...|....
    0000000008acff00  ba dc 90 7c d6 c1 80 7c - fe ff ff ff 03 00 00 00  ...|...|........
    0000000008acff10  24 ff ac 08 04 00 00 00 - 70 ff ac 08 c2 69 3f 08  $.......p....i?.
    0000000008acff20  64 ff ac 08 28 83 49 08 - ff ff ff ff 7d 79 3f 08  d...(.I.....}y?.
    0000000008acff30  08 d6 21 00 b9 78 3f 08 - 30 d6 21 00 50 d6 21 00  ..!..x?.0.!.P.!.
    0000000008acff40  03 00 00 00 78 d6 21 00 - 98 d6 21 00 5b 4d 38 08  ....x.!...!.[M8.
    0000000008acff50  2c 34 17 22 00 00 00 00 - 2c e6 12 00 30 d2 74 06  ,4."....,...0.t.
    0000000008acff60  50 ff ac 08 98 ff ac 08 - 50 79 38 08 00 00 00 00  P.......Py8.....
    0000000008acff70  a8 ff ac 08 33 34 54 78 - 08 d6 21 00 03 60 15 cf  ....34Tx..!..`..
    *----> State Dump for Thread Id 0xb9c <----*
    eax=099b9060 ebx=098b2240 ecx=08bd0028 edx=00000004 esi=00000380 edi=00000000
    eip=7c90e514 esp=099bff08 ebp=099bff6c iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function: ntdll!KiFastSystemCallRet
            7c90e4fa e829000000       call    ntdll!RtlRaiseException (7c90e528)
            7c90e4ff 8b0424           mov     eax,[esp]
            7c90e502 8be5             mov     esp,ebp
            7c90e504 5d               pop     ebp
            7c90e505 c3               ret
            7c90e506 8da42400000000   lea     esp,[esp]
            7c90e50d 8d4900           lea     ecx,[ecx]
            ntdll!KiFastSystemCall:
            7c90e510 8bd4             mov     edx,esp
            7c90e512 0f34             sysenter
            ntdll!KiFastSystemCallRet:
            7c90e514 c3               ret
            7c90e515 8da42400000000   lea     esp,[esp]
            7c90e51c 8d642400         lea     esp,[esp]
            ntdll!KiIntSystemCall:
            7c90e520 8d542408         lea     edx,[esp+0x8]
            7c90e524 cd2e             int     2e
            7c90e526 c3               ret
            7c90e527 90               nop
            ntdll!RtlRaiseException:
            7c90e528 55               push    ebp
            7c90e529 8bec             mov     ebp,esp
    *----> Stack Back Trace <----*
    WARNING: Stack unwind information not available. Following frames may be wrong.
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Adobe Photoshop CS5\ACE.dll -
    ChildEBP RetAddr  Args to Child             
    099bff6c 7c802542 00000380 ffffffff 00000000 ntdll!KiFastSystemCallRet
    099bff80 09821f8e 00000380 ffffffff 01f7496c kernel32!WaitForSingleObject+0x12
    099bffb0 09821ed0 7c80b729 098b2240 01f7496c ACE+0x81f8e
    099bffec 00000000 09821ec7 098b2240 00000000 ACE+0x81ed0
    *----> Raw Stack Dump <----*
    00000000099bff08  5a df 90 7c db 25 80 7c - 80 03 00 00 00 00 00 00  Z..|.%.|........
    00000000099bff18  00 00 00 00 30 25 80 7c - 40 22 8b 09 40 22 8b 09  ....0%.|@"..@"..
    00000000099bff28  14 00 00 00 01 00 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000099bff38  10 00 00 00 ec 86 85 09 - 00 00 00 00 00 40 fd 7f  .............@..
    00000000099bff48  00 e0 f4 7f 00 00 00 00 - 80 84 8b 09 1c ff 9b 09  ................
    00000000099bff58  a2 04 00 00 dc ff 9b 09 - d8 9a 83 7c 08 26 80 7c  ...........|.&.|
    00000000099bff68  00 00 00 00 80 ff 9b 09 - 42 25 80 7c 80 03 00 00  ........B%.|....
    00000000099bff78  ff ff ff ff 00 00 00 00 - b0 ff 9b 09 8e 1f 82 09  ................
    00000000099bff88  80 03 00 00 ff ff ff ff - 6c 49 f7 01 40 22 8b 09  ........lI..@"..
    00000000099bff98  a2 24 82 09 50 49 f7 01 - 9f 8e e9 5a 01 2f 50 80  .$..PI.....Z./P.
    00000000099bffa8  a0 ff 9b 09 00 fc 01 00 - ec ff 9b 09 d0 1e 82 09  ................
    00000000099bffb8  29 b7 80 7c 40 22 8b 09 - 6c 49 f7 01 50 49 f7 01  )..|@"..lI..PI..
    00000000099bffc8  40 22 8b 09 00 e0 f4 7f - 00 d6 6e 8a c0 ff 9b 09  @"........n.....
    00000000099bffd8  e0 62 7c 89 ff ff ff ff - d8 9a 83 7c 30 b7 80 7c  .b|........|0..|
    00000000099bffe8  00 00 00 00 00 00 00 00 - 00 00 00 00 c7 1e 82 09  ................
    00000000099bfff8  40 22 8b 09 00 00 00 00 - 4d 5a 90 00 03 00 00 00  @"......MZ......
    00000000099c0008  04 00 00 00 ff ff 00 00 - b8 00 00 00 00 00 00 00  ................
    00000000099c0018  40 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  @...............
    00000000099c0028  00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00  ................
    00000000099c0038  00 00 00 00 f0 00 00 00 - 0e 1f ba 0e 00 b4 09 cd  ................
    *----> State Dump for Thread Id 0x350 <----*
    eax=00000000 ebx=00000000 ecx=06ccb9d0 edx=06ccbb6c esi=000003f8 edi=00000000
    eip=7c90e514 esp=0cd1fe8c ebp=0cd1fef0 iopl=0         nv up ei ng nz ac po cy
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000297
    function: ntdll!KiFastSystemCallRet
            7c90e4fa e829000000       call    ntdll!RtlRaiseException (7c90e528)
            7c90e4ff 8b0424           mov     eax,[esp]
            7c90e502 8be5             mov     esp,ebp
            7c90e504 5d               pop     ebp
            7c90e505 c3               ret
            7c90e506 8da42400000000   lea     esp,[esp]
            7c90e50d 8d4900           lea     ecx,[ecx]
            ntdll!KiFastSystemCall:
            7c90e510 8bd4             mov     edx,esp
            7c90e512 0f34             sysenter
            ntdll!KiFastSystemCallRet:
            7c90e514 c3               ret
            7c90e515 8da42400000000   lea     esp,[esp]
            7c90e51c 8d642400         lea     esp,[esp]
            ntdll!KiIntSystemCall:
            7c90e520 8d542408         lea     edx,[esp+0x8]
            7c90e524 cd2e             int     2e
            7c90e526 c3               ret
            7c90e527 90               nop
            ntdll!RtlRaiseException:
            7c90e528 55               push    ebp
            7c90e529 8bec             mov     ebp,esp
    *----> Stack Back Trace <----*
    WARNING: Stack unwind information not available. Following frames may be wrong.
    *** WARNING: Unable to verify checksum for C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\Extensions\ScriptingSupport.8li
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Adobe Photoshop CS5\Plug-ins\Extensions\ScriptingSupport.8li -
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.4148_x-ww_d495ac4e\MSVCR90.dll -
    ChildEBP RetAddr  Args to Child             
    0cd1fef0 7c802542 000003f8 00000064 00000000 ntdll!KiFastSystemCallRet
    0cd1ff04 0c7c67a1 000003f8 00000064 0c7d3a0e kernel32!WaitForSingleObject+0x12
    0cd1ff48 0c7c66e0 7bbd6fcd 03980000 06ccbbf0 ScriptingSupport+0xc67a1
    0cd1ff70 78543433 06af4a18 cb686003 03980000 ScriptingSupport+0xc66e0
    0cd1ffa8 785434c7 06ccbbf0 0cd1ffec 7c80b729 MSVCR90!endthreadex+0x44
    0cd1ffb4 7c80b729 06929140 03980000 06ccbbf0 MSVCR90!endthreadex+0xd8
    0cd1ffec 00000000 7854345e 06929140 00000000 kernel32!GetModuleFileNameA+0x1ba
    *----> Raw Stack Dump <----*
    000000000cd1fe8c  5a df 90 7c db 25 80 7c - f8 03 00 00 00 00 00 00  Z..|.%.|........
    000000000cd1fe9c  c0 fe d1 0c 30 4a af 06 - 18 4a af 06 00 00 00 00  ....0J...J......
    000000000cd1feac  14 00 00 00 01 00 00 00 - 00 00 00 00 00 00 00 00  ................
    000000000cd1febc  10 00 00 00 c0 bd f0 ff - ff ff ff ff 00 40 fd 7f  .............@..
    000000000cd1fecc  00 c0 f4 7f c0 fe d1 0c - ff ff ff ff a0 fe d1 0c  ................
    000000000cd1fedc  d0 fe d1 0c 3c ff d1 0c - d8 9a 83 7c 08 26 80 7c  ....<......|.&.|
    000000000cd1feec  00 00 00 00 04 ff d1 0c - 42 25 80 7c f8 03 00 00  ........B%.|....
    000000000cd1fefc  64 00 00 00 00 00 00 00 - 48 ff d1 0c a1 67 7c 0c  d.......H....g|.
    000000000cd1ff0c  f8 03 00 00 64 00 00 00 - 0e 3a 7d 0c 64 00 00 00  ....d....:}.d...
    000000000cd1ff1c  f5 6f bd 7b b5 08 83 7c - 18 4a af 06 00 00 00 00  .o.{...|.J......
    000000000cd1ff2c  a0 2c 88 0c 18 4a af 06 - a0 2c 88 0c 18 4a af 06  .,...J...,...J..
    000000000cd1ff3c  64 ff d1 0c c1 a2 82 0c - ff ff ff ff 70 ff d1 0c  d...........p...
    000000000cd1ff4c  e0 66 7c 0c cd 6f bd 7b - 00 00 98 03 f0 bb cc 06  .f|..o.{........
    000000000cd1ff5c  40 91 92 06 50 ff d1 0c - 98 ff d1 0c b6 72 82 0c  @...P........r..
    000000000cd1ff6c  00 00 00 00 a8 ff d1 0c - 33 34 54 78 18 4a af 06  ........34Tx.J..
    000000000cd1ff7c  03 60 68 cb 00 00 98 03 - f0 bb cc 06 40 91 92 06  .`h.........@...
    000000000cd1ff8c  7c ff d1 0c 7c ff d1 0c - dc ff d1 0c dc ff d1 0c  |...|...........
    000000000cd1ff9c  3e cf 58 78 0b 57 e3 bf - 00 00 00 00 b4 ff d1 0c  >.Xx.W..........
    000000000cd1ffac  c7 34 54 78 f0 bb cc 06 - ec ff d1 0c 29 b7 80 7c  .4Tx........)..|
    000000000cd1ffbc  40 91 92 06 00 00 98 03 - f0 bb cc 06 40 91 92 06  @...........@...
    *----> State Dump for Thread Id 0x788 <----*
    eax=00000000 ebx=7c802446 ecx=00000000 edx=00000000 esi=00000000 edi=0e13ff68
    eip=7c90e514 esp=0e13ff38 ebp=0e13ff90 iopl=0         nv up ei pl nz na pe nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000202
    function: ntdll!KiFastSystemCallRet
            7c90e4fa e829000000       call    ntdll!RtlRaiseException (7c90e528)
            7c90e4ff 8b0424           mov     eax,[esp]
            7c90e502 8be5             mov     esp,ebp
            7c90e504 5d               pop     ebp
            7c90e505 c3               ret
            7c90e506 8da42400000000   lea     esp,[esp]
            7c90e50d 8d4900           lea     ecx,[ecx]
            ntdll!KiFastSystemCall:
            7c90e510 8bd4             mov     edx,esp
            7c90e512 0f34             sysenter
            ntdll!KiFastSystemCallRet:
            7c90e514 c3               ret
            7c90e515 8da42400000000   lea     esp,[esp]
            7c90e51c 8d642400         lea     esp,[esp]
            ntdll!KiIntSystemCall:
            7c90e520 8d542408         lea     edx,[esp+0x8]
            7c90e524 cd2e             int     2e
            7c90e526 c3               ret
            7c90e527 90               nop
            ntdll!RtlRaiseException:
            7c90e528 55               push    ebp
            7c90e529 8bec             mov     ebp,esp
    *----> Stack Back Trace <----*
    WARNING: Stack unwind information not available. Following frames may be wrong.
    ChildEBP RetAddr  Args to Child             
    0e13ff90 7c802455 00000005 00000000 0e13ffec ntdll!KiFastSystemCallRet
    0e13ffa0 01bdfb7e 00000005 00000000 d3010ec5 kernel32!Sleep+0xf
    0e13ffec 00000000 01bdfb30 00000000 00000000 Photoshop!std___Init_locks__operator=+0x8cde00
    *----> Raw Stack Dump <----*
    000000000e13ff38  1a d2 90 7c f1 23 80 7c - 00 00 00 00 68 ff 13 0e  ...|.#.|....h...
    000000000e13ff48  e0 10 90 7c 00 10 90 7c - 46 24 80 7c 14 00 00 00  ...|...|F$.|....
    000000000e13ff58  01 00 00 00 00 00 00 00 - 00 00 00 00 10 00 00 00  ................
    000000000e13ff68  b0 3c ff ff ff ff ff ff - 46 24 80 7c 68 ff 13 0e  .<......F$.|h...
    000000000e13ff78  48 ff 13 0e cf 1d 2e 01 - dc ff 13 0e d8 9a 83 7c  H..............|
    000000000e13ff88  60 24 80 7c 00 00 00 00 - a0 ff 13 0e 55 24 80 7c  `$.|........U$.|
    000000000e13ff98  05 00 00 00 00 00 00 00 - ec ff 13 0e 7e fb bd 01  ............~...
    000000000e13ffa8  05 00 00 00 00 00 00 00 - c5 0e 01 d3 ed ed ed 00  ................
    000000000e13ffb8  29 b7 80 7c 00 00 00 00 - c5 0e 01 d3 ed ed ed 00  )..|............
    000000000e13ffc8  00 00 00 00 00 d0 f4 7f - 00 b6 6e 8a c0 ff 13 0e  ..........n.....
    000000000e13ffd8  08 a0 a0 89 ff ff ff ff - d8 9a 83 7c 30 b7 80 7c  ...........|0..|
    000000000e13ffe8  00 00 00 00 00 00 00 00 - 00 00 00 00 30 fb bd 01  ............0...
    000000000e13fff8  00 00 00 00 00 00 00 00 - f4 eb e2 00 f4 eb e2 00  ................
    000000000e140008  f4 eb e2 00 f4 eb e2 00 - f5 ec e3 00 f5 ec e3 00  ................
    000000000e140018  f4 eb e2 00 f4 eb e2 00 - f4 ec e5 00 f3 eb e4 00  ................
    000000000e140028  f2 ea e3 00 f3 e9 e2 00 - f5 ec e3 00 f1 e8 df 00  ................
    000000000e140038  ed e4 db 00 f3 ea e1 00 - f1 ea e7 00 f3 ee eb 00  ................
    000000000e140048  f6 f1 f0 00 f5 f1 f0 00 - f3 f0 ec 00 f1 ec e9 00  ................
    000000000e140058  f0 ec e7 00 f2 ec e5 00 - f7 ef e8 00 f7 ef e8 00  ................
    000000000e140068  f6 ee e7 00 f5 ed e6 00 - f6 ee e7 00 f7 ef e8 00  ................
    *----> State Dump for Thread Id 0xbc4 <----*
    eax=0a49e620 ebx=001ba3c8 ecx=109be9c4 edx=109be9c4 esi=00000540 edi=00000000
    eip=7c90e514 esp=109bfe84 ebp=109bfee8 iopl=0         nv up ei pl zr na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
    function: ntdll!KiFastSystemCallRet
            7c90e4fa e829000000       call    ntdll!RtlRaiseException (7c90e528)
            7c90e4ff 8b0424           mov     eax,[esp]
            7c90e502 8be5             mov     esp,ebp
            7c90e504 5d               pop     ebp
            7c90e505 c3               ret
            7c90e506 8da42400000000   lea     esp,[esp]
            7c90e50d 8d4900           lea     ecx,[ecx]
            ntdll!KiF

Maybe you are looking for

  • Trellis view is not visible

    Hi, Trellis view is not visible on answers. I'm using 11.1.1.6.0 version.

  • Upgrading to iPhoto 11 with a library on an external SMB network drive.

    I currently have about 15000 photos on an SMB network HDD and would like to upgrade to to iPhoto 11. Although the photo's are on the external drive which is backed up, the photos are also backed up to a time capsule. Due to the size of the file and h

  • Local client copy of 000 after installation fails

    I'm trying to install XI. I installed Web AS 6.40 (from the SR1 installation) ABAP stack. Before installing the Java Add-In I need to make a copy of client 000. I login using client 000 and SAP*, goto SCCL and without even getting to the transaction

  • Org Data from activities

    Hey Pros, I just have one short question. I search for the Table where the organizational data of an activity is stored. Also I seach for the connection between the crmc_orderadm_h and the specific org data. Thanks for your answers. Greets Christian

  • Numbers changes in update - missing features?

    In the upgraded numbers, there are 2 functions I no longer seem to have. One is where text from an above cell would auot suggest after typing a letter or two. The other is using the tab key to travel from the end of one row to the beginning of the ne