Hi,
I have a mex file which i run from matlab. It works fine. However, if i try to run it multiple times in a loop ( about 25 times) i get "Unexpected Standard exception from MEX file. What() is:bad allocation" What is this error and what do i need to look for in order to fix it ?

댓글 수: 3

Geoff Hayes
Geoff Hayes 2015년 10월 30일
Itzik - are you allocating memory within your MEX function? Is the loop outside of the MEX function (so are you calling it 25 times from MATLAB, or iterating 25 times within the function)? You may need to post a subset of the code so that we can get an idea of what you are trying to do with this function.
Jan
Jan 2015년 10월 30일
편집: Jan 2015년 10월 30일
Please post the corresponding part of the code. It is impossible to fix code, which is not known.
Itzik Ben Shabat
Itzik Ben Shabat 2015년 11월 1일
a. Yes, I am allocating memory within the MEX function.
b. The loop is outside the MEX function (iterating in MATLAB, not in the MEX).
when you ask for code snippet than i can understand you mean
I think I solved it - I forgot to delete some arrays i defined with pointers and using "new". so the block of memory was never released between runs. thanks anyway.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

질문:

2015년 10월 30일

댓글:

2015년 11월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by