#32: Report MATLAB crashes on Linux/64 to Mathworks --------------------------+------------------------------------------------- Reporter: sebastien | Owner: Type: bug | Status: new Priority: major | Milestone: Component: Core M-files | Version: Keywords: | --------------------------+------------------------------------------------- On Linux, the 64-bits version of MATLAB crashes on some models with Dynare. The crash seems to occur with rather big models. It is reproducible, in the sense that the same code will always trigger the bug; but a small change in the code can sometimes make the crash disappear. Note that the crash is only triggered by M-files (no MEX).
See the attached "plouf.m" and "plouf_static.m". They are derived from preprocessor-generated files with the EAGLE model. The script "plouf.m" calls the function "plouf_static.m". Attached is the crash dump of MATLAB.
The crash is reproducible on MATLAB Linux/64, versions 7.5, 7.6 and 7.8. But it does not occur on MATLAB for Linux/32, Windows/32 and Windows/64.
As can be seen from the displayed marks which I have inserted, MATLAB crashes around line 131 of "plouf_static.m". More precisely, it seems to crash just after having computed the expression there. I can't understand exactly what's going on.
We need to report this to Mathworks.
#32: Report MATLAB crashes on Linux/64 to Mathworks ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: sebastien Type: bug | Status: accepted Priority: major | Milestone: Component: Core M-files | Version: Resolution: | Keywords: ---------------------------+------------------------------------------------ Changes (by sebastien):
* owner: => sebastien * status: new => accepted
#32: Report MATLAB crashes on Linux/64 to Mathworks ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: sebastien Type: bug | Status: accepted Priority: major | Milestone: Component: Core M-files | Version: Resolution: | Keywords: ---------------------------+------------------------------------------------
Comment(by sebastien):
Issue reported to Mathworks on 2010-03-09, using Michel's account on Mathworks website.
Request ID: 1-CC3IFB
http://www.mathworks.com/support/service_requests/Service_Request_Detail.do?...
#32: Report MATLAB crashes on Linux/64 to Mathworks ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: sebastien Type: bug | Status: closed Priority: major | Milestone: Component: Core M-files | Version: Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by sebastien):
* status: accepted => closed * resolution: => fixed
Comment:
Bug fixed in MATLAB 7.10 (R2010a).