MatLab C Library mlfPolyfit crashes in Release version

5 ビュー (過去 30 日間)
naish
naish 2022 年 8 月 30 日
編集済み: naish 2022 年 8 月 30 日
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 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2007a

Community Treasure Hunt

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

Start Hunting!

Translated by