필터 지우기
필터 지우기

Compiled program stops responding after normal operation

조회 수: 2 (최근 30일)
Tobias Elmøe
Tobias Elmøe 2013년 5월 7일
Hello, I have a problem with the Matlab Compiler (mcc), which is that a compiled program suddenly stops responding after it has been running normally for a long time. It may happen after 1 or 2 days of up-time. I don't get any error messages, and the program window (it's a GUI built with GUIDE) is still visible, however totally unresponsive. The program does not consume too much memory (< 1 gb), but it does write to the disc from time to time.
I am using Matlab R2011b. Can anyone assist?

답변 (1개)

Matt J
Matt J 2013년 5월 7일
What OS are you using? If Windows, did you run the executable in a command window to see if it returns any error messages? If not, you should do so.
  댓글 수: 3
Tobias Elmøe
Tobias Elmøe 2013년 5월 7일
I am wondering, if there is an upper limit to the total data that can be saved in a matlab session? I can see that the data that I saved before crashing is approximately 2 gb (spread over several smaller files). It may be just random, but then again, I am looking for something that happens after a long time (corresponding to accumulating large amounts of save data).
Matt J
Matt J 2013년 5월 7일
A 32-bit application cannot use more than 2GB RAM. There are ways to raise this using the 3GB switch

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

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by