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

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

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

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