Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (688 - 690 of 1030)

Ticket Resolution Summary Owner Reporter
#689 duplicate send-to udp socket does not work Peter Elsea
Description

calls to send-to and receive-from :datagram type sockets fail with response: Error: value #<SIMPLE-VECTOR 15> is not of the expected type (OR (ARRAY CHARACTER) (ARRAY (UNSIGNED-BYTE 8)) (ARRAY (SIGNED-BYTE 8))).

While executing: CCL::VERIFY-SOCKET-BUFFER, in process Listener(6).

I cannot construct any type of array that satisfies VERIFY-SOCKET-BUFFER. All simple arrays return a typecode of 182 but V-S-B wants a range of 215 to 231

#690 invalid CL32-863 will not launch Peter Elsea
Description

Just downloaded 1.5, and tried to open CL32.app, which was fine in 1.4 The alt console opens with

Error: Objective-C runtime exception:

* -[NSKeyedUnarchiver initForReadingWithData:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver

While executing: (:INTERNAL GUI::|+initialize|), in process Initial(0).

CL64 works

#257 fixed division of bignum by zero not noticed Gary Byers Greg Pfeil
Description

(/ (1+ most-positive-fixnum) 0) => 1/0

This should signal a DIVISION-BY-ZERO condition.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.