Browse thread
Floating exception
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Vu Ngoc San <san.vu-ngoc@u...> |
| Subject: | Re: [Caml-list] Floating exception |
Le Wednesday 28 November 2007 11:47:16 Vu Ngoc San, vous avez écrit : > > My guess is that the glut libraries installed on these computers are > > causing the problems. Perhaps we should write bindings to GLX or use > > LablGTK2 to evade glut and see what happens but, of course, we cannot > > reproduce the problem here and there are a huge number of variations we > > could try without having any real idea of what is going wrong. > > I wouldn't bet on this. I can reproduce the same bug with both the sdl-gl > (ocamlsdl) interface, and the gtk-gl (liblablgtk2-gl-ocaml) interface. > > However, as I said, I couldn't with glxgears, and more interestingly I > couldn't either with the demos shipped with glcaml. They use SDL. I just > modified the source code in order to allow resizing windows. > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs don't blame lablgl too fast... in fact I finally WAS able to reproduce the bug with one of the glcaml demos, compiled to native code... (this time by moving the window around, instead of resizing). So I guess this is rather an issue with the xorg driver... and probably nothing ocaml-related.