[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 392eec: Set the flag that prevents error recursion on linu...

GitHub noreply at github.com
Sat May 13 15:25:33 UTC 2017


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 392eec6dbe97c66e387757698a7427c4b3e1b81d
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/392eec6dbe97c66e387757698a7427c4b3e1b81d
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    M platforms/iOS/vm/Common/Classes/sqSqueakMainApp.m
    M platforms/unix/vm-display-X11/sqUnixX11.c
    M platforms/unix/vm/sqUnixMain.c

  Log Message:
  -----------
  Set the flag that prevents error recursion on linux.
On Mac add SIGILL and SIGBUS to teh set of signals that invoke the error
reporting handler and use the same scheme as linux to report an error and
avoid recursion.

Fix a syntax error in the no-XSHM support code in linux argument parsing
in sqUnixX11.c.




More information about the Vm-dev mailing list