Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Winesync PR committed, should be fixed now!
Description
SUMo "Scan folder" command fails on second attempt. Works fine in Windows
(dll/win32/kernel32/client/except.c:728) Delphi Exception at address: 004AF90C
(dll/win32/kernel32/client/except.c:729) Exception-Object: 00711E70
(dll/win32/kernel32/client/except.c:730) Exception text: 0
Same command in KFK (browse for output folder)
(dll/win32/kernel32/client/except.c:728) Delphi Exception at address: 0049EEFC
(dll/win32/kernel32/client/except.c:729) Exception-Object: 00711AE0
(dll/win32/kernel32/client/except.c:730) Exception text: 1
After analysis with ReactOS team, root cause is Wine's implementation of IMalloc.DidAlloc relies on a spy mechanism, while Windows just calls "HeapValidate".
Attachments
Issue Links
- blocks
-
CORE-11519 The Collection of Delphi Exception bugs
- Open