Clear Filters
Clear Filters

Matlab deployable (lumi) crashes

1 view (last 30 days)
Eshetu Gebretsadik
Eshetu Gebretsadik on 3 Oct 2022
Commented: Walter Roberson on 17 Nov 2022
A deployable (lumi) compiled on Matlab 2021b, loaded on a Linux platform (Ubuntu 20.04), and loaded MCR version of v911 couldn't run it crashes with the following message.
user@user:/usr/sbin$ echo $LD_LIBRARY_PATH
/usr/local/MATLAB/MATLAB_Runtime/v911/runtime/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v911/bin/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v911/sys/os/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v911/extern/bin/glnxa64
user@user:/usr/sbin$ lumi
Segmentation fault (core dumped)
  3 Comments
Eshetu Gebretsadik
Eshetu Gebretsadik on 17 Nov 2022
Here is the library path setting.
for LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/local/MATLAB/MATLAB_Runtime/v911/runtime/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v911/bin/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v911/sys/os/glnxa64:/usr/loc
al/MATLAB/MATLAB_Runtime/v911/extern/bin/glnxa64
for LD_PRELOAD
export LD_PRELOAD=/usr/local/MATLAB/MATLAB_Runtime/v911/bin/glnxa64/glibc-2.17_shim.so
Walter Roberson
Walter Roberson on 17 Nov 2022
That user has historically had several problems with lumi on a mix of operating systems.

Sign in to comment.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!