Matlab keeps shutting down while my program is running

60 ビュー (過去 30 日間)
Aaron Ouyang
Aaron Ouyang 2022 年 5 月 18 日
コメント済み: Walter Roberson 2022 年 5 月 19 日
Hi! I've been running the same image transformation program for a while, but for some reason it keeps crashing today. There's no error message; my code runs for like 5 minutes and then before completion, the Matlab program quits.
I'm running Matlab_R2022a on macOS Monterey 12.3.1. Any advice would be appreciated.
  2 件のコメント
VBBV
VBBV 2022 年 5 月 18 日
did you check if there are any "exit" or "quit" commands in your program ?
Aaron Ouyang
Aaron Ouyang 2022 年 5 月 18 日
Yup. There are no exit or quit commands.

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 5 月 18 日
編集済み: Walter Roberson 2022 年 5 月 18 日
One thing I would check is for overheating https://www.bestmaccleaner.com/mac-temperature-monitor/
I also suggest testing RAM https://support.apple.com/en-us/HT202731
  3 件のコメント
Aaron Ouyang
Aaron Ouyang 2022 年 5 月 18 日
I also checked temperature and RAM.
I ran the diagnostics and it says there were no issues found. I checked the temperature and it is hotter (usually its 77 degrees F but it gets to 87 with Matlab open), so I don't know if that's an issue.
I checked Memory Used/Allocated through Activity Monitor and it seems like a very big chunk of memory (26 GB) is being used/allocated for the Matlab process so I don't know if that's where the issue is. Let me know if you have any suggestions.
Walter Roberson
Walter Roberson 2022 年 5 月 19 日
I think it might be theoretically possible for MATLAB itself to crash from running out of memory. Normally running out of memory would be noticed at the computation level, and would result in an uncatchable exception . However, in principle the amount of memory in use could be almost at the limit, and then when MATLAB itself needed memory (such as to open a variable in the variable browser) then potentially MATLAB itself could crash, I suspect.
But that does not sound like what is happening to you.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by