Opened 6 years ago

Last modified 6 years ago

#205 closed defect

To kill StX environment with Smalltalk code - ByteCompilerError — at Version 2

Reported by: patrik.svestka@… Owned by:
Priority: major Milestone: 8.0.0
Component: default Keywords:
Cc: Also affects CVS HEAD (eXept version): no

Description (last modified by patrik.svestka@…)

With smalltalk code (incorrect one), you can kill the whole environment

1 to: 10000000000000000 do:[:each | each := each * 100]. 


It appears that the mistake in ByteCodecompiler as the screenshots from windows and linux suggests.
Linux:
ByteCompilerError on linux

Windows:
ByteCompilerError on windows

I'm also attaching StX log for additional information which could be helpful for debugging

Change History (5)

by patrik.svestka@…, 6 years ago

ByteCompilerError on windows

by patrik.svestka@…, 6 years ago

by patrik.svestka@…, 6 years ago

Windows Smalltalk/X session log

comment:1 by patrik.svestka@…, 6 years ago

Milestone: 8.0.0
Summary: To kill StX env with Smalltalk codeTo kill StX environment with Smalltalk code - ByteCompilerError

comment:2 by patrik.svestka@…, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.