[Gbbopen-developer] portable threads on sbcl 64bit linux tests fail with pristine source
Dan Corkill
corkill at gbbopen.org
Tue Oct 23 04:56:32 EDT 2007
> I changed all uses of
> most-positive-fixnum
> to some large value that fits in 32 bit
Antony,
Thanks for reporting this. I don't have a 64-bit Linux available for
SBCL 64-bit testing, so you are on the front line here!
I've updated both portable-threads.lisp and
test/portable-threads-test.lisp in SVN (and created a new archive file),
that should address the most-positive-fixnum sleep issue.
> The second change was to reduce the thread count in
> ;; Do spawn and die timing:
> (let ((iterations
> ;; Spawning in OpenMCL is slow (10K works, but we don't want to wait)
> #+openmcl
> 1000
> #-openmcl
> 100)
> ;; 10000)
>
> cause at 10000 my machine froze up.
Please let me know if your machine still freezes at 10000 with the new
files. If it still does, I'm curious as to where between 1000 and 10000
it fails. (Is 5000 OK? If not, 2000? ...)
Also, please let me know the value of *features* on your SBCL.
Thanks again!
-- Dan
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the Gbbopen-developer
mailing list