MOSEK fatal error stopenv

MOSEK fatal error stopenv.
Version : 11.0.24
Platform: Windows/64-X86
File : src\optimize\conic.c
Line : 15016
Msg. : Assertion failed at src\optimize\conic.c(15016).
Please report this message to support@mosek.com.

错误使用 cvx_mosek
Fatal MOSEK error in src\optimize\conic.c line 15016.

出错 cvx_run_solver (第 50 行)
[ varargout{1:nargout} ] = sfunc( inputs{:} );
出错 cvx_mosek

出错 cvxprob/solve (第 429 行)
[ x, status, tprec, iters, y ] = shim.solve( At, b, c, cones, quiet, prec, solv.settings, eargs{:} );
出错 cvx_end (第 88 行)
solve( prob );
出错 Cvx_solver (第 76 行)
cvx_end

Please dump the task file and send it to the Mosek support email indicated in the error message.

You save the task file with

cvx_solver_settings('write', 'dump.task.gz')

https://docs.mosek.com/latest/faq/faq.html#how-do-i-dump-the-problem-to-a-file-to-attach-with-my-support-question

Did you press ctrl-c while optimizing?