https://bugs.winehq.org/show_bug.cgi?id=47940
--- Comment #15 from Lorenzo Ferrillo lorenzofer@live.it --- Also a WINEDEBUG=+dbghelp,+dbghelp_symt
MWSE use this code:
SymInitialize(process, NULL, TRUE); SymEnumSymbols(process, 0, "msvcrt!*", EnumSymbolsCallback, NULL); SymCleanup(process);
to store the symbol of malloc, realloc and free in one of the MSVCRT dlls.
Now or dbghelp is failing somewhat to detect the symbol in MSVCRT or the corrispondent wine msvcrt doesn't have the correct symbols.