
6 Sep
2005
6 Sep
'05
8:38 a.m.
Hi, Under WinHugs, the evaluation is spawned in a separate thread. This means that the stack overflow trapping code in hugs.c is in the wrong thread and it results in a crash on stack overflow. This patch adds it to the thread, so it nicely gives an error message and lets you resume. Thanks Neil