Opened 9 years ago

Last modified 8 years ago

#413 closed defect

CFFI foreign-alloc breaks abcl — at Version 5

Reported by: charmon Owned by:
Priority: blocker Milestone: 1.5.0
Component: other Version: 1.4.0-dev
Keywords: Cc:
Parent Tickets:

Description (last modified by Mark Evenson)

After r14858 the cffi foreign allocation (and maybe other things) break.

To reproduce, run the CFFI-TESTS from Quicklisp

(ql:quickload :cffi)
(asdf:test-system :cffi)

Change History (4)

comment:1 Changed 9 years ago by Mark Evenson

Failures on abcl-1.4.0-dev "RC" <http://paste.lisp.org/display/326806>

comment:2 Changed 9 years ago by Mark Evenson

@pipping triaged this as happening from <http://abcl.org/trac/changeset/14857>, a patch applied by @easye from @olof patchset on <mailto:armedbear-devel@…> c.f. <https://mailman.common-lisp.net/pipermail/armedbear-devel/2016-August/003696.html>

comment:3 Changed 9 years ago by Mark Evenson

Mark Evenson bisected the changeset to <http://abcl.org/trac/changeset/14853>. He ran a complete deletion of all ABCL build artifacts, as well as clearing the application fasls cache.

The first bad revision is:
changeset:   2613:671ae612fd4b
user:        mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
date:        Fri Sep 02 21:31:09 2016 +0000
summary:     Consolidated fixes for EXTENSIONS:RUN-PROGRAM (ferada)
Last edited 9 years ago by Mark Evenson (previous) (diff)

comment:5 Changed 9 years ago by Mark Evenson

Description: modified (diff)
Milestone: 1.4.0
Priority: majorblocker
Note: See TracTickets for help on using tickets.