mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 03:36:34 +02:00
Updated with another failure case
This commit is contained in:
parent
926fa1a9e1
commit
6995c24838
1 changed files with 2 additions and 1 deletions
|
@ -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*))
|
||||||
|
|
Loading…
Add table
Reference in a new issue