![](https://secure.gravatar.com/avatar/ae9d3f44a6e6b42cbe5f42e79e94dcef.jpg?s=120&d=mm&r=g)
Sorry perhaps that wasnt very clear on my part. The backtrace was from calling rb-hello, and yes thats all there was up to 7:("foreign function:...") James On Thu, Mar 6, 2008 at 3:03 PM, Bart Botta <00003b@gmail.com> wrote:
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-