Custom Query (1030 matches)
Results (598 - 600 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #321 | fixed | Style-warning can't be used from user program | ||
| Description |
Doing (princ (make-condition 'style-warning)) Results in a strange error: Slot CCL::WARNING-TYPE is unbound in #<STYLE-WARNING #x896DB36> Style-warning has no standard slots. |
|||
| #437 | fixed | Interrupted system call on UDP recvfrom | ||
| Description |
(process-run-function "udp reader"
(lambda ()
(let ((socket (ccl:make-socket
:type :datagram
:reuse-address t
:external-format '(unsigned-byte 8)
:format :binary
:local-port 0)))
(handler-case
(ccl:receive-from socket 32000)
(error (c)
(format t "Receive-from error: ~a" c))))))
If I run above and type Receive-from error: on #<CCL::UDP-SOCKET #x89DFD3E> : Interrupted system call (error #4) during recvfrom 8 : udp reader [Active] (Suspended) 1 : -> listener [Active] 0 : Initial [Sleep] (lisp-implementation-version) "Version 1.3-RC1-r11719M (DarwinPPC32)" |
|||
| #309 | worksforme | Editor won't read in old MCL files (still) | ||
| Description |
Trying to read in the enclosed file from the File>Open menu, 2008-06-12 16:26:14.764 dx86cl64[17655:20b] Lisp exception: Array index 133 out of bounds for "buffer mark ringont regionteranding tabs |
|||
Note:
See TracQuery
for help on using queries.
