Opened 12 years ago

Closed 12 years ago

#227 closed defect (fixed)

Invocation of an undefined function in a fresh ABCL crashes

Reported by: ehuelsmann Owned by: somebody
Priority: blocker Milestone:
Component: other Version:
Keywords: Cc:
Parent Tickets:

Description

Evaluating (slot-boundp) in a freshly started ABCL ("naked", not in SLIME) causes too many errors and terminates ABCL hard. No idea where the error is yet, but it's probably something to do with auto loading.

Change History (2)

comment:1 Changed 12 years ago by Mark Evenson

The first bad revision is:
changeset:   1907:f32544f5f9dd
user:        rschlatte@1c010e3e-69d0-11dd-93a8-456734b0d56f
date:        Wed Mar 28 16:42:42 2012 +0000
summary:     Implemented ensure-generic-function-using-class.

which corresponds to svn r13894.

comment:2 Changed 12 years ago by ehuelsmann

Resolution: fixed
Status: newclosed

Fixed in r14035.

Note: See TracTickets for help on using tickets.