OpenGL example chrashes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

OpenGL example chrashes

Balázs Kósi
 
Hi,

On Tue, Jan 11, 2011 at 9:59 PM, Nikolay Suslov <[hidden email]> wrote:
> On Tue, Jan 11, 2011 at 11:02 PM, Eliot Miranda <[hidden email]> wrote:
>> What's the case to test?
> I use the updated Squeak 4.2-10548-alpha with installed  (http://source.squeak.org/FFI) and (http://www.squeaksource.com/CroquetGL) packages running on 2346 CogVM.
> Then run "OpenGL example", which produces the  crash.

I tried this on windows xp with a 2349 CogVM, and it also chrashes.
It doesn't crash with my older vm (Teleplace VM 1.0.15).

For me the crash comes from
   OGLFontManager >> uploadFont:
when calling
  OpenGL >> glBitmap: width with: height with: xorig with: yorig with:
xmove with: ymove with: bitmap

It doesn't crash if bitmap is set to nil (or Object new or 'foo')

crash.dmp is attached.

Balázs

crash.dmp (91K) Download Attachment