MatLab C Library mlfPolyfit crashes in Release version
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!