On Sun, Jun 7, 2009 at 1:05 AM, Luís Oliveira <luismbo@gmail.com> wrote:
On Sat, Jun 6, 2009 at 12:40 PM, Greg Santucci<thecodewitch@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.

The transcript is in the attached file "latest-cffi-test.txt".

Greg