Borrar filtros
Borrar filtros

Crash from R2017b mcc under bash

3 visualizaciones (últimos 30 días)
Chris Borchert
Chris Borchert el 2 de Mayo de 2018
Editada: Mark Feichtinger el 7 de Jul. de 2022
Using R2017b on a SGI Altix ICE-X (SLES 11 SP4) under bash I get this crash. However under tcsh it works. I have tried multiple users and find it consistent. Both tcsh and bash have the same ulimit settings. Under R2017a using bash, it works. Thanks, Chris
> mcc -?
------------------------------------------------------------------------
std::terminate() detected at Wed May 2 14:29:54 2018
------------------------------------------------------------------------
Configuration:
Crash Decoding : Disabled - No sandbox or build area path
Crash Mode : continue (default)
Default Encoding : UTF-8
GNU C Library : 2.11.3 stable
Host Name : topaz07.erdc.hpc.mil
MATLAB Architecture : glnxa64
MATLAB Root : /p/home/apps/matlab/R2017b
MATLAB Version : 9.3.0.713579 (R2017b)
Operating System : Linux 3.0.101-108.35-default #1 SMP Mon Feb 19 21:13:08 UTC 2018 (251ec24) x86_64
Processor ID : x86 Family 6 Model 63 Stepping 2, GenuineIntel
Fault Count: 1
Abnormal termination:
std::terminate()
Register State (captured):
RAX = 00007fffedabb7c8 RBX = 00007fffe99742c8
RCX = 000000000000000a RDX = 00007fffe9965360
RSP = 00007fffffff8170 RBP = 00007fffffff8530
RSI = 00007fffe97277d7 RDI = 00007fffffff8180
R8 = 29286574616e696d R9 = 0000000000000168
R10 = 0000000000000000 R11 = ffffffff90c00000
R12 = 00007fffe9984358 R13 = 00007fffffff8920
R14 = 0000000000000002 R15 = 00007fffffff9240
RIP = 00007fffe969bafe EFL = 0000000000000000
CS = 000c FS = 0000 GS = 0000
Stack Trace (captured):
[ 0] 0x00007fffe9695f33 bin/glnxa64/libmwfl.so+00884531
[ 1] 0x00007fffe9695f8c bin/glnxa64/libmwfl.so+00884620 _ZN10foundation4core4diag15stacktrace_base7captureEm+00000028
[ 2] 0x00007fffe9698562 bin/glnxa64/libmwfl.so+00894306
[ 3] 0x00007fffecd70f1a bin/glnxa64/libmwmcr.so+00806682
[ 4] 0x00007fffecd72c88 bin/glnxa64/libmwmcr.so+00814216
[ 5] 0x00007fffecd72e6a bin/glnxa64/libmwmcr.so+00814698
[ 6] 0x00007fffecd733cc bin/glnxa64/libmwmcr.so+00816076
[ 7] 0x00007fffecd73f57 bin/glnxa64/libmwmcr.so+00819031
[ 8] 0x00007fffea193646 /p/home/apps/matlab/R2017b/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6+00386630
[ 9] 0x00007fffea193691 /p/home/apps/matlab/R2017b/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6+00386705
[ 10] 0x00007fffea1938a8 /p/home/apps/matlab/R2017b/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6+00387240
[ 11] 0x00007fffecd485bd bin/glnxa64/libmwmcr.so+00640445 _Z19mcr_initialize_main11MATLAB_MODEbRKSt6vectorISbIDsSt11char_traitsIDsESaIDsEESaIS4_EEbN3mvm22CrashInteractivePolicyE+00000765
[ 12] 0x00007fffcef20e61 bin/glnxa64/libmwMVMLocal.so+00425569
[ 13] 0x00007fffe137cfb8 bin/glnxa64/libmwmvm.so+02506680
[ 14] 0x00007fffe137d35a bin/glnxa64/libmwmvm.so+02507610
[ 15] 0x00007fffec2e06bd bin/glnxa64/libmwmclbase.so+00386749 mclRunMain+00000989
[ 16] 0x0000000000408420 /p/home/apps/matlab/R2017b/bin/glnxa64/mcc+00033824
[ 17] 0x00007fffe99a4c36 /lib64/libc.so.6+00126006 __libc_start_main+00000230
[ 18] 0x0000000000408732 /p/home/apps/matlab/R2017b/bin/glnxa64/mcc+00034610
[ 19] 0x0000000000000000 <unknown-module>+00000000
If this problem is reproducible, please submit a Service Request via:
http://www.mathworks.com/support/contact_us/
A technical support engineer might contact you with further information.
Thank you for your help.** This crash report has been saved to disk as /p/home/alterb/matlab_crash_dump.360-1 **
  2 comentarios
Walter Roberson
Walter Roberson el 2 de Mayo de 2018
What is your LD_LIBRARY_PATH environment in each of the two cases?
Chris Borchert
Chris Borchert el 2 de Mayo de 2018
Bash: /p/home/apps/sgi/mpt-2.15_sgi715r20/lib:/p/home/apps/intel/parallel_studio_2016/compilers_and_libraries_2016.0.109/linux/ipp/lib/intel64:/p/home/apps/intel/parallel_studio_2016/compilers_and_libraries_2016.0.109/linux/tbb/lib/intel64/gcc4.1:/p/home/apps/intel/parallel_studio_2016/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64:/p/home/apps/intel/parallel_studio_2016/compilers_and_libraries_2016.0.109/linux/compiler/lib/mic:/p/home/apps/intel/parallel_studio_2016/compilers_and_libraries_2016.0.109/linux/compiler/lib/intel64:/usr/lib64/mpi/gcc/openmpi/lib64
tcsh: /p/home/apps/sgi/mpt-2.15_sgi715r20/lib:/p/home/apps/intel/parallel_studio_2016/compilers_and_libraries_2016.0.109/linux/ipp/lib/intel64:/p/home/apps/intel/parallel_studio_2016/compilers_and_libraries_2016.0.109/linux/tbb/lib/intel64/gcc4.1:/p/home/apps/intel/parallel_studio_2016/compilers_and_libraries_2016.0.109/linux/mkl/lib/intel64:/p/home/apps/intel/parallel_studio_2016/compilers_and_libraries_2016.0.109/linux/compiler/lib/mic:/p/home/apps/intel/parallel_studio_2016/compilers_and_libraries_2016.0.109/linux/compiler/lib/intel64:/usr/lib64/mpi/gcc/openmpi/lib64

Iniciar sesión para comentar.

Respuestas (1)

Mark Feichtinger
Mark Feichtinger el 7 de Jul. de 2022
Editada: Mark Feichtinger el 7 de Jul. de 2022
Hi, I just ran into a similar problem with mcc and was able to solve it on my side:
System: macOS Monterey (version 12.4)
Matlab 2020b
Solution:
Due to licensing update, I had to reset the license and the library path of my Matlab. I forgot to set the library path. Both have to be set as ane environmental varibale on your system. e.g., for bash shell
export MLM_LISENCE_FILE=<you license path>
export LD_LIBRARY_PAT=matlabroot/bin/glnxa64:matlabroot/sys/os/glnxa64

Categorías

Más información sobre C Shared Library Integration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by