MATLAB crash due to setPropertiesFromState

The Question and Answer and Support Forum for the 2017 Fall Virtual Workshop.
POST REPLY
User avatar
Hide Kimpara
Posts: 135
Joined: Mon Sep 19, 2016 5:12 am

MATLAB crash due to setPropertiesFromState

Post by Hide Kimpara » Wed Oct 25, 2017 11:36 pm

Dear Experts,

I got a MATLAB crash when the code attempted to use Model.setPropertiesFromState(s). When the Matlab crashed, I had following message:

Code: Select all

MATLAB crash file:C:\Users\Kimpara\AppData\Local\Temp\matlab_crash_dump.11120-1:


------------------------------------------------------------------------
             Assertion detected at Thu Oct 26 02:24:06 2017
------------------------------------------------------------------------

Configuration:
  Crash Decoding      : Disabled - No sandbox or build area path
  Crash Mode          : continue (default)
  Current Graphics Driver: Unknown hardware 
  Default Encoding    : windows-1252
  Deployed            : false
  Graphics card 1     : Intel Corporation ( 0x8086 ) Intel(R) HD Graphics P530 Version 21.20.16.4550
  Graphics card 2     : NVIDIA ( 0x10de ) NVIDIA Quadro M2000M Version 22.21.13.8569
  Host Name           : TEMA-P50
  Java Crash Report   : C:\Users\Kimpara\AppData\Local\Temp\hs_error_pid11120.log
  MATLAB Architecture : win64
  MATLAB Entitlement ID: 3844340
  MATLAB Root         : C:\Program Files\MATLAB\R2016b
  MATLAB Version      : 9.1.0.441655 (R2016b)
  OpenGL              : hardware
  Operating System    : Microsoft Windows 7 Professional 
  Processor ID        : x86 Family 6 Model 94 Stepping 3, GenuineIntel
  Virtual Machine     : Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
  Window System       : Version 6.1 (Build 7601: Service Pack 1)

Fault Count: 1


Assertion in void __cdecl `anonymous-namespace'::mwJavaAbort(void) at b:\matlab\src\jmi\jmi\javainit.cpp line 1418:
Fatal Java Exception.  See Java Crash Report for details.

Register State (captured):
  RAX = 00000000fe9df2e8  RBX = 00000000fe9df2e8
  RCX = 0000000004025640  RDX = 0000000000000000
  RSP = 00000000040255c0  RBP = 000000001a6593b0
  RSI = 00000000fe9df2e8  RDI = 0000000000000000
 
   R8 = 000007fffffdd000   R9 = 000007fed1e20000
  R10 = 00000000fe9cf317  R11 = 00000000fe9cf317
  R12 = 000000001a6593b0  R13 = 0000000004025c80
  R14 = 00000000fe9cf218  R15 = 00000000fe9df268
 
  RIP = 00000000fe80971a  EFL = 00000206
 
   CS = 0033   FS = 0053   GS = 002b

Stack Trace (captured):
[  0] 0x00000000fe804153 C:\Program Files\MATLAB\R2016b\bin\win64\libmwfl.dll+00082259
[  1] 0x00000000fe802a68 C:\Program Files\MATLAB\R2016b\bin\win64\libmwfl.dll+00076392
[  2] 0x00000000fe805b2a C:\Program Files\MATLAB\R2016b\bin\win64\libmwfl.dll+00088874
[  3] 0x00000000fe805377 C:\Program Files\MATLAB\R2016b\bin\win64\libmwfl.dll+00086903
[  4] 0x00000000fe809168 C:\Program Files\MATLAB\R2016b\bin\win64\libmwfl.dll+00102760
[  5] 0x000000001a5f8c27   C:\Program Files\MATLAB\R2016b\bin\win64\jmi.dll+00691239
[  6] 0x000000006e0d7b6d C:\Program Files\MATLAB\R2016b\sys\java\jre\win64\jre\bin\server\jvm.dll+02390893
[  7] 0x000000006e0c0ad8 C:\Program Files\MATLAB\R2016b\sys\java\jre\win64\jre\bin\server\jvm.dll+02296536
[  8] 0x000000006e0d88e6 C:\Program Files\MATLAB\R2016b\sys\java\jre\win64\jre\bin\server\jvm.dll+02394342
[  9] 0x000000006e0dc2d8 C:\Program Files\MATLAB\R2016b\sys\java\jre\win64\jre\bin\server\jvm.dll+02409176
[ 10] 0x000000006e173a48 C:\Program Files\MATLAB\R2016b\sys\java\jre\win64\jre\bin\server\jvm.dll+03029576
[ 11] 0x0000000076dd812d                      C:\windows\SYSTEM32\ntdll.dll+00164141
[ 12] 0x0000000076dc855f                      C:\windows\SYSTEM32\ntdll.dll+00099679
[ 13] 0x0000000076dfbcb8                      C:\windows\SYSTEM32\ntdll.dll+00310456
[ 14] 0x000000006e068b41 C:\Program Files\MATLAB\R2016b\sys\java\jre\win64\jre\bin\server\jvm.dll+01936193


If this problem is reproducible, please submit a Service Request via:
    http://www.mathworks.com/support/contact_us/

A technical support engineer might contact you with further information.

Thank you for your help.
Then some functions such as s.getQ did not work anymore.

Code: Select all

>> osimState.getQ
Java exception occurred:
java.lang.NoClassDefFoundError: Could not initialize class org.opensim.modeling.Vector
	at org.opensim.modeling.State.getQ(State.java:339)
Do you have any idea for this kind of error? Also, could you suggest how I can recover from this Java exception? Should I clean install OpenSim 4.0?

Thank you and Best,
Hide

User avatar
Ayman Habib
Posts: 2235
Joined: Fri Apr 01, 2005 12:24 pm

Re: MATLAB crash due to setPropertiesFromState

Post by Ayman Habib » Thu Oct 26, 2017 1:12 am

Hide,

There's almost never a good reason to re-install OpenSim. You should be good with restarting Matlab only. The symptoms you describe suggest that a native crash happened at the JVM running Matlab, the behavior afterwards is unpredictable as it depends on how the crash is handled. The crash log file (C:\Users\Kimpara\AppData\Local\Temp\hs_error_pid11120.log may have more helpful information. If you find it please post it here.

Thanks,
-Ayman

User avatar
Hide Kimpara
Posts: 135
Joined: Mon Sep 19, 2016 5:12 am

Re: MATLAB crash due to setPropertiesFromState

Post by Hide Kimpara » Thu Oct 26, 2017 4:14 am

Hello Ayman,
aymanh wrote: The crash log file (C:\Users\Kimpara\AppData\Local\Temp\hs_error_pid11120.log may have more helpful information. If you find it please post it here.
The log was this:

Code: Select all

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fecc4f5104, pid=11120, tid=11444
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.60-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  0x000007fecc4f5104  SimTK::MultibodySystem::getMatterSubsystem+0x4
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x000000001a4be800):  JavaThread "main" [_thread_in_native, id=11444, stack(0x0000000000030000,0x0000000004030000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:
RAX=0x00000000ec06b430, RBX=0x0000000000000001, RCX=0x0000000000000000, RDX=0x00000000ec06bd10
RSP=0x0000000004028e60, RBP=0x0000000000000000, RSI=0x00000000ec06bd10, RDI=0x0000000000000000
R8 =0x000007fecda06748, R9 =0x0000000004029040, R10=0x000000004a7e3124, R11=0x0000000004028ec0
R12=0x0000000000000000, R13=0x00000000f7d31cc0, R14=0x0000000004029050, R15=0x00000000ec06bd10
RIP=0x000007fecc4f5104, EFLAGS=0x0000000000010206

Top of Stack: (sp=0x0000000004028e60)
0x0000000004028e60:   000000001a4bf320 000000006df2b450
0x0000000004028e70:   0000000004028f40 000000006c27d840
0x0000000004028e80:   0000000000000041 000007fecd965074
0x0000000004028e90:   00000000f7a4fab0 000007fecd430da5
0x0000000004028ea0:   00000007e4bc1e30 000000003c4decf0
0x0000000004028eb0:   000000001a4be800 0000000004029050
0x0000000004028ec0:   00000007e4bc1e30 000007fecd9739dc
0x0000000004028ed0:   00000000f7a513b0 00000000ec06bd10
0x0000000004028ee0:   00000000ec06bd10 0000000000000000
0x0000000004028ef0:   00000000ec06b430 000007fecd430d9a
0x0000000004028f00:   00000000f7a513b0 0000000000000004
0x0000000004028f10:   00000000ec06bd10 00000000ec06bd10
0x0000000004028f20:   000000001a4be9e8 000007fece1267fa
0x0000000004028f30:   00000007e4bc1e30 00000007e4bc1e30
0x0000000004028f40:   0000000004029008 000000001a4be800
0x0000000004028f50:   fffffffffffffffe 0000000004148d90 

Instructions: (pc=0x000007fecc4f5104)
0x000007fecc4f50e4:   cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc
0x000007fecc4f50f4:   cc cc cc cc cc cc cc cc cc cc cc cc 48 83 ec 28
0x000007fecc4f5104:   48 8b 09 8b 51 14 ff 15 68 a4 2e 00 48 8b c8 48
0x000007fecc4f5114:   83 c4 28 e9 0c 87 ee ff cc cc cc cc cc cc cc cc 


Register to memory mapping:

RAX=0x00000000ec06b430 is an unknown value
RBX=0x0000000000000001 is an unknown value
RCX=0x0000000000000000 is an unknown value
RDX=0x00000000ec06bd10 is an unknown value
RSP=0x0000000004028e60 is pointing into the stack for thread: 0x000000001a4be800
RBP=0x0000000000000000 is an unknown value
RSI=0x00000000ec06bd10 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x000007fecda06748 is an unknown value
R9 =0x0000000004029040 is pointing into the stack for thread: 0x000000001a4be800
R10=0x000000004a7e3124 is at code_begin+644 in an Interpreter codelet
method entry point (kind = native)  [0x000000004a7e2ea0, 0x000000004a7e3740]  2208 bytes
R11=0x0000000004028ec0 is pointing into the stack for thread: 0x000000001a4be800
R12=0x0000000000000000 is an unknown value
R13=0x00000000f7d31cc0 is an unknown value
R14=0x0000000004029050 is pointing into the stack for thread: 0x000000001a4be800
R15=0x00000000ec06bd10 is an unknown value


Stack: [0x0000000000030000,0x0000000004030000],  sp=0x0000000004028e60,  free space=65507k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x000007fecc4f5104  SimTK::MultibodySystem::getMatterSubsystem+0x4

[error occurred during error reporting (printing native stack), id 0xc0000005]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.opensim.modeling.opensimCommonJNI.Component_setPropertiesFromState(JLorg/opensim/modeling/Component;JLorg/opensim/modeling/State;)V+0
j  org.opensim.modeling.Component.setPropertiesFromState(Lorg/opensim/modeling/State;)V+10
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00000000688c8800 JavaThread "Tab Completion Callable" [_thread_blocked, id=12028, stack(0x00000000271c0000,0x000000002b1c0000)]
  0x00000000f5350000 JavaThread "Startup Class Loader-SharedResourceRunner" daemon [_thread_blocked, id=11608, stack(0x0000000160030000,0x0000000164030000)]
  0x00000000f582e800 JavaThread "qtp1681019947-104" [_thread_blocked, id=6068, stack(0x0000000184150000,0x0000000188150000)]
  0x00000000f582e000 JavaThread "qtp1681019947-103" [_thread_blocked, id=6088, stack(0x0000000180150000,0x0000000184150000)]
  0x00000000f582d000 JavaThread "qtp1681019947-102" [_thread_blocked, id=6096, stack(0x0000000178030000,0x000000017c030000)]
  0x00000000f582c800 JavaThread "qtp1681019947-101 Acceptor0 SslSocketConnector@0.0.0.0:61415" [_thread_in_native, id=11484, stack(0x0000000174030000,0x0000000178030000)]
  0x00000000f582b800 JavaThread "qtp1681019947-100 Acceptor1 SelectChannelConnector@0.0.0.0:31415" [_thread_blocked, id=6072, stack(0x0000000170030000,0x0000000174030000)]
  0x00000000f582b000 JavaThread "qtp1681019947-99 Acceptor0 SelectChannelConnector@0.0.0.0:31415" [_thread_in_native, id=2352, stack(0x000000016c030000,0x0000000170030000)]
  0x00000000f582a000 JavaThread "qtp1681019947-98 Selector1" [_thread_in_native, id=5112, stack(0x0000000168030000,0x000000016c030000)]
  0x00000000f5829800 JavaThread "qtp1681019947-97 Selector0" [_thread_in_native, id=6076, stack(0x0000000164030000,0x0000000168030000)]
  0x00000000688c9000 JavaThread "BayeuxServer@1843605707" daemon [_thread_blocked, id=3276, stack(0x000000015c030000,0x0000000160030000)]
  0x0000000077c1c800 JavaThread "HashSessionScavenger-4" daemon [_thread_blocked, id=2520, stack(0x0000000140030000,0x0000000144030000)]
  0x00000000688c6000 JavaThread "HashSessionScavenger-3" daemon [_thread_blocked, id=11976, stack(0x000000014c030000,0x0000000150030000)]
  0x0000000077c1e000 JavaThread "HashSessionScavenger-2" daemon [_thread_blocked, id=9344, stack(0x0000000148030000,0x000000014c030000)]
  0x0000000077c1d800 JavaThread "HashSessionScavenger-1" daemon [_thread_blocked, id=12004, stack(0x0000000144030000,0x0000000148030000)]
  0x0000000077c1c000 JavaThread "HashSessionScavenger-0" daemon [_thread_blocked, id=12024, stack(0x0000000100040000,0x0000000104040000)]
  0x000000006bff3000 JavaThread "connector web server" daemon [_thread_blocked, id=5704, stack(0x0000000118040000,0x000000011c040000)]
  0x000000006bff1000 JavaThread "Toolbox Management" daemon [_thread_blocked, id=7636, stack(0x0000000158030000,0x000000015c030000)]
  0x000000006bff1800 JavaThread "ZIPs in Add-Ons" daemon [_thread_blocked, id=7960, stack(0x0000000154030000,0x0000000158030000)]
  0x00000000688c7000 JavaThread "Source Control Thread" daemon [_thread_blocked, id=10544, stack(0x000000010c040000,0x0000000110040000)]
  0x0000000077c1b000 JavaThread "Code Analyzer updating thread" daemon [_thread_blocked, id=11468, stack(0x0000000134040000,0x0000000138040000)]
  0x0000000077c1a800 JavaThread "Code Analyzer updating thread" daemon [_thread_blocked, id=2928, stack(0x0000000130040000,0x0000000134040000)]
  0x0000000077c19800 JavaThread "Active Reference Queue Daemon" daemon [_thread_blocked, id=6484, stack(0x000000012c040000,0x0000000130040000)]
  0x0000000077c19000 JavaThread "Timer-0" daemon [_thread_blocked, id=3348, stack(0x0000000128040000,0x000000012c040000)]
  0x0000000077c18000 JavaThread "History Command Saver" daemon [_thread_blocked, id=8304, stack(0x0000000124040000,0x0000000128040000)]
  0x0000000077c17800 JavaThread "ClipboardMonitor Timer" daemon [_thread_blocked, id=12244, stack(0x0000000120040000,0x0000000124040000)]
  0x00000000688c4800 JavaThread "Explorer NavigationContext request queue" daemon [_thread_blocked, id=5988, stack(0x0000000110040000,0x0000000114040000)]
  0x00000000688c5800 JavaThread "AddressBar directory emptiness poller" daemon [_thread_blocked, id=11916, stack(0x0000000108040000,0x000000010c040000)]
  0x00000000688c4000 JavaThread "Explorer Refresh Service 1365181762" daemon [_thread_blocked, id=11640, stack(0x0000000104040000,0x0000000108040000)]
  0x00000000688c7800 JavaThread "TimerQueue" daemon [_thread_blocked, id=12040, stack(0x0000000114040000,0x0000000118040000)]
  0x00000000688c3000 JavaThread "Apps in Add-Ons" daemon [_thread_blocked, id=11472, stack(0x00000000f12b0000,0x00000000f52b0000)]
  0x00000000688be800 JavaThread "com.mathworks.addons_common.notificationframework.InstalledAddOnsCache" daemon [_thread_blocked, id=6616, stack(0x00000000dc000000,0x00000000e0000000)]
  0x00000000688bd000 JavaThread "Thread-6" daemon [_thread_blocked, id=11208, stack(0x00000000d4000000,0x00000000d8000000)]
  0x00000000688bc800 JavaThread "Thread-5" daemon [_thread_blocked, id=10844, stack(0x00000000d0000000,0x00000000d4000000)]
  0x00000000688bb800 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=11636, stack(0x00000000c0000000,0x00000000c4000000)]
  0x00000000688bb000 JavaThread "FelixPackageAdmin" daemon [_thread_blocked, id=6196, stack(0x00000000cc000000,0x00000000d0000000)]
  0x00000000688ba000 JavaThread "FelixStartLevel" daemon [_thread_blocked, id=10740, stack(0x00000000c8000000,0x00000000cc000000)]
  0x000000006883c000 JavaThread "FelixDispatchQueue" daemon [_thread_blocked, id=10336, stack(0x00000000c4000000,0x00000000c8000000)]
  0x0000000068601000 JavaThread "Settings Releaser" daemon [_thread_blocked, id=11172, stack(0x00000000b4000000,0x00000000b8000000)]
  0x000000006854a800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=9008, stack(0x00000000ac000000,0x00000000b0000000)]
  0x000000006854a000 JavaThread "AWT-Shutdown" [_thread_blocked, id=2348, stack(0x00000000a8000000,0x00000000ac000000)]
  0x0000000068549000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=9600, stack(0x00000000a4000000,0x00000000a8000000)]
  0x00000000680c7000 JavaThread "MatlabKeepAlive Timer" daemon [_thread_blocked, id=4144, stack(0x00000000a0000000,0x00000000a4000000)]
  0x00000000680a3800 JavaThread "EventMgr Dispatcher" daemon [_thread_in_native, id=5420, stack(0x000000009c000000,0x00000000a0000000)]
  0x0000000066fd2800 JavaThread "Service Thread" daemon [_thread_blocked, id=6036, stack(0x0000000094000000,0x0000000098000000)]
  0x0000000066fc8000 JavaThread "C2 CompilerThread1" daemon [_thread_in_vm, id=9460, stack(0x0000000090000000,0x0000000094000000)]
  0x0000000066fb5000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=12064, stack(0x000000008c000000,0x0000000090000000)]
  0x0000000066f71800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9976, stack(0x0000000088000000,0x000000008c000000)]
  0x0000000049f23000 JavaThread "Finalizer" daemon [_thread_blocked, id=9288, stack(0x0000000084000000,0x0000000088000000)]
  0x0000000049f18800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1252, stack(0x0000000080000000,0x0000000084000000)]
=>0x000000001a4be800 JavaThread "main" [_thread_in_native, id=11444, stack(0x0000000000030000,0x0000000004030000)]

Other Threads:
  0x0000000066f61800 VMThread [stack: 0x0000000078b20000,0x000000007cb20000] [id=11380]
  0x0000000067028000 WatcherThread [stack: 0x0000000098000000,0x000000009c000000] [id=7876]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 62464K, used 23803K [0x00000007fa000000, 0x00000007ff600000, 0x0000000800000000)
  eden space 38912K, 46% used [0x00000007fa000000,0x00000007fb1c5630,0x00000007fc600000)
  from space 23552K, 23% used [0x00000007fdf00000,0x00000007fe4795f0,0x00000007ff600000)
  to   space 24576K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007fde00000)
 ParOldGen       total 84992K, used 69830K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 82% used [0x00000007e8000000,0x00000007ec431bc0,0x00000007ed300000)
 PSPermGen       total 94208K, used 83960K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 89% used [0x00000007e0000000,0x00000007e51fe178,0x00000007e5c00000)

Card table byte_map: [0x00000000498a0000,0x00000000499b0000] byte_map_base: 0x00000000459a0000

Polling page: 0x000000001f080000

Code Cache  [0x000000004a7d0000, 0x000000004ae00000, 0x000000004d7d0000)
 total_blobs=3124 nmethods=1906 adapters=1167 free_code_cache=42977Kb largest_free_block=43898944

Compilation events (10 events):
Event: 239.545 Thread 0x0000000066fc8000 2113   !         java.awt.GridBagLayout::GetLayoutInfo (2978 bytes)
Event: 239.574 Thread 0x0000000066fb5000 2114             java.util.Formatter$FormatSpecifier::localizedMagnitude (327 bytes)
Event: 239.584 Thread 0x0000000066fb5000 nmethod 2114 0x000000004ade38d0 code [0x000000004ade3ac0, 0x000000004ade45f0]
Event: 239.667 Thread 0x0000000066fc8000 nmethod 2113 0x000000004adea010 code [0x000000004adea340, 0x000000004adee5f8]
Event: 240.050 Thread 0x0000000066fb5000 2115             org.apache.xerces.dom.ParentNode::nodeListGetLength (141 bytes)
Event: 240.053 Thread 0x0000000066fb5000 nmethod 2115 0x000000004ade1610 code [0x000000004ade1760, 0x000000004ade19d8]
Event: 240.826 Thread 0x0000000066fc8000 2116             java.util.concurrent.ConcurrentHashMap$HashIterator::hasNext (13 bytes)
Event: 240.826 Thread 0x0000000066fc8000 nmethod 2116 0x000000004ade1410 code [0x000000004ade1540, 0x000000004ade15b8]
Event: 241.375 Thread 0x0000000066fb5000 2117             sun.java2d.SunGraphics2D::getFont (19 bytes)
Event: 241.375 Thread 0x0000000066fb5000 nmethod 2117 0x000000004ade11d0 code [0x000000004ade1300, 0x000000004ade1378]

GC Heap History (10 events):
Event: 179.167 GC heap before
{Heap before GC invocations=58 (full 2):
 PSYoungGen      total 52736K, used 52442K [0x00000007fa000000, 0x00000007ffc00000, 0x0000000800000000)
  eden space 44032K, 100% used [0x00000007fa000000,0x00000007fcb00000,0x00000007fcb00000)
  from space 8704K, 96% used [0x00000007fcc00000,0x00000007fd436998,0x00000007fd480000)
  to   space 25088K, 0% used [0x00000007fe380000,0x00000007fe380000,0x00000007ffc00000)
 ParOldGen       total 84992K, used 65680K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 77% used [0x00000007e8000000,0x00000007ec024170,0x00000007ed300000)
 PSPermGen       total 94208K, used 83730K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 88% used [0x00000007e0000000,0x00000007e51c4a08,0x00000007e5c00000)
Event: 179.173 GC heap after
Heap after GC invocations=58 (full 2):
 PSYoungGen      total 67072K, used 8313K [0x00000007fa000000, 0x00000007ffb00000, 0x0000000800000000)
  eden space 43008K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fca00000)
  from space 24064K, 34% used [0x00000007fe380000,0x00000007feb9e568,0x00000007ffb00000)
  to   space 25088K, 0% used [0x00000007fca00000,0x00000007fca00000,0x00000007fe280000)
 ParOldGen       total 84992K, used 66033K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 77% used [0x00000007e8000000,0x00000007ec07c5a0,0x00000007ed300000)
 PSPermGen       total 94208K, used 83730K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 88% used [0x00000007e0000000,0x00000007e51c4a08,0x00000007e5c00000)
}
Event: 180.531 GC heap before
{Heap before GC invocations=59 (full 2):
 PSYoungGen      total 67072K, used 51321K [0x00000007fa000000, 0x00000007ffb00000, 0x0000000800000000)
  eden space 43008K, 100% used [0x00000007fa000000,0x00000007fca00000,0x00000007fca00000)
  from space 24064K, 34% used [0x00000007fe380000,0x00000007feb9e568,0x00000007ffb00000)
  to   space 25088K, 0% used [0x00000007fca00000,0x00000007fca00000,0x00000007fe280000)
 ParOldGen       total 84992K, used 66033K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 77% used [0x00000007e8000000,0x00000007ec07c5a0,0x00000007ed300000)
 PSPermGen       total 94208K, used 83843K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 88% used [0x00000007e0000000,0x00000007e51e0d80,0x00000007e5c00000)
Event: 180.541 GC heap after
Heap after GC invocations=59 (full 2):
 PSYoungGen      total 50688K, used 8646K [0x00000007fa000000, 0x00000007ffa00000, 0x0000000800000000)
  eden space 41984K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fc900000)
  from space 8704K, 99% used [0x00000007fca00000,0x00000007fd271b08,0x00000007fd280000)
  to   space 25088K, 0% used [0x00000007fe180000,0x00000007fe180000,0x00000007ffa00000)
 ParOldGen       total 84992K, used 66196K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 77% used [0x00000007e8000000,0x00000007ec0a51b0,0x00000007ed300000)
 PSPermGen       total 94208K, used 83843K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 88% used [0x00000007e0000000,0x00000007e51e0d80,0x00000007e5c00000)
}
Event: 184.054 GC heap before
{Heap before GC invocations=60 (full 2):
 PSYoungGen      total 50688K, used 50630K [0x00000007fa000000, 0x00000007ffa00000, 0x0000000800000000)
  eden space 41984K, 100% used [0x00000007fa000000,0x00000007fc900000,0x00000007fc900000)
  from space 8704K, 99% used [0x00000007fca00000,0x00000007fd271b08,0x00000007fd280000)
  to   space 25088K, 0% used [0x00000007fe180000,0x00000007fe180000,0x00000007ffa00000)
 ParOldGen       total 84992K, used 66196K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 77% used [0x00000007e8000000,0x00000007ec0a51b0,0x00000007ed300000)
 PSPermGen       total 94208K, used 83871K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 89% used [0x00000007e0000000,0x00000007e51e7f28,0x00000007e5c00000)
Event: 184.061 GC heap after
Heap after GC invocations=60 (full 2):
 PSYoungGen      total 64000K, used 8248K [0x00000007fa000000, 0x00000007ff800000, 0x0000000800000000)
  eden space 40960K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fc800000)
  from space 23040K, 35% used [0x00000007fe180000,0x00000007fe98e078,0x00000007ff800000)
  to   space 24576K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007fe000000)
 ParOldGen       total 84992K, used 66950K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 78% used [0x00000007e8000000,0x00000007ec161a20,0x00000007ed300000)
 PSPermGen       total 94208K, used 83871K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 89% used [0x00000007e0000000,0x00000007e51e7f28,0x00000007e5c00000)
}
Event: 200.583 GC heap before
{Heap before GC invocations=61 (full 2):
 PSYoungGen      total 64000K, used 49208K [0x00000007fa000000, 0x00000007ff800000, 0x0000000800000000)
  eden space 40960K, 100% used [0x00000007fa000000,0x00000007fc800000,0x00000007fc800000)
  from space 23040K, 35% used [0x00000007fe180000,0x00000007fe98e078,0x00000007ff800000)
  to   space 24576K, 0% used [0x00000007fc800000,0x00000007fc800000,0x00000007fe000000)
 ParOldGen       total 84992K, used 66950K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 78% used [0x00000007e8000000,0x00000007ec161a20,0x00000007ed300000)
 PSPermGen       total 94208K, used 83916K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 89% used [0x00000007e0000000,0x00000007e51f30f0,0x00000007e5c00000)
Event: 200.590 GC heap after
Heap after GC invocations=61 (full 2):
 PSYoungGen      total 45568K, used 5606K [0x00000007fa000000, 0x00000007ff700000, 0x0000000800000000)
  eden space 39936K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fc700000)
  from space 5632K, 99% used [0x00000007fc800000,0x00000007fcd79af0,0x00000007fcd80000)
  to   space 24576K, 0% used [0x00000007fdf00000,0x00000007fdf00000,0x00000007ff700000)
 ParOldGen       total 84992K, used 69606K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 81% used [0x00000007e8000000,0x00000007ec3f9b90,0x00000007ed300000)
 PSPermGen       total 94208K, used 83916K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 89% used [0x00000007e0000000,0x00000007e51f30f0,0x00000007e5c00000)
}
Event: 233.869 GC heap before
{Heap before GC invocations=62 (full 2):
 PSYoungGen      total 45568K, used 45542K [0x00000007fa000000, 0x00000007ff700000, 0x0000000800000000)
  eden space 39936K, 100% used [0x00000007fa000000,0x00000007fc700000,0x00000007fc700000)
  from space 5632K, 99% used [0x00000007fc800000,0x00000007fcd79af0,0x00000007fcd80000)
  to   space 24576K, 0% used [0x00000007fdf00000,0x00000007fdf00000,0x00000007ff700000)
 ParOldGen       total 84992K, used 69606K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 81% used [0x00000007e8000000,0x00000007ec3f9b90,0x00000007ed300000)
 PSPermGen       total 94208K, used 83938K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 89% used [0x00000007e0000000,0x00000007e51f8aa8,0x00000007e5c00000)
Event: 233.874 GC heap after
Heap after GC invocations=62 (full 2):
 PSYoungGen      total 62464K, used 5605K [0x00000007fa000000, 0x00000007ff600000, 0x0000000800000000)
  eden space 38912K, 0% used [0x00000007fa000000,0x00000007fa000000,0x00000007fc600000)
  from space 23552K, 23% used [0x00000007fdf00000,0x00000007fe4795f0,0x00000007ff600000)
  to   space 24576K, 0% used [0x00000007fc600000,0x00000007fc600000,0x00000007fde00000)
 ParOldGen       total 84992K, used 69830K [0x00000007e8000000, 0x00000007ed300000, 0x00000007fa000000)
  object space 84992K, 82% used [0x00000007e8000000,0x00000007ec431bc0,0x00000007ed300000)
 PSPermGen       total 94208K, used 83938K [0x00000007e0000000, 0x00000007e5c00000, 0x00000007e8000000)
  object space 94208K, 89% used [0x00000007e0000000,0x00000007e51f8aa8,0x00000007e5c00000)
}

Deoptimization events (10 events):
Event: 118.884 Thread 0x00000000688bb800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000004acdd850 method=java.awt.Container.getMouseEventTargetImpl(IIZLjava/awt/Container$EventTargetFilter;ZZ)Ljava/awt/Component; @ 191
Event: 118.884 Thread 0x00000000688bb800 Uncommon trap: reason=unreached action=reinterpret pc=0x000000004ab21948 method=java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V @ 22
Event: 130.434 Thread 0x00000000688bb800 Uncommon trap: reason=unreached action=reinterpret pc=0x000000004ac12940 method=java.beans.ChangeListenerMap.remove(Ljava/lang/String;Ljava/util/EventListener;)V @ 4
Event: 131.022 Thread 0x00000000688bb800 Uncommon trap: reason=unreached action=reinterpret pc=0x000000004acab660 method=org.netbeans.editor.DrawGraphics$GraphicsDG.setWaveUnderlineColor(Ljava/awt/Color;)V @ 5
Event: 152.623 Thread 0x00000000688bb800 Uncommon trap: reason=range_check action=make_not_entrant pc=0x000000004ad33e24 method=java.awt.geom.AffineTransform.getMatrix([D)V @ 6
Event: 159.858 Thread 0x00000000688bb800 Uncommon trap: reason=predicate action=maybe_recompile pc=0x000000004ac7eb2c method=java.util.TreeMap.getEntry(Ljava/lang/Object;)Ljava/util/TreeMap$Entry; @ 39
Event: 168.105 Thread 0x00000000688bb800 Uncommon trap: reason=unreached action=reinterpret pc=0x000000004ac4f6cc method=org.netbeans.editor.Coloring.apply(Lorg/netbeans/editor/DrawContext;)V @ 317
Event: 168.105 Thread 0x00000000688bb800 Uncommon trap: reason=unreached action=reinterpret pc=0x000000004acae020 method=org.netbeans.editor.DrawGraphics$GraphicsDG.setUnderlineColor(Ljava/awt/Color;)V @ 5
Event: 168.105 Thread 0x00000000688bb800 Uncommon trap: reason=unreached action=reinterpret pc=0x000000004ad03c84 method=org.netbeans.editor.DrawGraphics$GraphicsDG.flush(Z)V @ 1126
Event: 174.042 Thread 0x00000000688bb800 Uncommon trap: reason=unreached action=reinterpret pc=0x000000004ab073e0 method=sun.java2d.SunGraphics2D.validateColor()V @ 48

Internal exceptions (10 events):
Event: 234.327 Thread 0x00000000688bb800 Threw 0x00000007fa3baea0 at C:\re\jdk7u60\1081\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 238.732 Thread 0x00000000688bb800 Threw 0x00000007fa954140 at C:\re\jdk7u60\1081\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
Event: 238.732 Thread 0x00000000688bb800 Threw 0x00000007fa954718 at C:\re\jdk7u60\1081\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 238.733 Thread 0x00000000688bb800 Threw 0x00000007fa972c20 at C:\re\jdk7u60\1081\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 238.733 Thread 0x00000000688bb800 Threw 0x00000007fa9730e8 at C:\re\jdk7u60\1081\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
Event: 238.733 Thread 0x00000000688bb800 Threw 0x00000007fa973780 at C:\re\jdk7u60\1081\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 238.733 Thread 0x00000000688bb800 Threw 0x00000007faa0c058 at C:\re\jdk7u60\1081\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 238.733 Thread 0x00000000688bb800 Threw 0x00000007faa0c4f0 at C:\re\jdk7u60\1081\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
Event: 238.733 Thread 0x00000000688bb800 Threw 0x00000007faa0cc80 at C:\re\jdk7u60\1081\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 238.733 Thread 0x00000000688bb800 Threw 0x00000007faa38578 at C:\re\jdk7u60\1081\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 238.733 loading class 0x000000006c4975a0 done
Event: 238.733 loading class 0x000000006c4975a0
Event: 238.733 loading class 0x000000006c4975a0 done
Event: 238.733 loading class 0x000000006c497720
Event: 238.733 loading class 0x000000006c497720 done
Event: 238.733 loading class 0x000000006c497720
Event: 238.733 loading class 0x000000006c497720 done
Event: 239.484 Executing VM operation: RevokeBias
Event: 239.485 Executing VM operation: RevokeBias done
Event: 239.485 Thread 0x00000000f5353000 Thread exited: 0x00000000f5353000


Dynamic libraries:
0x0000000140000000 - 0x0000000140029000 	C:\Program Files\MATLAB\R2016b\bin\win64\MATLAB.exe
0x0000000076db0000 - 0x0000000076f5a000 	C:\windows\SYSTEM32\ntdll.dll
0x0000000076b90000 - 0x0000000076caf000 	C:\windows\system32\kernel32.dll
0x000007fefcd50000 - 0x000007fefcdba000 	C:\windows\system32\KERNELBASE.dll
0x00000000fa830000 - 0x00000000fab26000 	C:\Program Files\MATLAB\R2016b\bin\win64\mvm.dll
0x00000000fff00000 - 0x0000000100034000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwi18n.dll
0x00000000ffef0000 - 0x00000000ffef9000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwresource_core.dll
0x000007fed34c0000 - 0x000007fed3566000 	C:\Program Files\MATLAB\R2016b\bin\win64\MSVCP120.dll
0x000007fed1e20000 - 0x000007fed1f0f000 	C:\Program Files\MATLAB\R2016b\bin\win64\MSVCR120.dll
0x000007fedf510000 - 0x000007fedf521000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_date_time-vc120-mt-1_56.dll
0x000007fedf4e0000 - 0x000007fedf502000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_filesystem-vc120-mt-1_56.dll
0x000007fef9860000 - 0x000007fef986a000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_system-vc120-mt-1_56.dll
0x000007fefcfb0000 - 0x000007fefd08b000 	C:\windows\system32\ADVAPI32.dll
0x000007fefdd20000 - 0x000007fefddbf000 	C:\windows\system32\msvcrt.dll
0x000007fefebd0000 - 0x000007fefebef000 	C:\windows\SYSTEM32\sechost.dll
0x000007fefd090000 - 0x000007fefd1bd000 	C:\windows\system32\RPCRT4.dll
0x000007fedf4c0000 - 0x000007fedf4de000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_thread-vc120-mt-1_56.dll
0x000007fedf4b0000 - 0x000007fedf4bb000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_chrono-vc120-mt-1_56.dll
0x000007fed71f0000 - 0x000007fed7216000 	C:\Program Files\MATLAB\R2016b\bin\win64\LIBEXPAT.dll
0x000000004a5d0000 - 0x000000004a7ce000 	C:\Program Files\MATLAB\R2016b\bin\win64\icuin56.dll
0x0000000049bd0000 - 0x0000000049d2c000 	C:\Program Files\MATLAB\R2016b\bin\win64\icuuc56.dll
0x000000000f540000 - 0x0000000010d25000 	C:\Program Files\MATLAB\R2016b\bin\win64\icudt56.dll
0x00000000fdd10000 - 0x00000000fe154000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwms.dll
0x00000000fe7f0000 - 0x00000000fe9ff000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwfl.dll
0x000007fefce60000 - 0x000007fefce79000 	C:\windows\system32\imagehlp.dll
0x0000000076f70000 - 0x0000000076f77000 	C:\windows\system32\PSAPI.DLL
0x000007fed69b0000 - 0x000007fed6a45000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_log-vc120-mt-1_56.dll
0x000007fefce80000 - 0x000007fefcecd000 	C:\windows\system32\WS2_32.dll
0x000007fefd2d0000 - 0x000007fefd2d8000 	C:\windows\system32\NSI.dll
0x000007fed07f0000 - 0x000007fed08f4000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_regex-vc120-mt-1_56.dll
0x0000000076cb0000 - 0x0000000076daa000 	C:\windows\system32\USER32.dll
0x000007fefd1c0000 - 0x000007fefd227000 	C:\windows\system32\GDI32.dll
0x000007fefefa0000 - 0x000007fefefae000 	C:\windows\system32\LPK.dll
0x000007fefda90000 - 0x000007fefdb5b000 	C:\windows\system32\USP10.dll
0x000007fed5a40000 - 0x000007fed5a83000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_serialization-vc120-mt-1_56.dll
0x000007fed7bc0000 - 0x000007fed7bd3000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_signals-vc120-mt-1_56.dll
0x000007fefbc10000 - 0x000007fefbc3c000 	C:\windows\system32\POWRPROF.dll
0x000007fefd8b0000 - 0x000007fefda87000 	C:\windows\system32\SETUPAPI.dll
0x000007fefce20000 - 0x000007fefce56000 	C:\windows\system32\CFGMGR32.dll
0x000007fefced0000 - 0x000007fefcfaa000 	C:\windows\system32\OLEAUT32.dll
0x000007fefd6b0000 - 0x000007fefd8ac000 	C:\windows\system32\ole32.dll
0x000007fefcb60000 - 0x000007fefcb7a000 	C:\windows\system32\DEVOBJ.dll
0x000007fed5440000 - 0x000007fed5457000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_iostreams-vc120-mt-1_56.dll
0x000000006a240000 - 0x000000006a257000 	C:\Program Files\MATLAB\R2016b\bin\win64\zlib1.dll
0x000007fed5400000 - 0x000007fed543f000 	C:\Program Files\MATLAB\R2016b\bin\win64\tbb.dll
0x000007fefc230000 - 0x000007fefc285000 	C:\windows\system32\MSWSOCK.dll
0x0000000004290000 - 0x0000000004355000 	C:\Program Files\MATLAB\R2016b\bin\win64\libut.dll
0x000000006a220000 - 0x000000006a231000 	C:\Program Files\MATLAB\R2016b\bin\win64\icuio56.dll
0x0000000180000000 - 0x0000000180150000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmx.dll
0x000007fed3b00000 - 0x000007fed3b40000 	C:\Program Files\MATLAB\R2016b\bin\win64\tbbmalloc.dll
0x00000000fd610000 - 0x00000000fdb66000 	C:\Program Files\MATLAB\R2016b\bin\win64\mlutil.dll
0x0000000004370000 - 0x0000000004779000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwservices.dll
0x0000000004780000 - 0x00000000047cf000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwregexp.dll
0x00000000047d0000 - 0x0000000004d8b000 	C:\Program Files\MATLAB\R2016b\bin\win64\mpath.dll
0x0000000004d90000 - 0x0000000005269000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwflstoragevfs.dll
0x0000000005270000 - 0x0000000005483000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwflnetwork.dll
0x0000000005490000 - 0x0000000005645000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwflstorageprovider.dll
0x0000000005650000 - 0x000000000565f000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwflstorageevents.dll
0x0000000005660000 - 0x00000000056cc000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwstorageshlibstoragesys.dll
0x00000000056d0000 - 0x00000000056ef000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwstoragesharedlib.dll
0x00000000056f0000 - 0x0000000005772000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwstoragefilefolderobserver.dll
0x0000000005780000 - 0x00000000057d1000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwsearch_path_interfaces.dll
0x0000000012000000 - 0x0000000012260000 	C:\Program Files\MATLAB\R2016b\bin\win64\xerces-c_3_1.dll
0x00000000057f0000 - 0x0000000005b23000 	C:\Program Files\MATLAB\R2016b\bin\win64\settingscore.dll
0x00000000fd590000 - 0x00000000fd609000 	C:\Program Files\MATLAB\R2016b\bin\win64\xmlcore.dll
0x000007fefde40000 - 0x000007fefebca000 	C:\windows\system32\SHELL32.dll
0x000007fefddc0000 - 0x000007fefde31000 	C:\windows\system32\SHLWAPI.dll
0x00000000fd2c0000 - 0x00000000fd31c000 	C:\Program Files\MATLAB\R2016b\bin\win64\opccore.dll
0x0000000005b30000 - 0x0000000005c45000 	C:\Program Files\MATLAB\R2016b\bin\win64\opcmodel.dll
0x00000000fd1b0000 - 0x00000000fd1da000 	C:\Program Files\MATLAB\R2016b\bin\win64\opczippackage.dll
0x0000000073290000 - 0x00000000732a0000 	C:\Program Files\MATLAB\R2016b\bin\win64\libminizip.dll
0x00000000fd130000 - 0x00000000fd194000 	C:\Program Files\MATLAB\R2016b\bin\win64\opcmwservices.dll
0x0000000005c50000 - 0x0000000005c83000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwflcrypto.dll
0x0000000005c90000 - 0x0000000005ca2000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwflcryptoutils.dll
0x0000000005cb0000 - 0x0000000005e65000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwflcryptocryptopp.dll
0x0000000005e70000 - 0x0000000005f4e000 	C:\Program Files\MATLAB\R2016b\bin\win64\CppMicroServices.dll
0x000007fef9000000 - 0x000007fef90a0000 	C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18837_none_a4d981ff711297b6\COMCTL32.dll
0x000007fefd610000 - 0x000007fefd6a7000 	C:\windows\system32\COMDLG32.dll
0x000007fefaab0000 - 0x000007fefaac6000 	C:\windows\system32\NETAPI32.dll
0x000007fefaa70000 - 0x000007fefaa7c000 	C:\windows\system32\netutils.dll
0x000007fefc510000 - 0x000007fefc533000 	C:\windows\system32\srvcli.dll
0x000007fefaa50000 - 0x000007fefaa65000 	C:\windows\system32\wkscli.dll
0x000007fef8a10000 - 0x000007fef8a28000 	C:\windows\system32\dhcpcsvc.DLL
0x000007fefdb60000 - 0x000007fefdb8e000 	C:\windows\system32\IMM32.DLL
0x000007fefefb0000 - 0x000007feff0b9000 	C:\windows\system32\MSCTF.dll
0x000007fefc9e0000 - 0x000007fefca10000 	C:\windows\system32\nvinitx.dll
0x000007fefc9d0000 - 0x000007fefc9dc000 	C:\windows\system32\VERSION.dll
0x0000000073f30000 - 0x0000000073f36000 	C:\Program Files\NVIDIA Corporation\CoProcManager\detoured.dll
0x000007fef99a0000 - 0x000007fef99d8000 	C:\Program Files\NVIDIA Corporation\CoProcManager\nvd3d9wrapx.dll
0x000007fef9950000 - 0x000007fef9974000 	C:\Program Files\NVIDIA Corporation\CoProcManager\nvdxgiwrapx.dll
0x0000000008310000 - 0x0000000008615000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwlmgrimpl.dll
0x0000000005fc0000 - 0x0000000005fda000 	C:\Program Files\MATLAB\R2016b\bin\win64\webproxy.dll
0x000007fef8de0000 - 0x000007fef8e51000 	C:\windows\system32\WINHTTP.dll
0x000007fef8d70000 - 0x000007fef8dd5000 	C:\windows\system32\webio.dll
0x000007fed01a0000 - 0x000007fed0312000 	C:\Program Files\MATLAB\R2016b\bin\win64\PocoFoundation64.dll
0x000007fef9f70000 - 0x000007fef9f97000 	C:\windows\system32\IPHLPAPI.DLL
0x000007fef9f60000 - 0x000007fef9f6b000 	C:\windows\system32\WINNSI.DLL
0x000007fed00b0000 - 0x000007fed0195000 	C:\Program Files\MATLAB\R2016b\bin\win64\PocoNet64.dll
0x000007fed3ac0000 - 0x000007fed3afd000 	C:\Program Files\MATLAB\R2016b\bin\win64\PocoNetSSL64.dll
0x000007fecff20000 - 0x000007fed00a8000 	C:\Program Files\MATLAB\R2016b\bin\win64\LIBEAY32.dll
0x000007fed3460000 - 0x000007fed34b9000 	C:\Program Files\MATLAB\R2016b\bin\win64\SSLEAY32.dll
0x000007fed53e0000 - 0x000007fed53ff000 	C:\Program Files\MATLAB\R2016b\bin\win64\PocoCrypto64.dll
0x000007fed1db0000 - 0x000007fed1e17000 	C:\Program Files\MATLAB\R2016b\bin\win64\PocoUtil64.dll
0x000007fecfea0000 - 0x000007fecff1e000 	C:\Program Files\MATLAB\R2016b\bin\win64\PocoXML64.dll
0x000007fed3410000 - 0x000007fed3451000 	C:\Program Files\MATLAB\R2016b\bin\win64\PocoJSON64.dll
0x000000000c620000 - 0x000000000c6d3000 	C:\Program Files\MATLAB\R2016b\bin\win64\MVMLocal.dll
0x00000000fcf90000 - 0x00000000fd0e9000 	C:\Program Files\MATLAB\R2016b\bin\win64\iqm.dll
0x0000000006160000 - 0x000000000616a000 	C:\Program Files\MATLAB\R2016b\bin\win64\language_execution_interfaces.dll
0x000000000c6e0000 - 0x000000000c81c000 	C:\Program Files\MATLAB\R2016b\bin\win64\m_dispatcher.dll
0x000000000c820000 - 0x000000000c8c5000 	C:\Program Files\MATLAB\R2016b\bin\win64\errorrecovery.dll
0x000000000c8d0000 - 0x000000000cb4f000 	C:\Program Files\MATLAB\R2016b\bin\win64\m_interpreter.dll
0x000000000cb50000 - 0x000000000cbc3000 	C:\Program Files\MATLAB\R2016b\bin\win64\m_ir.dll
0x00000000fc5e0000 - 0x00000000fc61b000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmex.dll
0x000000000cbd0000 - 0x000000000d30f000 	C:\Program Files\MATLAB\R2016b\bin\win64\m_parser.dll
0x00000000fb660000 - 0x00000000fb67e000 	C:\Program Files\MATLAB\R2016b\bin\win64\ir_xfmr.dll
0x00000000061f0000 - 0x000000000624d000 	C:\Program Files\MATLAB\R2016b\bin\win64\mcos.dll
0x0000000006260000 - 0x0000000006272000 	C:\Program Files\MATLAB\R2016b\bin\win64\mtok.dll
0x000000000d310000 - 0x000000000d36c000 	C:\Program Files\MATLAB\R2016b\bin\win64\namesuggestion.dll
0x0000000006280000 - 0x00000000062b2000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwgraphics_state.dll
0x000000000d370000 - 0x000000000d386000 	C:\Program Files\MATLAB\R2016b\bin\win64\display_device.dll
0x000000000d390000 - 0x000000000d396000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwnativedisplay.dll
0x000000000d3a0000 - 0x000000000d4cc000 	C:\Program Files\MATLAB\R2016b\bin\win64\mcr.dll
0x00000000fb5f0000 - 0x00000000fb645000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwbridge.dll
0x000000000d4d0000 - 0x000000000d5bb000 	C:\Program Files\MATLAB\R2016b\bin\win64\udd.dll
0x000000000d5c0000 - 0x000000000f437000 	C:\Program Files\MATLAB\R2016b\bin\win64\m_lxe.dll
0x000000000f440000 - 0x000000000f4be000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwir.dll
0x000000000f4c0000 - 0x000000000f517000 	C:\Program Files\MATLAB\R2016b\bin\win64\libmwlxeutilities.dll
0x000007fecfe30000 - 0x000007fecfe9f000 	C:\Program Files\MATLAB\R2016b\bin\win64\boost_program_options-vc120-mt-1_56.dll

VM Arguments:
jvm_args: -XX:PermSize=32m -Xms64m -XX:NewRatio=3 -XX:MaxPermSize=128m -Xmx384m -XX:MaxDirectMemorySize=2147400000 -Dsun.java2d.noddraw=true -Dsun.awt.nopixfmt=true -Xshare:off -Djava.ext.dirs=C:\Program Files\MATLAB\R2016b\sys\java\jre\win64\jre\lib\ext -Xrs -Djava.library.path=C:\Program Files\MATLAB\R2016b\bin\win64;C:\Program Files\MATLAB\R2016b\sys\jxbrowser\win64\lib;C:\opensim-core\bin vfprintf -XX:ErrorFile=C:\Users\Kimpara\AppData\Local\Temp\hs_error_pid11120.log abort -Duser.language=en -Duser.country=US -Dfile.encoding=Cp1252 -XX:ParallelGCThreads=6 
java_command: <unknown>
Launcher Type: generic

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_152
CLASSPATH=.;
PATH=C:\opensim-core\bin;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live; C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Lenovo\Touch Fingerprint Software\;C:\Program Files (x86)\Common Files\Lenovo;C:\ProgramData\Lenovo\ReadyApps;C:\Program Files (x86)\Lenovo\Access Connections\;C:\Program Files\MATLAB\R2016b\runtime\win64;C:\Program Files\MATLAB\R2016b\bin;C:\Program Files\WinMerge;C:\Program Files\MATLAB\R2016a\runtime\win64;C:\Program Files\MATLAB\R2016a\bin;C:\Program Files\WinMerge;C:\Program Files (x86)\Windows Live\Shared;C:\MinGW\bin;C:\TDM-GCC-64\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Intel\UCRT\;C:\Program Files\Intel\UCRT\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\EmEditor;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\doxygen\bin;C:/Simbody/bin;C:\windows\system32\config\systemprofile\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\ProgramData\chocolatey\bin;C:\Program Files\Java\jdk1.8.0_152\bin;C:\Program Files\CMake\bin;C:\opensim-core\OpenSim;C:\Users\Kimpara\AppData\Local\Programs\EmEditor;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\opensim-core\bin;
USERNAME=hkimpara
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 94 Stepping 3, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 94 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, erms, ht, tsc, tscinvbit

Memory: 4k page, physical 16595496k(11911460k free), swap 33189132k(28251180k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (24.60-b09) for windows-amd64 JRE (1.7.0_60-b19), built on May  7 2014 12:55:18 by "java_re" with unknown MS VC++:1600

time: Thu Oct 26 02:24:06 2017
elapsed time: 243 seconds

Do you have any ideas?
The restart MATLAB or Windows itself was not solution after this crash. Also, simple exchanging C:\opensim-core was not solution. What I had done was to reinstall both of C:\opensim-core-build and c:\opensim-core. Then the s.getU was recovered.

Thank you,
Hide

User avatar
Ayman Habib
Posts: 2235
Joined: Fri Apr 01, 2005 12:24 pm

Re: MATLAB crash due to setPropertiesFromState

Post by Ayman Habib » Thu Oct 26, 2017 10:47 am

Hide,

Can you explain why you're explicitly calling this method (setPropertiesFromState) and on which Component(s)? The stack trace doesn't give much details other than a crash in SimTK::MultibodySystem::getMatterSubsystem() which is likely due to the System being wiped out upstream of that call. If you provide context as to what you're doing we can suggest a workaround or hypothesize the cause.

Thanks,
-Ayman

User avatar
Hide Kimpara
Posts: 135
Joined: Mon Sep 19, 2016 5:12 am

Re: MATLAB crash due to setPropertiesFromState

Post by Hide Kimpara » Thu Oct 26, 2017 11:43 am

Dear Ayman,

I have just used this referring pre-existing sample code obtained from other users. My code was built based on his one. Since I did not have any issues with this in v3.3, I did not recognized the meaning so much.
Now I will give up using this.

In the meanwhile, do you know any ways to get recovery from Java exception error instead of clear install of OpenSim 4.0? Once I faced this error, I have never recovered from this issue even I reboot Windows...

Thank you,
Hide

POST REPLY