Custom Query (1030 matches)
Results (304 - 306 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #669 | fixed | Frequent but unpredictable terminating in Win32 | ||
| Description |
Hi, CCL terminates inexplicably and randomly in Win32. It leave no tangible error messages behind, except for: Process inferior-lisp exited abnormally with code 5 (progn (load "c:/slime-2009-10-15/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "c:/DOCUME~1/bob/LOCALS~1/Temp/slime.5340" :coding-system "utf-8-unix")) *Messages*: Lisp connection closed unexpectedly: connection broken by remote peer That's all I get. I have upgraded to a later version, and it keeps happening still. The versions affected are Version 1.4-RC1-r13031 (WindowsX8632) and Version 1.4-r13122 (WindowsX8632) It happens under various conditions. Not only when I am hacking on elaborate projects with threads and FFI, but also when using the repl as a simple arithmetic calculator. I am not able to test this without Emacs/Slime, it's under active use that this issue comes up, and I can't use the naked CLI version for more than 1 minute. I am willing to build a debug version of CCL and send more info if this issue is being looked at actively. Regards. ' |
|||
| #671 | invalid | INTEGER-DECODE-FLOAT not consistent with DECODE-FLOAT | ||
| Description |
I get the following return values from INTEGER-DECODE-FLOAT. (Version 1.4-r13122 (WindowsX8632)) ? (integer-decode-float 0s0) 0 -150 1 ? (integer-decode-float 0f0) 0 -150 1 ? (integer-decode-float 0d0) 0 -1074 1 ? (integer-decode-float 0l0) 0 -1074 1 In contrast: ? (decode-float 0s0) 0.0 0 1.0 ? (decode-float 0f0) 0.0 0 1.0 ? (decode-float 0d0) 0.0D0 0 1.0D0 ? (decode-float 0l0) 0.0D0 0 1.0D0 CLHS states that INTEGER-DECODE-FLOAT returns "the same last two values that are returned by decode-float". Observed behavior seems otherwise. |
|||
| #677 | fixed | saving an application hangs | ||
| Description |
CCL 1.5, Windows XP, x86 Given a source file danderoli.lisp, (ccl:save-application "danderoli.cgi" :error-handler :quit :prepend-kernel t)) hangs (danderoli.cgi gets created, but is only 1731 Kb), while (ccl:save-application "dand.cgi" :error-handler :quit :prepend-kernel t)) doesn't. The documentation doesn't seem to mention it. Is it a bug or am I missing something? |
|||
