Matlab system error - abnormal termination help?

13 views (last 30 days)
Abnormal termination: Access violation
Register State (from fault): RAX = 000000001e0205cc RBX = 0000000000000000 RCX = 00000000ea735a40 RDX = 00000000ea735a40 RSP = 00000001303fb118 RBP = 0000000000000000 RSI = 00000001303fb3b0 RDI = 00000001303fb1e8
R8 = 0000000135a90160 R9 = ffffffffffffffff
R10 = 000000013e6e5fe0 R11 = 0000000080070057
R12 = 00000001303fb490 R13 = 0000000000000001
R14 = 00000000ea735a40 R15 = 00000000fffffffc
RIP = 00000000000003c6 EFL = 00010202
CS = 0033 FS = 0053 GS = 002b
Stack Trace (from fault): [ 0] 0x00000000000003c6 unknown-module+00000000 [ 1] 0x00000000a0442072 C:\Program Files\MATLAB\R2014b\bin\win64\QtGui4.dll+04464754 QAccessible::queryAccessibleInterface+00000050 [ 2] 0x00000000a0446f86 C:\Program Files\MATLAB\R2014b\bin\win64\QtGui4.dll+04484998 QAccessiblePlugin::~QAccessiblePlugin+00000342 [ 3] 0x00000000a0449147 C:\Program Files\MATLAB\R2014b\bin\win64\QtGui4.dll+04493639 QAccessiblePlugin::~QAccessiblePlugin+00008983 [ 4] 0x000007fef40e2886 C:\Windows\system32\OLEACC.dll+00010374 AccessibleObjectFromWindow+00000726 [ 5] 0x000007fef368bcfb C:\Windows\system32\uiautomationcore.dll+00310523 UiaHTextRangeFromVariant+00183803 [ 6] 0x000007fef368e0cf C:\Windows\system32\uiautomationcore.dll+00319695 UiaHTextRangeFromVariant+00192975 [ 7] 0x000007fef3676edc C:\Windows\system32\uiautomationcore.dll+00224988 UiaHTextRangeFromVariant+00098268 [ 8] 0x000007fef3676887 C:\Windows\system32\uiautomationcore.dll+00223367 UiaHTextRangeFromVariant+00096647 [ 9] 0x000007fef3675e92 C:\Windows\system32\uiautomationcore.dll+00220818 UiaHTextRangeFromVariant+00094098 [ 10] 0x000007fef3675c64 C:\Windows\system32\uiautomationcore.dll+00220260 UiaHTextRangeFromVariant+00093540 [ 11] 0x000007fef3676e36 C:\Windows\system32\uiautomationcore.dll+00224822 UiaHTextRangeFromVariant+00098102 [ 12] 0x000007fef3658e78 C:\Windows\system32\uiautomationcore.dll+00102008 DllUnregisterServer+00001704 [ 13] 0x000007fef3695176 C:\Windows\system32\uiautomationcore.dll+00348534 UiaHTextRangeFromVariant+00221814 [ 14] 0x000007fef3658ebb C:\Windows\system32\uiautomationcore.dll+00102075 DllUnregisterServer+00001771 [ 15] 0x0000000076b978cc C:\windows\system32\USER32.dll+00030924 GetKeyboardLayoutList+00000412 [ 16] 0x0000000076b953b5 C:\windows\system32\USER32.dll+00021429 LockWindowStation+00000133 [ 17] 0x0000000076ba6829 C:\windows\system32\USER32.dll+00092201 IsDialogMessageW+00000361 [ 18] 0x0000000076dfbc65 C:\windows\SYSTEM32\ntdll.dll+00310373 KiUserCallbackDispatcher+00000031 [ 19] 0x0000000076ba90aa C:\windows\system32\USER32.dll+00102570 PeekMessageW+00000182 [ 20] 0x0000000076ba9079 C:\windows\system32\USER32.dll+00102521 PeekMessageW+00000133 [ 21] 0x000000001df4fb9e C:\Program Files\MATLAB\R2014b\bin\win64\QtCore4.dll+01178526 QEventDispatcherWin32::processEvents+00000462 [ 22] 0x000000001df299cc C:\Program Files\MATLAB\R2014b\bin\win64\QtCore4.dll+01022412 QEventLoop::exec+00000556 [ 23] 0x000000001df2b830 C:\Program Files\MATLAB\R2014b\bin\win64\QtCore4.dll+01030192 QCoreApplication::exec+00000224 [ 24] 0x00000000a115ed46 C:\Program Files\MATLAB\R2014b\bin\win64\glee.dll+01305926 GLRC::BuilderFacade::operator=+00002086 [ 25] 0x000000001de56118 C:\Program Files\MATLAB\R2014b\bin\win64\QtCore4.dll+00155928 QThread::start+00001064 [ 26] 0x000007fee2e93fef C:\Program Files\MATLAB\R2014b\bin\win64\MSVCR110.dll+00147439 beginthreadex+00000263 [ 27] 0x000007fee2e94196 C:\Program Files\MATLAB\R2014b\bin\win64\MSVCR110.dll+00147862 endthreadex+00000402 [ 28] 0x0000000076ca59cd C:\windows\system32\kernel32.dll+00088525 BaseThreadInitThunk+00000013 [ 29] 0x0000000076dda561 C:\windows\SYSTEM32\ntdll.dll+00173409 RtlUserThreadStart+00000033

Accepted Answer

Vishal Neelagiri
Vishal Neelagiri on 17 Jan 2017
MATLAB can crash when closing a window with accessibility tools running. This was a bug with the product and was fixed in the MATLAB R2015b release.
You can refer to this external bug report for more information:

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!