You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If printing a value (evaluating #printString) generates an error, then the
system will attempt to show a stack trace, and when evaluating the value,
it's trigger the error ... and creates new processes over and over
There are many ways to provoke this bug. For instance, you can implement
#printString on Test
Test>>printString
^1+'a' "this obviously fails"
in a workspace, "Test new", showIt will trigger the bug
Original issue reported on code.google.com by [email protected] on 2 May 2007 at 3:32
The text was updated successfully, but these errors were encountered:
a quick hack to mitigate the annoyance of this bug : return ^col in
#buildBareVisualTop: before you fill it with activation outliners.
It disables the ST-level stack traces, but you can still kill processes and
transfert
to the console debugger. (ST-level stack traces are unstable anyway)
Original issue reported on code.google.com by
[email protected]
on 2 May 2007 at 3:32The text was updated successfully, but these errors were encountered: