Subj : CVS commit src/sbbs3/jsexec.c To : All From : rswindell Date : Thu Apr 14 2005 12:58 am src/sbbs3 jsexec.c 1.83 1.84 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv20978 Modified Files: jsexec.c Log Message: Added -S option to set thread stack size limit (using newish JS_SetThreadStackLimit API function), default is 32K bytes. This should keep jsexec from crashing due to the ircd recursion bug. It'll log a JS exception/error and exit (or loop) instead. Use "-S0" to set an unlimited thread stack size. .