필터 지우기
필터 지우기

mcc freezes during compilation

조회 수: 3 (최근 30일)
Daniel
Daniel 2011년 11월 7일
Hi,
I'm compiling a "hello world"-like function just to test the compiling functionalities of my sistem (which used to work fine):
mcc -m hello.m
For some reason, the system starts the compilation and then will not react any more. I'm rather puzzled with this behaviour, as I have no idea why the mcc suddenly stopped to work... Any ideas where I should start looking at?
Thanks, Daniel
  댓글 수: 3
Daniel
Daniel 2011년 11월 7일
Thanks Kaustubha,
I've seen that it was some kind of networking problem with the license server: mcc stopped for hours (without giving any output in verbose mode), and at some point it announced it was a licensing error.
Now it's solved, but it is too bad that mcc does not say from the very beginning that it has stumbled on license errors. That would be useful.
Walter Roberson
Walter Roberson 2011년 11월 7일
Unfortunately TCP was defined to theoretically have no timeout after the point that it got the initial ACK back from the remote system.
TCP was designed to be resilient in the face of network problems, in the sense of being prepared to wait all year for the conversation to resume. TCP was not designed to be able to tell "within a reasonable time" that there was a network problem and to advise the application of that.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by