With a very large GEM_MAX_SMALLTALK_STACK_DEPTH for Gems running on x86_64 processors (Linux and Solaris/X86), when an AlmostOutOfStack occurs, the Gem cashes with a SEGV.
The SEGV is in stack memory due to the native code's use of 8 bytes of C stack per Smalltalk frame.
Set GEM_MAX_SMALLTALK_STACK_DEPTH to 30000 or less.
Last updated: 10/24/18