#413: CFFI foreign-alloc breaks abcl --------------------------+----------------------- Reporter: charmon | Owner: Type: defect | Status: new Priority: blocker | Milestone: 1.4.0 Component: other | Version: 1.4.0-dev Resolution: | Keywords: Parent Tickets: | --------------------------+----------------------- Changes (by mevenson): * priority: major => blocker * milestone: => 1.4.0 Old description:
After rev 14849, the update to jna-4.2.2, the cffi foreign allocation (and maybe other things) break.
To reproduce, do:
(ql:quickload 'cffi)
(asdf:test-system 'cffi)
New description: 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) }}} -- -- Ticket URL: <http://abcl.org/trac/ticket/413#comment:5> armedbear <http://abcl.org> armedbear