Error in cvx_end

The optimization has been solved,although the status is failed.Why does this error exist:error in cvx_end??
Status: Failed
Optimal value (cvx_optval): NaN

??? Error using ==> reshape
To RESHAPE the number of elements must not change.

Error in ==> cvx_reshape at 52
x = reshape( x, s );

Error in ==> cvx.value at 13
v = cvx_reshape( data.’ * x.basis_, x.size_ );


----------
Error in ==> cvx_end at 128
    evalin( 'caller', 'pop( cvx_problem, ''value'' )' );

Error in ==> MinPowerAlg at 67
    cvx_end;

You may wish to submit a bug report to http://support.cvxr.com on this one. Make sure to include sufficient information to reproduce the problem; i.e., code, data.