Matlab crashes after mex from cpp
古いコメントを表示
Hello
I usually have my Matlab crashes after the succesfully completion of mex from cpp to mexmaci64. It gives a warning message that an internal error occured and needs to shut down and it prompts me either send a report to Matlab or not.
I need to try maybe more than 6-8 times to make it run without crashing. After multiple attemps, it will eventually finishes running without crashing. Any idea why this might happen?
5 件のコメント
Stelios Fanourakis
2019 年 8 月 4 日
Walter Roberson
2019 年 8 月 4 日
Is this something that happens just as a result of using mex(), or is it something that happens when you run code that has been compiled with mex?
Stelios Fanourakis
2019 年 8 月 4 日
Guillaume
2019 年 8 月 4 日
The crash is because of a bug in the code that was compiled as mex. The mex file tries to access some memory it's not allowed.
Walter Roberson
2019 年 8 月 4 日
For example if you compile the code and then quit MATLAB and then restart MATLAB and run code that uses the .mex* file, then do you still get the crash?
If you use mex to compile the file but do not run the .mex* file, then does the crash still appear?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!