Hello
I can't reproduce assertion described in HARMONY-971, but it possible indeed. Alexey is right, lazy exception support for VM code fixes this and other similar bugs. The other possible solution is check available stack size before running the VM functions which should works in suspended mode and which can be source of stack overflow. The third solution is using pre created exception like for OutOfMemoryException. I think that the first solution is the best. So I'd like start experiments with lazy exceptions support for VM code. Thanks. Pavel Afremov.
