is there any way to catch crashes related to insufficient stack space and add
a relevant entry in the server log to remove the guesswork from
troubleshooting these?
It might be possible to modify the thread create code to use user-allocated stacks with guard zones. Haven't tried it myself.
-Jim
