Ticket #367 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

crash with bad aref args

Reported by: rme Assigned to: gb
Priority: normal Milestone: IA-32 port
Component: Runtime (threads, GC) Version: trunk
Keywords: Cc:

Description

This seems to have just popped up. (I swear it was working on Saturday...) It's apparently Darwin-specific.

Welcome to Clozure Common Lisp Version 1.3-dev-r11235M-trunk  (DarwinX8632)!
? (defvar *a* (make-array '(3 3)))
*A*
? (aref *a* 'foo 2)
Unhandled exception 11 at 0x8fe18b42, context->regs at #xb019a1fc
Exception occurred while executing foreign code
? for help

Change History

10/27/08 02:40:54 changed by gb

FWIW (probably not too much ...), I can't reproduce a problem here.

10/27/08 14:31:20 changed by rme

  • status changed from new to closed.
  • resolution set to fixed.

Should be fixed in r11236.