diff --git a/collects/mzlib/sandbox.ss b/collects/mzlib/sandbox.ss index 868e9ff..9515b8a 100644 --- a/collects/mzlib/sandbox.ss +++ b/collects/mzlib/sandbox.ss @@ -457,6 +457,7 @@ [else (error 'make-evaluator "bad sandox-~a spec: ~e" what out)])) (parameterize* ; the order in these matters ([current-custodian cust] + [current-thread-group (make-thread-group)] [current-namespace (make-evaluation-namespace)] [current-inspector (make-inspector)] [exit-handler (lambda x (error 'exit "user code cannot exit"))]