Uhandled c++ exception in matlab application

9 views (last 30 days)
I'm experiencing an intermittent issue running a matlab application. The application will occasionally just exit and we managed to get a crash dump. I'm not sure how to debug this.
[Error writing to output stream.
------------------------------------------------------------------------
Unhandled C++ exception detected at Wed Jul 15 15:29:36 2015
------------------------------------------------------------------------
Configuration:
Crash Decoding : Disabled
Default Encoding : windows-1252
Graphics card 1 : Intel Corporation ( 0x8086 ) Intel(R) HD Graphics 4600 Version 10.18.14.4170
MATLAB Architecture: win64
MATLAB Root : C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84
MATLAB Version : 8.4.0.150421 (R2014b)
Operating System : Microsoft Windows 7 Professional
Processor ID : x86 Family 6 Model 60 Stepping 3, GenuineIntel
Software OpenGL : 0
Virtual Machine : Java 1.7.0_11-b21 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
Abnormal termination:
Unhandled C++ exception
Register State (from fault):
RAX = 00000000fd01574c RBX = 000000000b06e990
RCX = 000000001a739e20 RDX = 00000000000000d0
RSP = 000000001a73a430 RBP = 000000001a73a560
RSI = 000000001a73cbb0 RDI = 000000001a73b310
R8 = 0000000000000000 R9 = 0000000000000000
R10 = 000000000b040000 R11 = 000000001a73a470
R12 = 000000001a73a658 R13 = 0000000000000000
R14 = 000000001a73b938 R15 = 0000000000000000
RIP = 000007fefd4fb3dd EFL = 00000202
CS = 0033 FS = 0053 GS = 002b
Stack Trace (from fault):
[ 0] 0x000007fefd4fb3dd C:\Windows\system32\KERNELBASE.dll+00046045 RaiseException+00000061
[ 1] 0x000007fef618e92c C:\Windows\system32\MSVCR110.dll+00387372 CxxThrowException+00000212
[ 2] 0x000000000b058bff C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\libmwbridge.dll+00101375 nonmath::SysProxy::system+00007071
[ 3] 0x000007fef6196280 C:\Windows\system32\MSVCR110.dll+00418432 _unDNameEx+00000632
[ 4] 0x000007fef618ddb9 C:\Windows\system32\MSVCR110.dll+00384441 _BuildCatchObjectHelper+00000757
[ 5] 0x000000007745d501 C:\Windows\SYSTEM32\ntdll.dll+00316673 RtlRestoreContext+00000738
[ 6] 0x000000000b0449cb C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\libmwbridge.dll+00018891 ioSetIoCallbacks+00003803
[ 7] 0x00000000fe9b7c17 C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\libut.dll+00097303 utVprintf+00000199
[ 8] 0x00000000fe9b7a12 C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\libut.dll+00096786 utPrintf+00000034
[ 9] 0x0000000100063b1d C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\libmwservices.dll+00473885 ioPrintWrapped+00000125
[ 10] 0x00000000fe1d8cf9 C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\libmx.dll+00888057 matrix::detail::noninlined::mx_array_api::mxWarningMsgTxt+00000937
[ 11] 0x00000000fe1d6931 C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\libmx.dll+00878897 mxArray_tag::set_struct_fields_untrusted+00002401
[ 12] 0x00000000fe1d84ce C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\libmx.dll+00885966 mxArray_tag::set_struct_fields_untrusted+00009470
[ 13] 0x00000000fe1d88aa C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\libmx.dll+00886954 matrix::detail::noninlined::mx_array_api::mxWarningMsgIdAndTxt+00000042
[ 14] 0x0000000064146809 C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\hg.dll+01927177 UIClientComponentInterface::requestFocus+01121721
[ 15] 0x00000000641464dc C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\hg.dll+01926364 UIClientComponentInterface::requestFocus+01120908
[ 16] 0x0000000064146c9c C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\hg.dll+01928348 UIClientComponentInterface::requestFocus+01122892
[ 17] 0x000000006412c11b C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\hg.dll+01818907 UIClientComponentInterface::requestFocus+01013451
[ 18] 0x000000006410fc26 C:\Program Files\MATLAB\MATLAB Compiler Runtime\v84\bin\win64\hg.dll+01702950 UIClientComponentInt
  1 Comment
Jesse Hopkins
Jesse Hopkins on 9 Nov 2015
Edited: Jesse Hopkins on 12 Nov 2015
@Kevin Chaves - did you ever get anywhere with this? I am also experiencing a very similar crash, and tech support has not been terribly helpful so far:

Sign in to comment.

Accepted Answer

Steven Lord
Steven Lord on 16 Jul 2015
The end of that stack trace log file should have instructed you to send the log file to MathWorks. [If the log file was truncated, that's what it would have said had it gotten that far.] Please send the log file along with a description of what you were doing when the crash occurred to the address given in the file and/or to Technical Support.
  1 Comment
Kevin Chaves
Kevin Chaves on 16 Jul 2015
Thanks for the response, it did not get that far. I'm going to suggest this to the person that is seeing the error because he might actually know whats happening a bit more.

Sign in to comment.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!