Ticket #873 (closed defect: invalid)
Segfault entering #'inspect during make-instance :around
| Reported by: | ec | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Clozure CL 1.7 |
| Component: | Runtime (threads, GC) | Version: | trunk |
| Keywords: | Cc: |
Description
? (defclass test () ()) ? (defmethod make-instance :around ((a standard-class) &rest args) (inspect (call-next-method))) ? (make-instance 'test) Segfault
Change History
Note: See
TracTickets for help on using
tickets.
