Access violation detected - MEX

26 ビュー (過去 30 日間)
Doron Maizlin
Doron Maizlin 2020 年 5 月 24 日
回答済み: 慧芳 贺 2021 年 5 月 2 日
Hello,
I getting the following crach , I'm using MCR 9.6 and compiling with MEX
  2 件のコメント
James Tursa
James Tursa 2020 年 5 月 24 日
編集済み: James Tursa 2020 年 5 月 24 日
Is this a mex routine that you wrote? Do you have the source code? The error message is pretty clear ... memory access violation, so the code has a bug.
Doron Maizlin
Doron Maizlin 2020 年 5 月 24 日
Thanks for replaying . Is there any way to Debug this issue? rather than getting the dump file
I moved my application which worked fine from 32 to 64 bit
Basically I used the C:\Program Files\MATLAB\R2019a\extern\include files to build the app to include replaced all data type "int" to mwSize

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

回答 (2 件)

James Tursa
James Tursa 2020 年 5 月 27 日
If it worked fine on 32-bit, then of course the most likely problem is you missed something in the integer or pointer size conversion in your code. The dump file might point you to the routine, but regardless I would suggest you go through your code line by line to try and find what you missed. If the code is not too long you could post it and we could take a look as well. Also, be sure to compile with the '-v' verbose option to see what the compiler thinks of your code ... maybe there are some warnings that will tell you exactly what the problem is.

慧芳 贺
慧芳 贺 2021 年 5 月 2 日
I have the same problem with you. Have you solved it?

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by