On 3/5/08, James Baker cycle.code.media@gmail.com wrote:
ok well, using (sb-int:with-float-traps-masked (:invalid :divide-by-zero)) as suggested by Luís allows me to load cl-glut-examples, but the issue still occurs if i try to run an example (i.e. rb-hello)
well, you could try adding the with-float-traps-masked when you call rb-hello as well, but seems like it would be better to try to figure out what is breaking first...
backtrace from there is =
'from there' = from calling rb-hello? Do you get the same backtrace when loading cl-glut-examples without the with-float-traps-masked?
7: ("foreign function: interrupt_handle_now")
hmm, not much useful there. It didn't go any farther than that?
-- -b-