Ticket #285 (closed defect: fixed)
error calling call-next-method with safety 3
| Reported by: | gz | Owned by: | gb |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ANSI CL Compliance | Version: | |
| Keywords: | Cc: |
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 >
Change History
Note: See
TracTickets for help on using
tickets.
