필터 지우기
필터 지우기

Failed to load module "canberra-gtk-module" without simulink

조회 수: 38 (최근 30일)
Per Jørgensen
Per Jørgensen 2023년 11월 21일
댓글: Per Jørgensen 2024년 1월 4일
Hi,
I get the following error occasionally in Matlab R2023b update 3 without using simulink on OpenSUSE
Failed to load module "canberra-gtk-module"
Inconsistency detected by ld.so: ../elf/dl-tls.c: 556: _dl_allocate_tls_init: Assertion `listp != NULL' failed!
There is a bugfix regarding Simulink, but it doesn't seem to work without it
How can I call load_sl_glibc_patch without Simulink?
  댓글 수: 2
Brad Holder
Brad Holder 2024년 1월 2일
just type exactly that into matlab.
In all of my live scripts I have one of the first few lines being
load_sl_glibc_patch
Per Jørgensen
Per Jørgensen 2024년 1월 4일
I think you need to have simulink installed for that command, I don't have it on my computer

댓글을 달려면 로그인하십시오.

답변 (1개)

Sanju
Sanju 2023년 11월 28일
The "load_sl_glibc_patch" function is designed exclusively for Simulink and is used to load a patch for the GNU C Library required by Simulink. If you're not utilizing Simulink, there is no need to invoke this function.
If you are using Simulink, the “load_sl_glibc_patch” function is called automatically when you start Simulink, and you do not need to call it explicitly, Because the "load_sl_glibc_patch" function is tailored to Simulink, it cannot be called without Simulink.
There isn't a direct or documented way to call "load_sl_glibc_patch" without Simulink. This function is internally structured for addressing specific concerns within the Simulink environment, and it's not intended for general use outside of that context.
Hope this Helps!
Thanks.
  댓글 수: 1
Per Jørgensen
Per Jørgensen 2023년 11월 30일
Well I need a solution to the matlab crashing issue without operating system updates. currently I can't type more than 5 characters before matlab crashes. is it related to a system beep, then I could perhaps disable all sounds...

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by