Clear Filters
Clear Filters

How do I generate a native crash dump for MATLAB on a hp ?

8 views (last 30 days)

MotoHawk 2023a & MatLABR2023a MATLAB Log File: C:\Users\HP\AppData\Local\Temp\matlab_crash_dump.19880-1

------------------------------------------------ MATLAB Log File ------------------------------------------------

-------------------------------------------------------------------------------- Unknown exception 0xe0434352 detected at 2024-07-17 02:56:27 +0300 --------------------------------------------------------------------------------

Configuration: Crash Decoding : Disabled - No sandbox or build area path Crash Mode : continue (default) Default Encoding : UTF-8 Deployed : false Graphics Driver : Uninitialized hardware Graphics card 1 : Intel Corporation ( 0x8086 ) Intel® Iris® Plus Graphics Version 27.20.100.9316 (2021-2-18) Java Version : Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot™ 64-Bit Server VM mixed mode MATLAB Architecture : win64 MATLAB Entitlement ID : 3514034 MATLAB Root : C:\Program Files\MATLAB\R2023a MATLAB Version : 9.14.0.2489007 (R2023a) Update 6 OpenGL : hardware Operating System : Microsoft Windows 10 Entreprise Process ID : 19880 Processor ID : x86 Family 6 Model 126 Stepping 5, GenuineIntel Session Key : 8649544e-ea37-4935-bc46-e5404932964b Window System : Version 10.0 (Build 19045)

Fault Count: 1

Abnormal termination: Unknown exception 0xe0434352

Current Thread: 'MCR 0 interpreter thread' id 26564

Register State (from fault): RAX = 00007ff9ba9663e8 RBX = 000000411e3f65a0 RCX = 000000411e3f5220 RDX = 000000411e3f5d80 RSP = 000000411e3f49e0 RBP = 000000411e3f50c0 RSI = 000000411e3f73b0 RDI = 000000411e3f5860

   R8 = 0000000000000001   R9 = 000000411e3f4250
  R10 = 00007ff9d18c2554  R11 = 0000000000000000
  R12 = 0000000000000000  R13 = 000000411e3f4b48
  R14 = 000000411e3f5860  R15 = 000000411e3f59c8
RIP = 00007ff9cf27b699  EFL = 00000206
   CS = 0033   FS = 0053   GS = 002b

Stack Trace (from fault): [ 0] 0x00007ff9cf27b699 C:\Windows\System32\KERNELBASE.dll+00243353 RaiseException+00000105 [ 1] 0x00007ff9ba0c2743 C:\Windows\SYSTEM32\VCRUNTIME140_1_CLR0400.dll+00010051 _NLG_Return2+00005619 [ 2] 0x00007ff9d1911c96 C:\Windows\SYSTEM32\ntdll.dll+00662678 RtlCaptureContext2+00001190 [ 3] 0x00007ff9ba16e012 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll+00319506 StrongNameTokenFromPublicKey+00192754 [ 4] 0x00007ff9ba185e56 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll+00417366 StrongNameTokenFromPublicKey+00290614 [ 5] 0x00007ff9ba15891b C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll+00231707 StrongNameTokenFromPublicKey+00104955 [ 6] 0x00007ff9ba2ae7b5 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll+01632181 DllCanUnloadNowInternal+00011525 [ 7] 0x00007ff95abb1ce7 unknown-module+00000000 [ 8] 0x00007ff955214238 C:\Program Files (x86)\Woodward\MCS\MotoHawk\2023a_sp3.3213\Blocks\Main\motohawk_sfun_check_license.mexw64+00016952 mexFunction+00012856 [ 9] 0x00007ff95521422c C:\Program Files (x86)\Woodward\MCS\MotoHawk\2023a_sp3.3213\Blocks\Main\motohawk_sfun_check_license.mexw64+00016940 mexFunction+00012844 [ 10] 0x0000000000000001 unknown-module+00000000

This error was detected while a MEX-file was running. If the MEX-file is not an official MathWorks function, please examine its source code for errors. Please consult the External Interfaces Guide for information on debugging MEX-files.

Answers (1)

Aditya Saikumar
Aditya Saikumar on 17 Jul 2024
Edited: Aditya Saikumar on 17 Jul 2024
Hi Youssouf,
In case of a crash, MATLAB automatically generates three crash dump files with the prefix matlab_crash_dump, java.log, or hs_err. These files can be located at: “%USERPROFILE%\Apata\Local\ folder.
Please refer to the following MATLAB documentation link for more details:
If you want to debug MEX files causing crashes, please refer to the following links:
MATLAB Documentation:
MATLAB Answers:
Regards,
Aditya

Categories

Find more on Startup and Shutdown 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!