Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (778 - 780 of 1030)

Ticket Resolution Summary Owner Reporter
#285 fixed error calling call-next-method with safety 3 Gary Byers gz
Description
? (defclass c () ()) 
#<STANDARD-CLASS C> 
? (defmethod initialize-instance ((x c) &rest args) 
    (declare (optimize (safety 3)))
    (apply #'call-next-method x args)) 
#<STANDARD-METHOD INITIALIZE-INSTANCE (C)> 
? (make-instance 'c) 
> Error: value NIL is not of the expected type SIMPLE-VECTOR. 
> While executing: (:INTERNAL CCL::DO-IT CCL::%%CNM-WITH-ARGS-COMBINED-METHOD-DCODE), in process listener(1). 
> Type :POP to abort, :R for a list of available restarts. 
> Type :? for other options. 
1 >  
#99 fixed error doing m-x in doc buffer Gary Byers gz
Description

type (e.g.) ctl-h c ctl-d to get a documentation buffer, then m-x.

*** Error in event process: Objective-C runtime exception: 
*** -[NSSelectionArray length]: selector not recognized [self = 0x5e6f20]
#517 fixed error in CCL-DIRECTORY or USER-HOMEDIR-PATHNAME Gary Byers hrapof
Description

First of all, there is a thread on lispforum about CCL CGI woes: http://www.lispforum.com/viewtopic.php?f=2&t=342

Not quite related, but in the same vein, when Clozure CL CGI is executed under certain configurations of IIS on Windows, it dies with the following error:

Error: value NIL is not of the expected type (OR STRING PATHNAME STREAM). > While executing: PATHNAME-DIRECTORY, in process Initial(0). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Skip (possibly crucial) startup function CCL::INIT-LOGICAL-DIRECTORIES. > Type :? for other options. 1 > > Error: Unbound variable: -----------------------------7D9140680DE0 > While executing: CCL::TOPLEVEL-EVAL, in process Initial(0). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Retry getting the value of -----------------------------7D9140680DE0. > Type :? for other options. 2 > > Error: Unbound variable: ------7D9140680DE0 > While executing: CCL::TOPLEVEL-EVAL, in process Initial(0). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Retry getting the value of ------7D9140680DE0. > Type :? for other options. 3 > > Error: Reader error on #, within "position: form-data;": > Reference to unknown package "TENT-DISPOSITION". > While executing: CCL::SIGNAL-READER-ERROR, in process Initial(0). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 4 > > Error: Unbound variable: FORM-DATA > While executing: CCL::TOPLEVEL-EVAL, in process Initial(0). > Type :GO to continue, :POP to abort, :R for a list of available restarts. > If continued: Retry getting the value of FORM-DATA. > Type :? for other options. 5 > "thefile" 5 > > Error: Reader error on #, within "ent-Type: image/pjpe": > Reference to unknown package "CONTENT-TYPE". > While executing: CCL::SIGNAL-READER-ERROR, in process Initial(0). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 6 > > Error: Unbound variable: JFIF > While executing: CCL::TOPLEVEL-EVAL, in process Initial(0).

Commenting the contents of INIT-LOGICAL-DIRECTORIES out solves the problem.

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