On Wed, Mar 20, 2013 at 5:48 PM, agile software agilesoftware@gmail.com wrote:
I have tried other memory allocation macros, I get the same result. But if I remove them, the program runs and exits normally.
This is likely to be unrelated to CFFI itself. I suggest you convert your test case to plain SB-ALIEN -- you can get most of the way there simply by macro-expanding your DEFCFUNs, etc -- and report the issue to the SBCL developers. Let us know if you need help with that.
Cheers,