[CM] Grace freezes on sprout

Heinrich Taube taube at illinois.edu
Sat Sep 22 09:37:32 PDT 2012


> 
> Another thing I'd like to report that even when doing absolutely
> nothing, Grace uses about 34% of my CPU.  That's what happens when
> I run a fresh instance of Grace, without loading any files, nor


On OSX grace hovers around 1.2 pct of cpu which is total fine, ill test it on linux once i can figure out the crash.

does switching to format stop the crash?


(define (foo)
  (let ((sequence '(0 1 2)))
    (process
      for i from 0 to (length sequence)
      for current-element = (nth sequence i)
      do
      (format #t "~A~%" current-element)
      (wait 1))))

(sprout (foo))






More information about the Cmdist mailing list