From fbe5b1c7e032e28e0b4c0e51fe1cc67da79a7f1c Mon Sep 17 00:00:00 2001
From: Vladimir Sedach <vsedach@gmail.com>
Date: Sat, 4 Dec 2010 01:53:28 -0500
Subject: [PATCH] Added BUGS file

---
 BUGS | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 BUGS

diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..90017c5
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,13 @@
+* SBCL can't cancel computations of futures that are no longer
+  referenced and should be garbage-collectable (apparent reason: SBCL
+  keeps references to future object somewhere on the stack even when
+  using weak-pointer-value like in make-scheduler-task)
+
+* CCL crashes on consing-intensive parallel tasks (for example, values
+  >50 on stress test)
+
+* Some of the tests result in one thread pool thread somehow getting
+  stuck (check *free-threads* after running the test suite; also this
+  causes thread-pool-size-advise test to fail on subsequent test suite
+  invocations)
+
-- 
GitLab