The hash primitive for Symbol returns “random” values for an Symbol with size zero. The hash for an empty Symbol should be zero.
Example:
[codesyntax lang=”smalltalk”]
'' asSymbol hash.
[/codesyntax]
Use the VMPatcher from Source code for VS-Smalltalk to fix this bug.