Why does Matlab 2023a crash when running my code?

12 views (last 30 days)
I recently updated my MATLAB 2023a to update 4 and it is keep crashing when running a code that I've been use smothly in preveious versions. Why is this happening? Is there a workaround? The crash log:
MATLAB Log File: /home/matt/matlab_crash_dump.11178-1
------------------------------------------------
MATLAB Log File
------------------------------------------------
--------------------------------------------------------------------------------
abort() detected at 2023-08-25 08:22:33 +0100
--------------------------------------------------------------------------------
Configuration:
Crash Decoding : Disabled - No sandbox or build area path
Crash Mode : continue (default)
Default Encoding : UTF-8
Deployed : false
Desktop Environment : ubuntu:GNOME
GNU C Library : 2.35 stable
Graphics Driver : NVIDIA Corporation Quadro P4000/PCIe/SSE2 Version 4.6.0 NVIDIA
Graphics card 1 : 0x10de ( 0x10de ) 0x1bb1 Version 535.86.5.0 (0-0-0)
Graphics card 2 : 0x8086 ( 0x8086 ) 0x1912 Version 0.0.0.0 (0-0-0)
Java Version : Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
MATLAB Architecture : glnxa64
MATLAB Entitlement ID : 2204850
MATLAB Root : /usr/local/MATLAB/R2023a
MATLAB Version : 9.14.0.2306882 (R2023a) Update 4
OpenGL : hardware
Operating System : Ubuntu 22.04.3 LTS
Process ID : 11178
Processor ID : x86 Family 6 Model 94 Stepping 3, GenuineIntel
Session Key : 81cc5a72-332-450c-a2b1-2b32e9f4c18
Window System : The X.Org Foundation (12101004), display :0
Fault Count: 1
Abnormal termination:
abort()
Current Thread: 'MCR 0 interpret' id 14065398*******
Register State (from fault):
RAX = 0000000000000000 RBX = 00007fec8e9fe640
RCX = 00007fedc0bcca7c RDX = 0000000000000006
RSP = 00007fec8e9fd880 RBP = 0000000000002d73
RSI = 0000000000002d73 RDI = 0000000000002baa
R8 = 00007fec8e9fd950 R9 = 000a2e64656c6961
R10 = 0000000000000008 R11 = 0000000000000246
R12 = 0000000000000006 R13 = 0000000000000016
R14 = 00007fecd9b83009 R15 = 00007fed8309fcb0
RIP = 00007fedc0bcca7c EFL = 0000000000000246
CS = 0033 FS = 0000 GS = 0000
Stack Trace (from fault):
[ 0] 0x00007fedc0bcca7c /lib/x86_64-linux-gnu/libc.so.6+00617084 pthread_kill+00000300
[ 1] 0x00007fedc0b78476 /lib/x86_64-linux-gnu/libc.so.6+00271478 raise+00000022
[ 2] 0x00007fedc0b5e7f3 /lib/x86_64-linux-gnu/libc.so.6+00165875 abort+00000211
[ 3] 0x00007fedc0b5e71b /lib/x86_64-linux-gnu/libc.so.6+00165659
[ 4] 0x00007fedc0b6fe96 /lib/x86_64-linux-gnu/libc.so.6+00237206
[ 5] 0x00007fecd9b7fd5f /lib/x86_64-linux-gnu/libavahi-client.so.3+00040287
[ 6] 0x00007fec8f27dbc0 /home/matt/MATLAB-Drive/Lab/required_files/oms/supporting_files/code_thirdparty/TobiiPro.SDK.Matlab_1.6.2.36/lib/64/tobiiresearch.mexa64+00515008
[ 7] 0x00007fec8f27dcc9 /home/matt/MATLAB-Drive/Lab/required_files/oms/supporting_files/code_thirdparty/TobiiPro.SDK.Matlab_1.6.2.36/lib/64/tobiiresearch.mexa64+00515273
[ 8] 0x00007fec8f23de86 /home/matt/MATLAB-Drive/Lab/required_files/oms/supporting_files/code_thirdparty/TobiiPro.SDK.Matlab_1.6.2.36/lib/64/tobiiresearch.mexa64+00253574
[ 9] 0x00007fec8f22e76c /home/matt/MATLAB-Drive/Lab/required_files/oms/supporting_files/code_thirdparty/TobiiPro.SDK.Matlab_1.6.2.36/lib/64/tobiiresearch.mexa64+00190316
[ 10] 0x00007fedc0bcab43 /lib/x86_64-linux-gnu/libc.so.6+00609091
[ 11] 0x00007fedc0c5ca00 /lib/x86_64-linux-gnu/libc.so.6+01206784

Accepted Answer

Bruno Luong
Bruno Luong on 25 Aug 2023
/home/matt/MATLAB-Drive/Lab/required_files/oms/supporting_files/code_thirdparty/TobiiPro.SDK.Matlab_1.6.2.36/lib/64/tobiiresearch.mexa64
If it's a third party mex there is a huge chance that is buggy.

More Answers (1)

Image Analyst
Image Analyst on 25 Aug 2023

Categories

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

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!