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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 392eec6dbe97c66e387757698a7427c4b3e1b81d
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/392eec6dbe97c66e387757698a7427c4b3e1b81d
  Author: Eliot Miranda <[hidden email]>
  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.