-
Bug
-
Resolution: Incomplete
-
P3
-
8u66
-
x86_64
-
windows_vista
FULL PRODUCT VERSION :
java version "1.8.0_66"
Java(TM) SE Runtime (build 1.8.0_66-b18)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b18, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows Vista Business 64bit SP2
A DESCRIPTION OF THE PROBLEM :
This problem seem similar toJDK-8095201.
A Swing application has recently added JavaFx components. Sometimes when shutting down the application there is a crash. It happens about 1 out of 10 times. With Dependency Walker attached it happens almost every time.
There is an access exception from glass.dll.
I do not know if this is a regression as we did not use JavaFx with Java version 7.
Here is some output from Dependency Walker
"c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned 0x000000006C88EA80 by thread 83.
00:00:56.020: GetProcAddress(0x000007FEFBEE0000 [c:\windows\system32\WINMM.DLL], "timeKillEvent") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x000000006C893C21 and returned 0x000007FEFBEE90C0 by thread 83.
00:00:56.113: GetProcAddress(0x000007FEFBEE0000 [c:\windows\system32\WINMM.DLL], "timeEndPeriod") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x000000006C893C21 and returned 0x000007FEFBEE2E70 by thread 83.
00:00:56.113: Thread 80 exited with code 0 (0x0).
00:00:56.129: Thread 66 exited with code 0 (0x0).
00:00:56.129: First chance exception 0xC0000005 (Access Violation) occurred in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x000000006C88EAAA by thread 13.
00:00:56.129: Second chance exception 0xC0000005 (Access Violation) occurred in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x000000006C88EAAA by thread 13.
It looks like thread 83 makes the lat call to Java_com_sun_glass_ui_win_WinTimer__1stop(in Timer.cpp).
Then the Timer destructor (int Timer.h) is called on thread 83. (these are the calls to timeKillEvent() and timeEndPeriod().
Then thread 13 tries to call stop(). (that's what I saw at address 0x000000006C88EAAA).
I think the static method in Timer.h called StaticTimeCallback() is getting called with the timer which has been destroyed in thread 83.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Close our app multiple times until it happens. I do not have a solid test case.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
JSTACK OF APPLICATION BEFORE CRASH
2016-01-29 00:04:22
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.66-b18 mixed mode):
"DestroyJavaVM" #80 prio=5 os_prio=0 tid=0x000000000027e800 nid=0x1618 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Notifier-MulticastDiscoveryAgent-listener:DiscoveryNetworkConnector:NC:BrokerService[CapitalUIDf9b9ab-15289818fe1-7a820ea40f498dd800005d629289e630]" #76 daemon prio=5 os_prio=0 tid=0x000000002209f000 nid=0x14dc waiting on condition [0x00000000271af000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e6158fb0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
"ActiveMQ BrokerService[CapitalUIDf9b9ab-15289818fe1-7a820ea40f498dd800005d629289e630] Task-2" #75 daemon prio=5 os_prio=0 tid=0x0000000021cfe800 nid=0x1418 waiting on condition [0x0000000026c6f000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e614a540> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
"MulticastDiscoveryAgent-listener:DiscoveryNetworkConnector:NC:BrokerService[CapitalUIDf9b9ab-15289818fe1-7a820ea40f498dd800005d629289e630]:Thread-20" #71 daemon prio=5 os_prio=0 tid=0x000000001d80b000 nid=0xa80 runnable [0x000000002618f000]
java.lang.Thread.State: RUNNABLE
at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
- locked <0x00000000e6158920> (a java.net.TwoStacksPlainDatagramSocketImpl)
at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:114)
- locked <0x00000000e6158920> (a java.net.TwoStacksPlainDatagramSocketImpl)
at java.net.DatagramSocket.receive(DatagramSocket.java:812)
- locked <0x00000000e62bdad8> (a java.net.DatagramPacket)
- locked <0x00000000e61588d0> (a java.net.MulticastSocket)
at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryAgent.run(MulticastDiscoveryAgent.java:367)
at java.lang.Thread.run(Thread.java:745)
"MulticastDiscoveryAgent-advertise:nio://127.0.0.1:57982:Thread-19" #70 daemon prio=5 os_prio=0 tid=0x000000001d015000 nid=0x12e0 runnable [0x000000002608f000]
java.lang.Thread.State: RUNNABLE
at java.lang.StringBuilder.append(StringBuilder.java:136)
at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryAgent.getType(MulticastDiscoveryAgent.java:358)
at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryAgent.doAdvertizeSelf(MulticastDiscoveryAgent.java:412)
at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryAgent.doTimeKeepingServices(MulticastDiscoveryAgent.java:403)
at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryAgent.run(MulticastDiscoveryAgent.java:365)
at java.lang.Thread.run(Thread.java:745)
"ActiveMQ Transport Server: nio://127.0.0.1:0" #69 daemon prio=9 os_prio=2 tid=0x000000002472c800 nid=0x11dc runnable [0x0000000026b6f000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.Net.poll(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.poll(ServerSocketChannelImpl.java:363)
- locked <0x00000000e4712d58> (a java.lang.Object)
at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:116)
- locked <0x00000000e4712d20> (a java.lang.Object)
at org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTransportServer.java:274)
at java.lang.Thread.run(Thread.java:745)
"ActiveMQ Transport Server Thread Handler: nio://127.0.0.1:0" #68 daemon prio=8 os_prio=1 tid=0x0000000023752000 nid=0x13ac waiting on condition [0x000000002675f000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e4713058> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at org.apache.activemq.transport.tcp.TcpTransportServer$1.run(TcpTransportServer.java:346)
at java.lang.Thread.run(Thread.java:745)
"ActiveMQ Broker[CapitalUIDf9b9ab-15289818fe1-7a820ea40f498dd800005d629289e630] Scheduler" #66 daemon prio=5 os_prio=0 tid=0x0000000022416000 nid=0xc84 in Object.wait() [0x000000002640f000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.util.TimerThread.mainLoop(Timer.java:552)
- locked <0x00000000e4710528> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:505)
"Watchdog-Timer-1" #42 daemon prio=5 os_prio=0 tid=0x00000000217f5000 nid=0x1764 waiting on condition [0x00000000262cf000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e490df38> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
"Disposer" #38 daemon prio=10 os_prio=2 tid=0x00000000223b9800 nid=0x15cc in Object.wait() [0x000000002437f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
- locked <0x00000000e32ce288> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at com.sun.webkit.Disposer.run(Disposer.java:90)
at java.lang.Thread.run(Thread.java:745)
"Prism Font Disposer" #37 daemon prio=10 os_prio=2 tid=0x0000000021b5e000 nid=0x137c in Object.wait() [0x0000000022c5f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
- locked <0x00000000e2159290> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at com.sun.javafx.font.Disposer.run(Disposer.java:93)
at java.lang.Thread.run(Thread.java:745)
"Thread-9" #36 daemon prio=5 os_prio=0 tid=0x000000001c7e5800 nid=0x1104 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"JavaFX Application Thread" #35 prio=5 os_prio=0 tid=0x000000001c5fa800 nid=0x9c4 runnable [0x000000002060f000]
java.lang.Thread.State: RUNNABLE
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
at com.sun.glass.ui.win.WinApplication$$Lambda$51/625411191.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
"Thread-8" #34 daemon prio=5 os_prio=0 tid=0x000000001bfad800 nid=0xc48 in Object.wait() [0x000000002050f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:502)
at com.sun.glass.ui.InvokeLaterDispatcher.run(InvokeLaterDispatcher.java:126)
- locked <0x00000000e15ee448> (a java.lang.StringBuilder)
"QuantumRenderer-0" #32 daemon prio=5 os_prio=0 tid=0x000000001ba31000 nid=0x1360 waiting on condition [0x000000002020f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e130d2e0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
at java.lang.Thread.run(Thread.java:745)
"TimerQueue" #28 daemon prio=5 os_prio=0 tid=0x000000001b933800 nid=0xa90 waiting on condition [0x000000001b87f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e1c44640> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.DelayQueue.take(DelayQueue.java:211)
at javax.swing.TimerQueue.run(TimerQueue.java:171)
at java.lang.Thread.run(Thread.java:745)
"AWT-EventQueue-0" #23 prio=6 os_prio=0 tid=0x0000000016898800 nid=0xf50 waiting on condition [0x000000001a72f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e002b158> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.awt.EventQueue.getNextEvent(EventQueue.java:554)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
"AWT-Shutdown" #24 prio=5 os_prio=0 tid=0x0000000016aeb800 nid=0x1494 in Object.wait() [0x000000001a62f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:502)
at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:295)
- locked <0x00000000e0069e78> (a java.lang.Object)
at java.lang.Thread.run(Thread.java:745)
"Capital Manager Heartbeat" #21 daemon prio=10 os_prio=2 tid=0x0000000017f99000 nid=0x138c in Object.wait() [0x000000001a52f000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e006bda8> (a java.lang.Object)
at chs.utility.dataservices.UserSessionWrapper$1.run(UserSessionWrapper.java:302)
- locked <0x00000000e006bda8> (a java.lang.Object)
at java.lang.Thread.run(Thread.java:745)
"CacheQueueHandler" #20 daemon prio=5 os_prio=0 tid=0x0000000017bba000 nid=0xeb8 in Object.wait() [0x000000001a22f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e00ab558> (a java.util.ArrayList)
at java.lang.Object.wait(Object.java:502)
at chs.utility.dataservices.cache.FileBasedCache$RequestHandler.getNextRequest(FileBasedCache.java:482)
- locked <0x00000000e00ab558> (a java.util.ArrayList)
at chs.utility.dataservices.cache.FileBasedCache$RequestHandler.run(FileBasedCache.java:459)
at java.lang.Thread.run(Thread.java:745)
"Thread-5" #17 daemon prio=5 os_prio=0 tid=0x0000000017b56800 nid=0x4a4 runnable [0x0000000018f5f000]
java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at org.jacorb.orb.etf.StreamConnectionBase.read(StreamConnectionBase.java:82)
at org.jacorb.orb.giop.GIOPConnection.getMessage(GIOPConnection.java:286)
at org.jacorb.orb.giop.GIOPConnection.receiveMessages(GIOPConnection.java:399)
at org.jacorb.orb.giop.MessageReceptor.doWork(MessageReceptor.java:52)
at org.jacorb.util.threadpool.ConsumerTie.run(ConsumerTie.java:65)
at java.lang.Thread.run(Thread.java:745)
"Thread-4" #16 daemon prio=5 os_prio=0 tid=0x00000000174ab000 nid=0x127c runnable [0x000000001875f000]
java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at org.jacorb.orb.etf.StreamConnectionBase.read(StreamConnectionBase.java:82)
at org.jacorb.orb.giop.GIOPConnection.getMessage(GIOPConnection.java:286)
at org.jacorb.orb.giop.GIOPConnection.receiveMessages(GIOPConnection.java:399)
at org.jacorb.orb.giop.MessageReceptor.doWork(MessageReceptor.java:52)
at org.jacorb.util.threadpool.ConsumerTie.run(ConsumerTie.java:65)
at java.lang.Thread.run(Thread.java:745)
"AWT-Windows" #11 daemon prio=6 os_prio=0 tid=0x00000000172db800 nid=0x13bc runnable [0x000000001885f000]
java.lang.Thread.State: RUNNABLE
at sun.awt.windows.WToolkit.eventLoop(Native Method)
at sun.awt.windows.WToolkit.run(WToolkit.java:306)
at java.lang.Thread.run(Thread.java:745)
"Java2D Disposer" #9 daemon prio=10 os_prio=2 tid=0x0000000017267800 nid=0x1620 in Object.wait() [0x000000001678f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
- locked <0x00000000e0069640> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at sun.java2d.Disposer.run(Disposer.java:148)
at java.lang.Thread.run(Thread.java:745)
"Service Thread" #8 daemon prio=9 os_prio=0 tid=0x000000001409f800 nid=0x17cc runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C1 CompilerThread1" #7 daemon prio=9 os_prio=2 tid=0x0000000014032800 nid=0x1f0 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" #6 daemon prio=9 os_prio=2 tid=0x000000001402f000 nid=0x14e4 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Attach Listener" #5 daemon prio=5 os_prio=2 tid=0x0000000014027800 nid=0x1284 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" #4 daemon prio=9 os_prio=2 tid=0x0000000014026000 nid=0xd1c runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" #3 daemon prio=8 os_prio=1 tid=0x0000000002efb000 nid=0x13f4 in Object.wait() [0x0000000014d5f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
- locked <0x00000000e00ac948> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
"Reference Handler" #2 daemon prio=10 os_prio=2 tid=0x0000000002ef3000 nid=0x1638 in Object.wait() [0x0000000014c5f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:502)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157)
- locked <0x00000000e00acbb8> (a java.lang.ref.Reference$Lock)
"VM Thread" os_prio=2 tid=0x0000000002eed000 nid=0x1680 runnable
"GC task thread#0 (ParallelGC)" os_prio=0 tid=0x0000000002e18800 nid=0x1784 runnable
"GC task thread#1 (ParallelGC)" os_prio=0 tid=0x0000000002e1a800 nid=0x15b4 runnable
"VM Periodic Task Thread" os_prio=2 tid=0x00000000140a8800 nid=0x1480 waiting on condition
JNI global references: 4286
THE TAIL END OF THE DEPENDENCY WALKER OUTPUT
00:03:33.409: DllMain(0x0000000022C60000, DLL_THREAD_ATTACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x718.
00:03:33.409: DllMain(0x0000000022C60000, DLL_THREAD_ATTACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x718.
00:03:33.409: GetProcAddress(0x000000006FA00000 [c:\program files\mentorgraphics\capital15.1\jre\bin\SUNEC.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.409: GetProcAddress(0x0000000071960000 [c:\program files\mentorgraphics\capital15.1\jre\bin\SUNMSCAPI.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.425: GetProcAddress(0x000007FEF0F20000 [c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.425: GetProcAddress(0x000007FEF1F90000 [c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCP120.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.425: GetProcAddress(0x0000000071830000 [c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.425: GetProcAddress(0x00000000718F0000 [c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_SW.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.425: GetProcAddress(0x0000000071790000 [c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned 0x00000000717AEA80 by thread 0xF00.
00:03:33.425: GetProcAddress(0x000007FEFBEE0000 [c:\windows\system32\WINMM.DLL], "timeKillEvent") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x00000000717B3C21 and returned 0x000007FEFBEE90C0 by thread 0xF00.
00:03:33.425: GetProcAddress(0x000007FEFBEE0000 [c:\windows\system32\WINMM.DLL], "timeEndPeriod") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x00000000717B3C21 and returned 0x000007FEFBEE2E70 by thread 0xF00.
00:03:33.425: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0xF00.
00:03:33.425: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.425: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0xF00.
00:03:33.425: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.425: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0xF00.
00:03:33.425: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.425: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0xF00.
00:03:33.425: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.425: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0xF00.
00:03:33.425: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.425: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.440: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.440: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.440: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.440: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.440: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0xF00.
00:03:33.456: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0xF00.
00:03:33.456: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.503: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0xF00.
00:03:33.503: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0xF00.
00:03:33.503: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0xF00.
00:03:33.503: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294393857 (0xFFF74001) by thread 0xF00.
00:03:33.503: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0xF00.
00:03:33.503: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.503: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0xF00.
00:03:33.503: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294393857 (0xFFF74001) by thread 0xF00.
00:03:33.503: Thread 0xF00 exited with code 0 (0x0).
00:03:33.503: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x1360.
00:03:33.503: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.518: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x1360.
00:03:33.518: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.518: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x1360.
00:03:33.518: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.518: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x1360.
00:03:33.518: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.518: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x1360.
00:03:33.518: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.518: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x1360.
00:03:33.518: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x1360.
00:03:33.534: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x1360.
00:03:33.534: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x1360.
00:03:33.534: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x1360.
00:03:33.534: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x1360.
00:03:33.534: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.565: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.565: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.596: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x1360.
00:03:33.596: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x1360.
00:03:33.596: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x1360.
00:03:33.596: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.596: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x1360.
00:03:33.596: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.596: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x1360.
00:03:33.596: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294434817 (0xFFF7E001) by thread 0x1360.
00:03:33.596: Thread 0x1360 exited with code 0 (0x0).
00:03:33.596: First chance exception 0xC0000005 (Access Violation) occurred in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x00000000717AEAAA by thread 0x1104.
00:03:33.612: Second chance exception 0xC0000005 (Access Violation) occurred in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x00000000717AEAAA by thread 0x1104.
00:03:33.612: GetProcAddress(0x0000000073D00000 [c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL], "Java_sun_awt_windows_WToolkit_shutdown") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" at address 0x000000006B8B9010 and returned NULL by thread 0x718. Error: The specified procedure could not be found (127).
00:03:33.612: GetProcAddress(0x0000000073D40000 [c:\progra~1\mentor~1\capita~1.1\jre\bin\ZIP.DLL], "Java_sun_awt_windows_WToolkit_shutdown") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0x718. Error: The specified procedure could not be found (127).
00:03:33.612: GetProcAddress(0x000000006F1D0000 [c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL], "Java_sun_awt_windows_WToolkit_shutdown") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0x718. Error: The specified procedure could not be found (127).
00:03:33.612: GetProcAddress(0x0000000073D30000 [c:\program files\mentorgraphics\capital15.1\jre\bin\MANAGEMENT.DLL], "Java_sun_awt_windows_WToolkit_shutdown") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0x718. Error: The specified procedure could not be found (127).
00:03:33.612: GetProcAddress(0x000000006C3E0000 [c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL], "Java_sun_awt_windows_WToolkit_shutdown") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned 0x000000006C4AC290 by thread 0x718.
00:03:33.628: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x13C0.
00:03:33.628: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.628: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x13C0.
00:03:33.628: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.628: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x13C0.
00:03:33.628: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.628: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.643: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x13C0.
00:03:33.643: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.659: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x13C0.
00:03:33.659: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.659: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x13C0.
00:03:33.659: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.659: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x13C0.
00:03:33.659: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.659: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x13C0.
00:03:33.659: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.690: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.690: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x13C0.
00:03:33.721: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x13C0.
00:03:33.721: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294336513 (0xFFF66001) by thread 0x13C0.
00:03:33.721: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x13C0.
00:03:33.721: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.721: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x13C0.
00:03:33.721: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294336513 (0xFFF66001) by thread 0x13C0.
00:03:33.721: GetProcAddress(0x0000000076B80000 [c:\windows\system32\USER32.DLL], "PostQuitMessage") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x0000000076B91130 by thread 0x13BC.
00:03:33.721: GetProcAddress(0x0000000076B80000 [c:\windows\system32\USER32.DLL], "DestroyIcon") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x0000000076B98D60 by thread 0x13BC.
00:03:33.721: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0xD60.
00:03:33.721: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.721: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.768: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.768: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0xD60.
00:03:33.784: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294328321 (0xFFF64001) by thread 0xD60.
00:03:33.799: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0xD60.
00:03:33.815: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.815: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0xD60.
00:03:33.815: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294328321 (0xFFF64001) by thread 0xD60.
00:03:33.815: GetProcAddress(0x000007FEFEC80000 [c:\windows\system32\OLE32.DLL], "RevokeDragDrop") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x000007FEFEDC76E0 by thread 0x13BC.
00:03:33.815: GetProcAddress(0x000007FEFEC80000 [c:\windows\system32\OLE32.DLL], "OleUninitialize") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x000007FEFEDCB330 by thread 0x13BC.
00:03:33.815: GetProcAddress(0x0000000076B80000 [c:\windows\system32\USER32.DLL], "GetMessageW") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x0000000076B9D524 by thread 0x13BC.
00:03:33.815: Thread 0xD60 exited with code 0 (0x0).
00:03:33.815: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x14EC.
00:03:33.830: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.830: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x14EC.
00:03:33.830: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.830: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x14EC.
00:03:33.830: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.846: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x14EC.
00:03:33.846: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x14EC.
00:03:33.862: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x14EC.
00:03:33.862: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x14EC.
00:03:33.862: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x14EC.
00:03:33.862: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x14EC.
00:03:33.862: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.877: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x14EC.
00:03:33.893: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.893: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x14EC.
00:03:33.893: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x14EC.
00:03:33.924: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x14EC.
00:03:33.924: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x14EC.
00:03:33.924: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294492161 (0xFFF8C001) by thread 0x14EC.
00:03:33.924: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x14EC.
00:03:33.924: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.924: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x14EC.
00:03:33.924: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294492161 (0xFFF8C001) by thread 0x14EC.
00:03:33.924: GetProcAddress(0x0000000076B80000 [c:\windows\system32\USER32.DLL], "UnregisterClassW") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x0000000076B93070 by thread 0x13BC.
00:03:33.924: Thread 0x14EC exited with code 0 (0x0).
00:03:33.924: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x13BC.
00:03:33.940: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.940: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x13BC.
00:03:33.940: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.940: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x13BC.
00:03:33.940: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.955: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x13BC.
00:03:33.955: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x13BC.
00:03:33.971: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x13BC.
00:03:33.971: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x13BC.
00:03:33.971: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x13BC.
00:03:33.971: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x13BC.
00:03:33.971: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.986: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x13BC.
00:03:34.002: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x13BC.
00:03:34.033: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.033: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x13BC.
00:03:34.033: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.033: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x13BC.
00:03:34.033: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294533121 (0xFFF96001) by thread 0x13BC.
00:03:34.033: Thread 0x13BC exited with code 0 (0x0).
00:03:34.033: GetProcAddress(0x0000000073D00000 [c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL], "Java_java_net_TwoStacksPlainDatagramSocketImpl_datagramSocketClose") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" at address 0x000000006B8B9010 and returned NULL by thread 0x12D8. Error: The specified procedure could not be found (127).
00:03:34.033: Thread 0x13C0 exited with code 0 (0x0).
00:03:34.033: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0xC84.
00:03:34.049: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.049: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0xC84.
00:03:34.049: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.049: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0xC84.
00:03:34.049: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.049: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0xC84.
00:03:34.049: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.049: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0xC84.
00:03:34.049: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.049: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0xC84.
00:03:34.064: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.064: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0xC84.
00:03:34.064: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.064: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0xC84.
00:03:34.064: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.064: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0xC84.
00:03:34.064: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.064: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0xC84.
00:03:34.064: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.064: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.080: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.080: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.096: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0xC84.
00:03:34.096: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.096: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0xC84.
00:03:34.096: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294385665 (0xFFF72001) by thread 0xC84.
00:03:34.127: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0xC84.
00:03:34.127: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.127: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0xC84.
00:03:34.142: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294385665 (0xFFF72001) by thread 0xC84.
00:03:34.142: Thread 0xC84 exited with code 0 (0x0).
00:03:34.142: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0xA80.
00:03:34.142: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.142: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0xA80.
00:03:34.142: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.142: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0xA80.
00:03:34.142: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.142: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.158: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.158: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.174: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0xA80.
00:03:34.174: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.174: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0xA80.
00:03:34.174: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.174: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0xA80.
00:03:34.174: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.174: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0xA80.
00:03:34.174: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.174: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0xA80.
00:03:34.174: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.189: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0xA80.
00:03:34.189: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.189: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.205: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0xA80.
00:03:34.236: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0xA80.
00:03:34.236: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294344705 (0xFFF68001) by thread 0xA80.
00:03:34.236: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0xA80.
00:03:34.236: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.236: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0xA80.
00:03:34.236: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294344705 (0xFFF68001) by thread 0xA80.
00:03:34.236: Thread 0xA80 exited with code 0 (0x0).
00:03:34.236: GetProcAddress(0x0000000073D40000 [c:\progra~1\mentor~1\capita~1.1\jre\bin\ZIP.DLL], "Java_java_net_TwoStacksPlainDatagramSocketImpl_datagramSocketClose") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0x12D8. Error: The specified procedure could not be found (127).
00:03:34.236: GetProcAddress(0x000000006F1D0000 [c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL], "Java_java_net_TwoStacksPlainDatagramSocketImpl_datagramSocketClose") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned 0x000000006F1D986C by thread 0x12D8.
00:03:34.252: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x12E0.
00:03:34.252: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.252: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x12E0.
00:03:34.252: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.252: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x12E0.
00:03:34.252: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.252: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x12E0.
00:03:34.252: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.252: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.267: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.283: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x12E0.
00:03:34.283: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.283: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x12E0.
00:03:34.283: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x12E0.
00:03:34.298: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x12E0.
00:03:34.298: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294352897 (0xFFF6A001) by thread 0x12E0.
00:03:34.330: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.345: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x12E0.
00:03:34.345: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294352897 (0xFFF6A001) by thread 0x12E0.
00:03:34.345: Thread 0x12E0 exited with code 0 (0x0).
00:03:34.345: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x14DC.
00:03:34.345: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.345: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x14DC.
00:03:34.345: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.345: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x14DC.
00:03:34.361: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.361: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x14DC.
00:03:34.361: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.376: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.376: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.376: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.376: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.376: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x14DC.
00:03:34.408: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x14DC.
00:03:34.408: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x14DC.
00:03:34.439: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x14DC.
00:03:34.439: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x14DC.
00:03:34.439: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294303745 (0xFFF5E001) by thread 0x14DC.
00:03:34.439: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x14DC.
00:03:34.439: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.439: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x14DC.
00:03:34.439: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294303745 (0xFFF5E001) by thread 0x14DC.
00:03:34.439: Thread 0x14DC exited with code 0 (0x0).
00:03:34.454: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x718.
00:03:34.454: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.454: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x718.
00:03:34.454: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.454: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x718.
00:03:34.454: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.454: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x718.
00:03:34.454: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.454: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x718.
00:03:34.454: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x718.
00:03:34.470: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x718.
00:03:34.470: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x718.
00:03:34.470: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x718.
00:03:34.470: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x718.
00:03:34.470: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x718.
00:03:34.486: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.486: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x718.
00:03:34.486: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.486: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x718.
00:03:34.486: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.486: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x718.
00:03:34.486: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.486: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x718.
00:03:34.486: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.486: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.501: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.501: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.501: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.501: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.501: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x718.
00:03:34.517: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x718.
00:03:34.517: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x718.
00:03:34.517: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x718.
00:03:34.517: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x718.
00:03:34.517: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x718.
00:03:34.532: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.532: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x718.
00:03:34.532: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.532: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x718.
00:03:34.532: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x718.
00:03:34.532: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x718.
00:03:34.532: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294402049 (0xFFF76001) by thread 0x718.
00:03:34.548: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x718.
00:03:34.548: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.548: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x718.
00:03:34.548: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294402049 (0xFFF76001) by thread 0x718.
00:03:34.548: Thread 0x718 exited with code 0 (0x0).
REPRODUCIBILITY :
This bug can be reproduced occasionally.
CUSTOMER SUBMITTED WORKAROUND :
Instead of just having a call to System.exit(0), instead do this
PlatformImpl.tkExit();
Platform.exit();
System.exit(0);
The crash still happens occasionally when using Dependency Walker but we have d it without. I suspect it still can happen but is less likel
java version "1.8.0_66"
Java(TM) SE Runtime (build 1.8.0_66-b18)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b18, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows Vista Business 64bit SP2
A DESCRIPTION OF THE PROBLEM :
This problem seem similar to
A Swing application has recently added JavaFx components. Sometimes when shutting down the application there is a crash. It happens about 1 out of 10 times. With Dependency Walker attached it happens almost every time.
There is an access exception from glass.dll.
I do not know if this is a regression as we did not use JavaFx with Java version 7.
Here is some output from Dependency Walker
"c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned 0x000000006C88EA80 by thread 83.
00:00:56.020: GetProcAddress(0x000007FEFBEE0000 [c:\windows\system32\WINMM.DLL], "timeKillEvent") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x000000006C893C21 and returned 0x000007FEFBEE90C0 by thread 83.
00:00:56.113: GetProcAddress(0x000007FEFBEE0000 [c:\windows\system32\WINMM.DLL], "timeEndPeriod") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x000000006C893C21 and returned 0x000007FEFBEE2E70 by thread 83.
00:00:56.113: Thread 80 exited with code 0 (0x0).
00:00:56.129: Thread 66 exited with code 0 (0x0).
00:00:56.129: First chance exception 0xC0000005 (Access Violation) occurred in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x000000006C88EAAA by thread 13.
00:00:56.129: Second chance exception 0xC0000005 (Access Violation) occurred in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x000000006C88EAAA by thread 13.
It looks like thread 83 makes the lat call to Java_com_sun_glass_ui_win_WinTimer__1stop(in Timer.cpp).
Then the Timer destructor (int Timer.h) is called on thread 83. (these are the calls to timeKillEvent() and timeEndPeriod().
Then thread 13 tries to call stop(). (that's what I saw at address 0x000000006C88EAAA).
I think the static method in Timer.h called StaticTimeCallback() is getting called with the timer which has been destroyed in thread 83.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Close our app multiple times until it happens. I do not have a solid test case.
ERROR MESSAGES/STACK TRACES THAT OCCUR :
JSTACK OF APPLICATION BEFORE CRASH
2016-01-29 00:04:22
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.66-b18 mixed mode):
"DestroyJavaVM" #80 prio=5 os_prio=0 tid=0x000000000027e800 nid=0x1618 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Notifier-MulticastDiscoveryAgent-listener:DiscoveryNetworkConnector:NC:BrokerService[CapitalUIDf9b9ab-15289818fe1-7a820ea40f498dd800005d629289e630]" #76 daemon prio=5 os_prio=0 tid=0x000000002209f000 nid=0x14dc waiting on condition [0x00000000271af000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e6158fb0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
"ActiveMQ BrokerService[CapitalUIDf9b9ab-15289818fe1-7a820ea40f498dd800005d629289e630] Task-2" #75 daemon prio=5 os_prio=0 tid=0x0000000021cfe800 nid=0x1418 waiting on condition [0x0000000026c6f000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e614a540> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
"MulticastDiscoveryAgent-listener:DiscoveryNetworkConnector:NC:BrokerService[CapitalUIDf9b9ab-15289818fe1-7a820ea40f498dd800005d629289e630]:Thread-20" #71 daemon prio=5 os_prio=0 tid=0x000000001d80b000 nid=0xa80 runnable [0x000000002618f000]
java.lang.Thread.State: RUNNABLE
at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
- locked <0x00000000e6158920> (a java.net.TwoStacksPlainDatagramSocketImpl)
at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:114)
- locked <0x00000000e6158920> (a java.net.TwoStacksPlainDatagramSocketImpl)
at java.net.DatagramSocket.receive(DatagramSocket.java:812)
- locked <0x00000000e62bdad8> (a java.net.DatagramPacket)
- locked <0x00000000e61588d0> (a java.net.MulticastSocket)
at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryAgent.run(MulticastDiscoveryAgent.java:367)
at java.lang.Thread.run(Thread.java:745)
"MulticastDiscoveryAgent-advertise:nio://127.0.0.1:57982:Thread-19" #70 daemon prio=5 os_prio=0 tid=0x000000001d015000 nid=0x12e0 runnable [0x000000002608f000]
java.lang.Thread.State: RUNNABLE
at java.lang.StringBuilder.append(StringBuilder.java:136)
at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryAgent.getType(MulticastDiscoveryAgent.java:358)
at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryAgent.doAdvertizeSelf(MulticastDiscoveryAgent.java:412)
at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryAgent.doTimeKeepingServices(MulticastDiscoveryAgent.java:403)
at org.apache.activemq.transport.discovery.multicast.MulticastDiscoveryAgent.run(MulticastDiscoveryAgent.java:365)
at java.lang.Thread.run(Thread.java:745)
"ActiveMQ Transport Server: nio://127.0.0.1:0" #69 daemon prio=9 os_prio=2 tid=0x000000002472c800 nid=0x11dc runnable [0x0000000026b6f000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.Net.poll(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.poll(ServerSocketChannelImpl.java:363)
- locked <0x00000000e4712d58> (a java.lang.Object)
at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:116)
- locked <0x00000000e4712d20> (a java.lang.Object)
at org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTransportServer.java:274)
at java.lang.Thread.run(Thread.java:745)
"ActiveMQ Transport Server Thread Handler: nio://127.0.0.1:0" #68 daemon prio=8 os_prio=1 tid=0x0000000023752000 nid=0x13ac waiting on condition [0x000000002675f000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e4713058> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at org.apache.activemq.transport.tcp.TcpTransportServer$1.run(TcpTransportServer.java:346)
at java.lang.Thread.run(Thread.java:745)
"ActiveMQ Broker[CapitalUIDf9b9ab-15289818fe1-7a820ea40f498dd800005d629289e630] Scheduler" #66 daemon prio=5 os_prio=0 tid=0x0000000022416000 nid=0xc84 in Object.wait() [0x000000002640f000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.util.TimerThread.mainLoop(Timer.java:552)
- locked <0x00000000e4710528> (a java.util.TaskQueue)
at java.util.TimerThread.run(Timer.java:505)
"Watchdog-Timer-1" #42 daemon prio=5 os_prio=0 tid=0x00000000217f5000 nid=0x1764 waiting on condition [0x00000000262cf000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e490df38> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
"Disposer" #38 daemon prio=10 os_prio=2 tid=0x00000000223b9800 nid=0x15cc in Object.wait() [0x000000002437f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
- locked <0x00000000e32ce288> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at com.sun.webkit.Disposer.run(Disposer.java:90)
at java.lang.Thread.run(Thread.java:745)
"Prism Font Disposer" #37 daemon prio=10 os_prio=2 tid=0x0000000021b5e000 nid=0x137c in Object.wait() [0x0000000022c5f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
- locked <0x00000000e2159290> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at com.sun.javafx.font.Disposer.run(Disposer.java:93)
at java.lang.Thread.run(Thread.java:745)
"Thread-9" #36 daemon prio=5 os_prio=0 tid=0x000000001c7e5800 nid=0x1104 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"JavaFX Application Thread" #35 prio=5 os_prio=0 tid=0x000000001c5fa800 nid=0x9c4 runnable [0x000000002060f000]
java.lang.Thread.State: RUNNABLE
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
at com.sun.glass.ui.win.WinApplication$$Lambda$51/625411191.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
"Thread-8" #34 daemon prio=5 os_prio=0 tid=0x000000001bfad800 nid=0xc48 in Object.wait() [0x000000002050f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:502)
at com.sun.glass.ui.InvokeLaterDispatcher.run(InvokeLaterDispatcher.java:126)
- locked <0x00000000e15ee448> (a java.lang.StringBuilder)
"QuantumRenderer-0" #32 daemon prio=5 os_prio=0 tid=0x000000001ba31000 nid=0x1360 waiting on condition [0x000000002020f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e130d2e0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
at java.lang.Thread.run(Thread.java:745)
"TimerQueue" #28 daemon prio=5 os_prio=0 tid=0x000000001b933800 nid=0xa90 waiting on condition [0x000000001b87f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e1c44640> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.DelayQueue.take(DelayQueue.java:211)
at javax.swing.TimerQueue.run(TimerQueue.java:171)
at java.lang.Thread.run(Thread.java:745)
"AWT-EventQueue-0" #23 prio=6 os_prio=0 tid=0x0000000016898800 nid=0xf50 waiting on condition [0x000000001a72f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000e002b158> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.awt.EventQueue.getNextEvent(EventQueue.java:554)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
"AWT-Shutdown" #24 prio=5 os_prio=0 tid=0x0000000016aeb800 nid=0x1494 in Object.wait() [0x000000001a62f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:502)
at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:295)
- locked <0x00000000e0069e78> (a java.lang.Object)
at java.lang.Thread.run(Thread.java:745)
"Capital Manager Heartbeat" #21 daemon prio=10 os_prio=2 tid=0x0000000017f99000 nid=0x138c in Object.wait() [0x000000001a52f000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e006bda8> (a java.lang.Object)
at chs.utility.dataservices.UserSessionWrapper$1.run(UserSessionWrapper.java:302)
- locked <0x00000000e006bda8> (a java.lang.Object)
at java.lang.Thread.run(Thread.java:745)
"CacheQueueHandler" #20 daemon prio=5 os_prio=0 tid=0x0000000017bba000 nid=0xeb8 in Object.wait() [0x000000001a22f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e00ab558> (a java.util.ArrayList)
at java.lang.Object.wait(Object.java:502)
at chs.utility.dataservices.cache.FileBasedCache$RequestHandler.getNextRequest(FileBasedCache.java:482)
- locked <0x00000000e00ab558> (a java.util.ArrayList)
at chs.utility.dataservices.cache.FileBasedCache$RequestHandler.run(FileBasedCache.java:459)
at java.lang.Thread.run(Thread.java:745)
"Thread-5" #17 daemon prio=5 os_prio=0 tid=0x0000000017b56800 nid=0x4a4 runnable [0x0000000018f5f000]
java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at org.jacorb.orb.etf.StreamConnectionBase.read(StreamConnectionBase.java:82)
at org.jacorb.orb.giop.GIOPConnection.getMessage(GIOPConnection.java:286)
at org.jacorb.orb.giop.GIOPConnection.receiveMessages(GIOPConnection.java:399)
at org.jacorb.orb.giop.MessageReceptor.doWork(MessageReceptor.java:52)
at org.jacorb.util.threadpool.ConsumerTie.run(ConsumerTie.java:65)
at java.lang.Thread.run(Thread.java:745)
"Thread-4" #16 daemon prio=5 os_prio=0 tid=0x00000000174ab000 nid=0x127c runnable [0x000000001875f000]
java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:170)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at org.jacorb.orb.etf.StreamConnectionBase.read(StreamConnectionBase.java:82)
at org.jacorb.orb.giop.GIOPConnection.getMessage(GIOPConnection.java:286)
at org.jacorb.orb.giop.GIOPConnection.receiveMessages(GIOPConnection.java:399)
at org.jacorb.orb.giop.MessageReceptor.doWork(MessageReceptor.java:52)
at org.jacorb.util.threadpool.ConsumerTie.run(ConsumerTie.java:65)
at java.lang.Thread.run(Thread.java:745)
"AWT-Windows" #11 daemon prio=6 os_prio=0 tid=0x00000000172db800 nid=0x13bc runnable [0x000000001885f000]
java.lang.Thread.State: RUNNABLE
at sun.awt.windows.WToolkit.eventLoop(Native Method)
at sun.awt.windows.WToolkit.run(WToolkit.java:306)
at java.lang.Thread.run(Thread.java:745)
"Java2D Disposer" #9 daemon prio=10 os_prio=2 tid=0x0000000017267800 nid=0x1620 in Object.wait() [0x000000001678f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
- locked <0x00000000e0069640> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at sun.java2d.Disposer.run(Disposer.java:148)
at java.lang.Thread.run(Thread.java:745)
"Service Thread" #8 daemon prio=9 os_prio=0 tid=0x000000001409f800 nid=0x17cc runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C1 CompilerThread1" #7 daemon prio=9 os_prio=2 tid=0x0000000014032800 nid=0x1f0 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" #6 daemon prio=9 os_prio=2 tid=0x000000001402f000 nid=0x14e4 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Attach Listener" #5 daemon prio=5 os_prio=2 tid=0x0000000014027800 nid=0x1284 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" #4 daemon prio=9 os_prio=2 tid=0x0000000014026000 nid=0xd1c runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" #3 daemon prio=8 os_prio=1 tid=0x0000000002efb000 nid=0x13f4 in Object.wait() [0x0000000014d5f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
- locked <0x00000000e00ac948> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
"Reference Handler" #2 daemon prio=10 os_prio=2 tid=0x0000000002ef3000 nid=0x1638 in Object.wait() [0x0000000014c5f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:502)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157)
- locked <0x00000000e00acbb8> (a java.lang.ref.Reference$Lock)
"VM Thread" os_prio=2 tid=0x0000000002eed000 nid=0x1680 runnable
"GC task thread#0 (ParallelGC)" os_prio=0 tid=0x0000000002e18800 nid=0x1784 runnable
"GC task thread#1 (ParallelGC)" os_prio=0 tid=0x0000000002e1a800 nid=0x15b4 runnable
"VM Periodic Task Thread" os_prio=2 tid=0x00000000140a8800 nid=0x1480 waiting on condition
JNI global references: 4286
THE TAIL END OF THE DEPENDENCY WALKER OUTPUT
00:03:33.409: DllMain(0x0000000022C60000, DLL_THREAD_ATTACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x718.
00:03:33.409: DllMain(0x0000000022C60000, DLL_THREAD_ATTACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x718.
00:03:33.409: GetProcAddress(0x000000006FA00000 [c:\program files\mentorgraphics\capital15.1\jre\bin\SUNEC.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.409: GetProcAddress(0x0000000071960000 [c:\program files\mentorgraphics\capital15.1\jre\bin\SUNMSCAPI.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.425: GetProcAddress(0x000007FEF0F20000 [c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.425: GetProcAddress(0x000007FEF1F90000 [c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCP120.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.425: GetProcAddress(0x0000000071830000 [c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.425: GetProcAddress(0x00000000718F0000 [c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_SW.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0xF00. Error: The specified procedure could not be found (127).
00:03:33.425: GetProcAddress(0x0000000071790000 [c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL], "Java_com_sun_glass_ui_win_WinTimer__1stop") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned 0x00000000717AEA80 by thread 0xF00.
00:03:33.425: GetProcAddress(0x000007FEFBEE0000 [c:\windows\system32\WINMM.DLL], "timeKillEvent") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x00000000717B3C21 and returned 0x000007FEFBEE90C0 by thread 0xF00.
00:03:33.425: GetProcAddress(0x000007FEFBEE0000 [c:\windows\system32\WINMM.DLL], "timeEndPeriod") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x00000000717B3C21 and returned 0x000007FEFBEE2E70 by thread 0xF00.
00:03:33.425: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0xF00.
00:03:33.425: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.425: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0xF00.
00:03:33.425: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.425: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0xF00.
00:03:33.425: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.425: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0xF00.
00:03:33.425: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.425: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0xF00.
00:03:33.425: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.425: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.440: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.440: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.440: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.440: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.440: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0xF00.
00:03:33.440: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0xF00.
00:03:33.456: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0xF00.
00:03:33.456: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.456: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.472: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0xF00.
00:03:33.487: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.503: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0xF00.
00:03:33.503: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0xF00.
00:03:33.503: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0xF00.
00:03:33.503: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294393857 (0xFFF74001) by thread 0xF00.
00:03:33.503: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0xF00.
00:03:33.503: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0xF00.
00:03:33.503: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0xF00.
00:03:33.503: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294393857 (0xFFF74001) by thread 0xF00.
00:03:33.503: Thread 0xF00 exited with code 0 (0x0).
00:03:33.503: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x1360.
00:03:33.503: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.518: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x1360.
00:03:33.518: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.518: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x1360.
00:03:33.518: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.518: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x1360.
00:03:33.518: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.518: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x1360.
00:03:33.518: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.518: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x1360.
00:03:33.518: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x1360.
00:03:33.534: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x1360.
00:03:33.534: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x1360.
00:03:33.534: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x1360.
00:03:33.534: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x1360.
00:03:33.534: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.534: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.550: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.565: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.565: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x1360.
00:03:33.565: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x1360.
00:03:33.581: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.596: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x1360.
00:03:33.596: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x1360.
00:03:33.596: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x1360.
00:03:33.596: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.596: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x1360.
00:03:33.596: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x1360.
00:03:33.596: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x1360.
00:03:33.596: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294434817 (0xFFF7E001) by thread 0x1360.
00:03:33.596: Thread 0x1360 exited with code 0 (0x0).
00:03:33.596: First chance exception 0xC0000005 (Access Violation) occurred in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x00000000717AEAAA by thread 0x1104.
00:03:33.612: Second chance exception 0xC0000005 (Access Violation) occurred in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" at address 0x00000000717AEAAA by thread 0x1104.
00:03:33.612: GetProcAddress(0x0000000073D00000 [c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL], "Java_sun_awt_windows_WToolkit_shutdown") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" at address 0x000000006B8B9010 and returned NULL by thread 0x718. Error: The specified procedure could not be found (127).
00:03:33.612: GetProcAddress(0x0000000073D40000 [c:\progra~1\mentor~1\capita~1.1\jre\bin\ZIP.DLL], "Java_sun_awt_windows_WToolkit_shutdown") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0x718. Error: The specified procedure could not be found (127).
00:03:33.612: GetProcAddress(0x000000006F1D0000 [c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL], "Java_sun_awt_windows_WToolkit_shutdown") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0x718. Error: The specified procedure could not be found (127).
00:03:33.612: GetProcAddress(0x0000000073D30000 [c:\program files\mentorgraphics\capital15.1\jre\bin\MANAGEMENT.DLL], "Java_sun_awt_windows_WToolkit_shutdown") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0x718. Error: The specified procedure could not be found (127).
00:03:33.612: GetProcAddress(0x000000006C3E0000 [c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL], "Java_sun_awt_windows_WToolkit_shutdown") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned 0x000000006C4AC290 by thread 0x718.
00:03:33.628: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x13C0.
00:03:33.628: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.628: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x13C0.
00:03:33.628: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.628: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x13C0.
00:03:33.628: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.628: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.643: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x13C0.
00:03:33.643: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x13C0.
00:03:33.643: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.659: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x13C0.
00:03:33.659: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.659: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x13C0.
00:03:33.659: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.659: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x13C0.
00:03:33.659: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.659: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x13C0.
00:03:33.659: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.674: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.690: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.690: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x13C0.
00:03:33.690: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x13C0.
00:03:33.706: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x13C0.
00:03:33.721: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x13C0.
00:03:33.721: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294336513 (0xFFF66001) by thread 0x13C0.
00:03:33.721: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x13C0.
00:03:33.721: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x13C0.
00:03:33.721: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x13C0.
00:03:33.721: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294336513 (0xFFF66001) by thread 0x13C0.
00:03:33.721: GetProcAddress(0x0000000076B80000 [c:\windows\system32\USER32.DLL], "PostQuitMessage") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x0000000076B91130 by thread 0x13BC.
00:03:33.721: GetProcAddress(0x0000000076B80000 [c:\windows\system32\USER32.DLL], "DestroyIcon") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x0000000076B98D60 by thread 0x13BC.
00:03:33.721: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0xD60.
00:03:33.721: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.721: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.737: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0xD60.
00:03:33.752: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.752: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.768: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.768: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0xD60.
00:03:33.768: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0xD60.
00:03:33.784: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.784: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0xD60.
00:03:33.799: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294328321 (0xFFF64001) by thread 0xD60.
00:03:33.799: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0xD60.
00:03:33.815: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0xD60.
00:03:33.815: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0xD60.
00:03:33.815: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294328321 (0xFFF64001) by thread 0xD60.
00:03:33.815: GetProcAddress(0x000007FEFEC80000 [c:\windows\system32\OLE32.DLL], "RevokeDragDrop") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x000007FEFEDC76E0 by thread 0x13BC.
00:03:33.815: GetProcAddress(0x000007FEFEC80000 [c:\windows\system32\OLE32.DLL], "OleUninitialize") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x000007FEFEDCB330 by thread 0x13BC.
00:03:33.815: GetProcAddress(0x0000000076B80000 [c:\windows\system32\USER32.DLL], "GetMessageW") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x0000000076B9D524 by thread 0x13BC.
00:03:33.815: Thread 0xD60 exited with code 0 (0x0).
00:03:33.815: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x14EC.
00:03:33.830: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.830: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x14EC.
00:03:33.830: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.830: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x14EC.
00:03:33.830: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.846: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x14EC.
00:03:33.846: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x14EC.
00:03:33.846: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x14EC.
00:03:33.862: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x14EC.
00:03:33.862: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x14EC.
00:03:33.862: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x14EC.
00:03:33.862: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x14EC.
00:03:33.862: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.862: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x14EC.
00:03:33.877: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.877: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x14EC.
00:03:33.893: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.893: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x14EC.
00:03:33.893: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.893: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.908: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x14EC.
00:03:33.924: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x14EC.
00:03:33.924: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x14EC.
00:03:33.924: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294492161 (0xFFF8C001) by thread 0x14EC.
00:03:33.924: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x14EC.
00:03:33.924: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x14EC.
00:03:33.924: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x14EC.
00:03:33.924: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294492161 (0xFFF8C001) by thread 0x14EC.
00:03:33.924: GetProcAddress(0x0000000076B80000 [c:\windows\system32\USER32.DLL], "UnregisterClassW") called from "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" at address 0x000000006C4BE341 and returned 0x0000000076B93070 by thread 0x13BC.
00:03:33.924: Thread 0x14EC exited with code 0 (0x0).
00:03:33.924: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x13BC.
00:03:33.940: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.940: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x13BC.
00:03:33.940: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.940: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x13BC.
00:03:33.940: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.955: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x13BC.
00:03:33.955: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x13BC.
00:03:33.955: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x13BC.
00:03:33.971: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x13BC.
00:03:33.971: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x13BC.
00:03:33.971: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x13BC.
00:03:33.971: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x13BC.
00:03:33.971: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.971: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:33.986: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x13BC.
00:03:33.986: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x13BC.
00:03:34.002: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.002: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x13BC.
00:03:34.018: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x13BC.
00:03:34.033: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.033: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x13BC.
00:03:34.033: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x13BC.
00:03:34.033: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x13BC.
00:03:34.033: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294533121 (0xFFF96001) by thread 0x13BC.
00:03:34.033: Thread 0x13BC exited with code 0 (0x0).
00:03:34.033: GetProcAddress(0x0000000073D00000 [c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL], "Java_java_net_TwoStacksPlainDatagramSocketImpl_datagramSocketClose") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" at address 0x000000006B8B9010 and returned NULL by thread 0x12D8. Error: The specified procedure could not be found (127).
00:03:34.033: Thread 0x13C0 exited with code 0 (0x0).
00:03:34.033: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0xC84.
00:03:34.049: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.049: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0xC84.
00:03:34.049: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.049: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0xC84.
00:03:34.049: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.049: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0xC84.
00:03:34.049: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.049: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0xC84.
00:03:34.049: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.049: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0xC84.
00:03:34.064: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.064: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0xC84.
00:03:34.064: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.064: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0xC84.
00:03:34.064: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.064: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0xC84.
00:03:34.064: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.064: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0xC84.
00:03:34.064: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.064: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.080: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.080: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0xC84.
00:03:34.080: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.096: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0xC84.
00:03:34.096: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.096: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0xC84.
00:03:34.096: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0xC84.
00:03:34.096: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0xC84.
00:03:34.111: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0xC84.
00:03:34.127: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294385665 (0xFFF72001) by thread 0xC84.
00:03:34.127: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0xC84.
00:03:34.127: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0xC84.
00:03:34.127: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0xC84.
00:03:34.142: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294385665 (0xFFF72001) by thread 0xC84.
00:03:34.142: Thread 0xC84 exited with code 0 (0x0).
00:03:34.142: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0xA80.
00:03:34.142: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.142: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0xA80.
00:03:34.142: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.142: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0xA80.
00:03:34.142: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.142: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.158: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.158: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0xA80.
00:03:34.158: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.174: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0xA80.
00:03:34.174: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.174: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0xA80.
00:03:34.174: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.174: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0xA80.
00:03:34.174: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.174: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0xA80.
00:03:34.174: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.174: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0xA80.
00:03:34.174: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.189: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0xA80.
00:03:34.189: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0xA80.
00:03:34.189: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.189: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.205: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0xA80.
00:03:34.205: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0xA80.
00:03:34.220: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0xA80.
00:03:34.236: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0xA80.
00:03:34.236: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294344705 (0xFFF68001) by thread 0xA80.
00:03:34.236: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0xA80.
00:03:34.236: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0xA80.
00:03:34.236: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0xA80.
00:03:34.236: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294344705 (0xFFF68001) by thread 0xA80.
00:03:34.236: Thread 0xA80 exited with code 0 (0x0).
00:03:34.236: GetProcAddress(0x0000000073D40000 [c:\progra~1\mentor~1\capita~1.1\jre\bin\ZIP.DLL], "Java_java_net_TwoStacksPlainDatagramSocketImpl_datagramSocketClose") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned NULL by thread 0x12D8. Error: The specified procedure could not be found (127).
00:03:34.236: GetProcAddress(0x000000006F1D0000 [c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL], "Java_java_net_TwoStacksPlainDatagramSocketImpl_datagramSocketClose") called from "c:\progra~1\mentor~1\capita~1.1\jre\bin\JAVA.DLL" at address 0x0000000073D02639 and returned 0x000000006F1D986C by thread 0x12D8.
00:03:34.252: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x12E0.
00:03:34.252: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.252: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x12E0.
00:03:34.252: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.252: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x12E0.
00:03:34.252: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.252: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x12E0.
00:03:34.252: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.252: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.267: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x12E0.
00:03:34.267: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.283: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x12E0.
00:03:34.283: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.283: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x12E0.
00:03:34.283: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x12E0.
00:03:34.283: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x12E0.
00:03:34.298: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x12E0.
00:03:34.298: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.298: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.314: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294352897 (0xFFF6A001) by thread 0x12E0.
00:03:34.330: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x12E0.
00:03:34.330: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x12E0.
00:03:34.345: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x12E0.
00:03:34.345: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294352897 (0xFFF6A001) by thread 0x12E0.
00:03:34.345: Thread 0x12E0 exited with code 0 (0x0).
00:03:34.345: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x14DC.
00:03:34.345: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.345: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x14DC.
00:03:34.345: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.345: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x14DC.
00:03:34.361: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.361: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x14DC.
00:03:34.361: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.361: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.376: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.376: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.376: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.376: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.376: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x14DC.
00:03:34.376: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x14DC.
00:03:34.392: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x14DC.
00:03:34.408: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x14DC.
00:03:34.408: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.408: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.423: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x14DC.
00:03:34.439: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x14DC.
00:03:34.439: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x14DC.
00:03:34.439: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294303745 (0xFFF5E001) by thread 0x14DC.
00:03:34.439: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x14DC.
00:03:34.439: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x14DC.
00:03:34.439: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x14DC.
00:03:34.439: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294303745 (0xFFF5E001) by thread 0x14DC.
00:03:34.439: Thread 0x14DC exited with code 0 (0x0).
00:03:34.454: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" called by thread 0x718.
00:03:34.454: DllMain(0x0000000022C60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\JETINITHEAP.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.454: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" called by thread 0x718.
00:03:34.454: DllMain(0x000000006B4E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D10WARP.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.454: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" called by thread 0x718.
00:03:34.454: DllMain(0x0000000071790000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\GLASS.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.454: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" called by thread 0x718.
00:03:34.454: DllMain(0x000007FEF6920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\D3D8THK.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.454: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" called by thread 0x718.
00:03:34.454: DllMain(0x0000000071830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\PRISM_D3D.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" called by thread 0x718.
00:03:34.470: DllMain(0x000007FEF0F20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR120.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" called by thread 0x718.
00:03:34.470: DllMain(0x000007FEF8A00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCAPI.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" called by thread 0x718.
00:03:34.470: DllMain(0x000007FEF7320000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CSCDLL.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" called by thread 0x718.
00:03:34.470: DllMain(0x000007FEFD4D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\APPHELP.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" called by thread 0x718.
00:03:34.470: DllMain(0x0000000180000000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGC_OLH_JNI.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.470: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" called by thread 0x718.
00:03:34.486: DllMain(0x000000006C3E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\AWT.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.486: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" called by thread 0x718.
00:03:34.486: DllMain(0x000000006F1D0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\NET.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.486: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" called by thread 0x718.
00:03:34.486: DllMain(0x000007FEFDC90000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WLDAP32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.486: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" called by thread 0x718.
00:03:34.486: DllMain(0x000007FEFCB20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSWSOCK.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.486: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" called by thread 0x718.
00:03:34.486: DllMain(0x000007FEFC890000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RSAENH.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.486: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000007FEF0A20000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\bin\MGLS64.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.501: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000007FEFDC70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMAGEHLP.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.501: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000007FEFCE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\CRYPT32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.501: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000000006B6E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\progra~1\mentor~1\capita~1.1\jre\bin\server\JVM.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.501: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000000006C720000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\program files\mentorgraphics\capital15.1\jre\bin\MSVCR100.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.501: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" called by thread 0x718.
00:03:34.501: DllMain(0x000007FEFCD00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\VERSION.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" called by thread 0x718.
00:03:34.517: DllMain(0x000007FEFD920000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLEAUT32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" called by thread 0x718.
00:03:34.517: DllMain(0x000007FEFEC80000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\OLE32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" called by thread 0x718.
00:03:34.517: DllMain(0x000007FEFA160000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WSOCK32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" called by thread 0x718.
00:03:34.517: DllMain(0x000007FEFDA00000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\WS2_32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" called by thread 0x718.
00:03:34.517: DllMain(0x000007FEFEF70000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\IMM32.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.517: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" called by thread 0x718.
00:03:34.532: DllMain(0x000007FEFEE60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSCTF.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.532: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" called by thread 0x718.
00:03:34.532: DllMain(0x000007FEFD880000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\MSVCRT.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.532: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" called by thread 0x718.
00:03:34.532: DllMain(0x000007FEFDA60000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\ADVAPI32.DLL" returned 4256445185 (0xFDB43301) by thread 0x718.
00:03:34.532: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" called by thread 0x718.
00:03:34.532: DllMain(0x000007FEFEB30000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\RPCRT4.DLL" returned 4294402049 (0xFFF76001) by thread 0x718.
00:03:34.548: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" called by thread 0x718.
00:03:34.548: DllMain(0x00000000749E0000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\SYSFER.DLL" returned 1 (0x1) by thread 0x718.
00:03:34.548: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" called by thread 0x718.
00:03:34.548: DllMain(0x0000000076830000, DLL_THREAD_DETACH, 0x0000000000000000) in "c:\windows\system32\KERNEL32.DLL" returned 4294402049 (0xFFF76001) by thread 0x718.
00:03:34.548: Thread 0x718 exited with code 0 (0x0).
REPRODUCIBILITY :
This bug can be reproduced occasionally.
CUSTOMER SUBMITTED WORKAROUND :
Instead of just having a call to System.exit(0), instead do this
PlatformImpl.tkExit();
Platform.exit();
System.exit(0);
The crash still happens occasionally when using Dependency Walker but we have d it without. I suspect it still can happen but is less likel