Hello. Sorry, I was busy, so it took a while to investigate on it.
> Elliott mentioned that the "cannot lock surface" is also a problem with > CCL for OS X. When changing swank:*communication-style* to :fd-handler (in the swank.lisp-file), also mandelbrot and the other examples, as well as my code, work perfectly under SBCL. So there must be some problem with swank's preferred communication style, which is :spawn. http://common-lisp.net/project/slime/doc/html/Communication-style.html#Communication-style sais: "This style uses multiprocessing support in the Lisp system to execute each request in a separate thread. This style has similar properties to :SIGIO, but it does not use signals and all requests issued by Emacs can be executed in parallel." Do you maybe use some non-threadsafe operations? Christoph _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
