Custom Query (1030 matches)
Results (346 - 348 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1320 | fixed | I/O timeout arguments for TCP sockets are interpreted as milliseconds | ||
| Description |
(copied from openmcl-devel, see also #1247 as it seems to be related) Hi folks, (in Clozure CL 1.10) could there be a bug in `l1-sockets.lisp:859-860', where timeout values (supposedly in seconds) are not converted to the proper millisecond values used by PROCESS-INPUT-WAIT (`l1-streams.lisp:5449')? The documentation says (emphasis added):
I have not followed the rabbit hole to full length, but I am getting I/O timeout conditions on streams with i/o-timeout == 10 way before 10 seconds. It being actually interpreted as 10 milliseconds would make sense. Try this to verify (this blocks for 10 seconds when I run it):
Regards, max |
|||
| #349 | fixed | IA-32 port: Unknown vinsn: CCL::MISC-SET-SINGLE-FLOAT | ||
| Description |
32-bit Clozure CL on Linux. (defun foo (a i j k) (declare (type (simple-array single-float (10)) a)) (setf (aref a i) (aref a j)) (setf (aref a i) (aref a k))) > Error: Unknown vinsn: CCL::MISC-SET-SINGLE-FLOAT > While executing: CCL::NEED-VINSN-TEMPLATE, in process listener(1). |
|||
| #348 | fixed | IA-32 port: Unknown vinsn: CCL::SINGLE-FLOAT-BITS | ||
| Description |
Apparent code generation bug in the 32-bit port (on Linux). (defun foo (a) (declare (type (simple-array single-float (10)) a)) (setf (aref a 0) (aref a 1))) > Error: Unknown vinsn: CCL::SINGLE-FLOAT-BITS > While executing: CCL::NEED-VINSN-TEMPLATE, in process listener(1). > Type :POP to abort, :R for a list of available restarts. |
|||
