Closed
Description
[Issue migrated from SourceForge | ID: 1962684 | Submitted by 'sciss']
[http://sourceforge.net/support/tracker.php?aid=1962684]
Attached is a class and a file that calls it in order to reproduce a weird crashing of sclang. It seems the interpreter / virtual machine is internally corrupted, since the crash disappears if uncommenting a local variable in the class that shadows another method-local variable of the same name.
The class was extracted from a more complex class of a project of mine. In the course of further development some new crashes appeared, indicating a general problem of the internal virtual machine state.