[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] a67572: Don't try and trace the stack/code zone until the ...

GitHub noreply at github.com
Wed Dec 7 23:06:53 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: a675723975e3a42aba3fbf7be43f62f5b7cd5792
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a675723975e3a42aba3fbf7be43f62f5b7cd5792
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2016-12-07 (Wed, 07 Dec 2016)

  Changed paths:
    M platforms/iOS/vm/Common/Classes/sqSqueakMainApp.m
    M platforms/unix/vm/sqUnixMain.c
    M platforms/win32/vm/sqWin32Backtrace.c

  Log Message:
  -----------
  Don't try and trace the stack/code zone until the interpreter (and by
implication the Cogit) has been initialized.  Doing so can cause breakonwarn
to crash when an assert fails early in startup (i.e. PIC prototype generation).




More information about the Vm-dev mailing list