<a href="http://www.opengl.org/documentation/specs/man_pages/hardcopy/GL/html/gl/translate.html">http://www.opengl.org/documentation/specs/man_pages/hardcopy/GL/html/gl/translate.html</a><br><br>That's the documentation for glTranslate(), which is where the crash happens.&nbsp; This is one of the most basic GL calls and really hard to mess up.
<br><br>Since your crash happens outside GEM code in the driver and that same code works on other platforms with other drivers, I don't see what we can do.&nbsp; I suggest filing a bug with whoever writes the driver.<br><br><div>
<span class="gmail_quote">On 11/12/06, <b class="gmail_sendername">Frank Barknecht</b> &lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hallo Chris,<br>chris clepper hat gesagt: // chris clepper wrote:<br><br>&gt; Frank<br>&gt;<br>&gt; That crash is inside the driver<br><br>Do you mean the xorg driver here: /usr/lib/dri/mga_dri.so ? I would<br>love to file a Debian bug report against that, but I need to be sure
<br>that it's something in the driver and not somewhere in Gem, which is a<br>complex piece of software itself. What bothers me is that I can use<br>[translateXYZ] just fine most of the time, but then in some<br>combinations like in the previously attached patch I get the reported
<br>error.<br><br>&gt; The test patch you included works just fine for any size too.<br><br>I know, and it was working here as well. Now I'm searching for a<br>reason why it suddenly fails and *I* don't know much about GL and all
<br>that to find it on my own.<br><br><br></blockquote></div><br>