MatLab C Library mlfPolyfit crashes in Release version

4 visualizaciones (últimos 30 días)
naish
naish el 30 de Ag. de 2022
Editada: naish el 30 de Ag. de 2022
Hi,
I am trying to support MatLab C Library mlfPolyFit function. The function works in VS2008, since we have migrated to VS2019. The mlfPolyfit function crashed the .exe file. The mlfPolyfit is mathwork C library function and there are not much information about it if it works with C++ 14/17/20 or will it work with VS2019 ( c++ 17). The function doesn't crash in debug but it crashes only in release.
Thank you.
Below is what stack shows,
>
ntdll.dll!_RtlReportCriticalFailure@12() Unknown
ntdll.dll!_RtlpReportHeapFailure@4() Unknown
ntdll.dll!_RtlpHpHeapHandleError@12() Unknown
ntdll.dll!_RtlpLogHeapFailure@24() Unknown
ntdll.dll!_RtlpAnalyzeHeapFailure@12() Unknown
ntdll.dll!@RtlpFreeHeap@16() Unknown
ntdll.dll!_RtlpFreeHeapInternal@20() Unknown
ntdll.dll!RtlFreeHeap() Unknown
AcLayers.dll!NS_FaultTolerantHeap::APIHook_RtlFreeHeap(void *,unsigned long,void *) Unknown
ucrtbase.dll!_free_base() Unknown
ucrtbase.dll!_free() Unknown
FilterU.dll!mwString::~mwString(void) Unknown
FilterU.dll!mwArray::IsNullMatrix(void) Unknown
FilterU.dll!mwArray::IsNullMatrix(void) Unknown
FilterU.dll!mwPrivateErrorHandler(char const *,int) Unknown
libmatlb.dll!50341315() Unknown
libmatlb.dll![Frames below may be incorrect and/or missing, no symbols loaded for libmatlb.dll] Unknown

Respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos


Versión

R2007a

Community Treasure Hunt

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

Start Hunting!

Translated by