Hi, While making an FFI call SBCL complains that "Binding stack is exhausted. Proceed with caution.". What does this error mean? What would be the cause of it? (BTW, related shared library function uses Boehm GC for memory allocations.) Regards.