フィルターのクリア

Matlab crashes Ubuntu system

1 回表示 (過去 30 日間)
John
John 2016 年 4 月 27 日
コメント済み: Walter Roberson 2016 年 4 月 28 日
R2014A crashes my ubuntu system so hard, that I have to physically pull the plug. It's reproducible and happens every time. After rebooting, I get an "Error loading configuration file", so the GUI windows are reset to default and no programs are loaded into the editor. Between working and locking up the system, the change is increasing the simulation maximum time of the program by 50%.
I have the logs. How can I find out what is causing the crash?

回答 (1 件)

John
John 2016 年 4 月 27 日
編集済み: Walter Roberson 2016 年 4 月 28 日
It turns out that my 32 GB system is out of RAM.
allvars = whos;
memused_bytes = sum([allvars.bytes])
memused_GB = memused_bytes / 1e9
This returns about 23 GB workspace data.
  1 件のコメント
Walter Roberson
Walter Roberson 2016 年 4 月 28 日
Is that happening even before you execute any commands? What is in your startup.m file?

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

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by