[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 9ca32c: Win64: get closer to functional first-chance excep...

Eliot Miranda noreply at github.com
Thu Sep 23 01:59:28 UTC 2021


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 9ca32c716e693ad776958ed91fa0694e7517bfab
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9ca32c716e693ad776958ed91fa0694e7517bfab
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M platforms/win32/vm/sqImageFileAccess.h
    M platforms/win32/vm/sqWin32Main.c
    M platforms/win32/vm/sqWin32Prefs.c

  Log Message:
  -----------
  Win64: get closer to functional first-chance exception handler, and hence stack
dump & ffi exception handling.
Use alloca to avoid frees in fileHandleType.
Fix reading the image from the ini file; certain absolute paths were not
recognised.
Fix reporting errors before the image is loaded; in doing o the old code tried
to dump the SMalltalk stack, even though there was no state, causing a crash.




More information about the Vm-dev mailing list