diff --git a/swank/sbcl.lisp b/swank/sbcl.lisp index 9194aeefe..5997574f6 100644 --- a/swank/sbcl.lisp +++ b/swank/sbcl.lisp @@ -1684,7 +1684,7 @@ stack." (sb-thread:make-mutex :name "thread id map lock")) (defimplementation spawn (fn &key name) - (sb-thread:make-thread fn :name name)) + (sb-thread:make-thread fn :name (coerce name 'simple-string))) (defimplementation thread-id (thread) (block thread-id