필터 지우기
필터 지우기

C++ Mex File Crashing Intermittently

조회 수: 2 (최근 30일)
Kevin
Kevin 2012년 3월 16일
I am compiling and using a C++ mex function in Matlab 2011b.
The mex file is acting very strangely. About half of the time it crashes while the other half it does not crash and runs all of the way through.
Does anyone have any ideas what would cause a Mex file to work intermittently that is called from the same place and the same way?
Thanks,
Kevin

채택된 답변

Geoff
Geoff 2012년 3월 16일
Sounds to me like you're doing something dodgey inside the C++ code. Specifically, a buffer overrun or invalid pointer access. These have a habit of causing intermittent problems. If your code is not too lengthy or commercially sensitive, feel free to post it.
  댓글 수: 4
Kevin
Kevin 2012년 3월 16일
This is exactly what happened. Thanks Geoff.
Geoff
Geoff 2012년 3월 19일
Hehe, I thought so =) No worries, and glad you got it sorted.

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

추가 답변 (1개)

Jan
Jan 2012년 3월 16일
It is impossible to guess the reason without seeing the code.
You can use a debugger to find the problem. Even some print commands allow to find the line, which causes the crash.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by