On Sat, Jun 6, 2009 at 12:40 PM, Greg Santuccithecodewitch@gmail.com wrote:
When I run (rt:do-test 'cffi-tests::callbacks.stdcall.1), I get this printed:
CFFI-TESTS::CALLBACKS.STDCALL.1
and nothing more.
That's good, it means the test passed.
When I try:
(asdf:oos 'asdf:load-op :cffi-tests) (asdf:oos 'asdf:test-op :cffi-tests)
Clozure crashes to its kernel debugger.
Can you get a backtrace? Hopefully one of the tests is triggering the same bug you're experiencing with GLUT which I suspect is unrelated to stdcall.