Updated with another failure case

This commit is contained in:
Justin Ethier 2016-01-15 23:53:45 -05:00
parent 926fa1a9e1
commit 6995c24838

View file

@ -34,7 +34,8 @@
;; control flow problem ;; control flow problem
;; - try compiling this but commenting out the Cyc_mutex_lock ;; - try compiling this but commenting out the Cyc_mutex_lock
;; code in the C. there is a gc_move bag tag error at runtime ;; code in the C. there is a gc_move bag tag error at runtime
(mutex-lock! *lock*)` ;; also get the same result by using read-char below... WTF?
(read-char) ;(mutex-lock! *lock*)`
(cond (cond
((not (null? *queue*)) ((not (null? *queue*))
(write (car *queue*)) (write (car *queue*))