Effacer les filtres
Effacer les filtres

Matlab Crash in ubuntu

53 vues (au cours des 30 derniers jours)
Yimin
Yimin le 15 Juin 2023
Réponse apportée : Mayur le 16 Juin 2023
I have no idea why it keeps crash. I use ubuntu 20 with MATLAB2021a
--------------------------------------------------------------------------------
Segmentation violation detected at 2023-06-15 15:53:31 -0400
--------------------------------------------------------------------------------
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.31 stable
Graphics Driver : NVIDIA Corporation NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 Version 4.6.0 NVIDIA 525.116.04
Graphics card 1 : 0x10de ( 0x10de ) 0x1b06 Version 525.116.4.0 (0-0-0)
Graphics card 2 : 0x10de ( 0x10de ) 0x1b06 Version 525.116.4.0 (0-0-0)
Graphics card 3 : 0x10de ( 0x10de ) 0x1b06 Version 525.116.4.0 (0-0-0)
Graphics card 4 : 0x10de ( 0x10de ) 0x1b06 Version 525.116.4.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 : 4058432
MATLAB Root : /usr/local/MATLAB/R2021a
MATLAB Version : 9.10.0.2015706 (R2021a) Update 7
OpenGL : hardwarebasic
Operating System : Ubuntu 20.04.6 LTS
Process ID : 35710
Processor ID : x86 Family 6 Model 85 Stepping 4, GenuineIntel
Session Key : 4d453ddb-e36e-42fe-9a63-5faa0b34cf0b
Static TLS mitigation : Enabled: Full
Window System : The X.Org Foundation (12013000), display :1
Fault Count: 1
Abnormal termination:
Segmentation violation
Current Thread: 'MCR 0 interpret' id 140178191972096
Register State (from fault):
RAX = 0000000000000031 RBX = 00007f7d594cf9f8
RCX = 0000000000000001 RDX = 0000000000000042
RSP = 00007f7dc75666a0 RBP = 00007f7dc75666c0
RSI = 00007f7d04002a28 RDI = 00007f7d594cf9f8
R8 = 00007f7d594cf800 R9 = 00000000b82bf170
R10 = 0000000000000a2a R11 = 00007f7e43fe3f3c
R12 = 0000000000000031 R13 = 00007f7d04002a28
R14 = 00007f7dc7d2f380 R15 = 00007f7d594cf800
RIP = 00007f7dc7b05098 EFL = 0000000000010202
CS = 0033 FS = 0000 GS = 0000
Stack Trace (from fault):
[ 0] 0x00007f7dc7b05098 /usr/local/MATLAB/R2021a/sys/java/jre/glnxa64/jre/lib/amd64/libawt_xawt.so+00217240
[ 1] 0x00007f7df498cf60

Réponses (1)

Mayur
Mayur le 16 Juin 2023
Hi!
The error message indicates that MATLAB has crashed with a segmentation violation error, which typically occurs when a program attempts to access a memory location that has not been properly allocated or has already been deallocated. This can be caused by a variety of factors, such as a programming error, a system configuration issue, or a hardware fault.
If you are unable to resolve the issue on your own, you can contact MathWorks support directly for assistance. They may be able to provide additional diagnostic tools or suggest a solution based on the specifics of your setup and the code you are running.
Please refer to this documentation for more info: https://www.mathworks.com/help/matlab/matlab_env/error-log-reporting.html

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by