필터 지우기
필터 지우기

After the compilation of the model, MATLAB crash and the error of corrupted heap appears

조회 수: 3 (최근 30일)
Hello guys,
When I try to run my model in Simulink, the model compile without problem but when the simulation starts, at 0.0 minutes, the Matlab stops and closes.
I did the debug to understand and find the error and is the following:
"Unhandled exception at 0x00007FFD32C91CE0 (ntdll.dll) in MATLAB.exe: 0xC0000374: Corrupted heap"
what this mean? Is it a problem in my model or in Matlab?
Please help me!
Thanks

답변 (1개)

Arun
Arun 2023년 12월 30일
Hi Stephanie Monteiro,
I understand that you get an error: "Unhandled exception at 0x00007FFD32C91CE0 (ntdll.dll) in MATLAB.exe: 0xC0000374: Corrupted heap" while running your Simulink model.
A possible workaround is to restructure the model to avoid using message queues. You can do this by deleting the Message Send blocks, Message Receive blocks, Stateflow charts with messages in the model etc.
For additional information regarding where queues are used, please refer the following MATLAB documentation:
I Hope this helps you in resolving your issue.

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by