> Sorry if this spoils your holidays but the GLU 1.2 polygon 
> tessellator crashes:
> 
> ../src-glu/tess_fist.c line 593:
> 
>       static int compare_vertices( const void *v1, const void *v2 )
>       {
>               tess_vertex_t   *vertex1 = *((tess_vertex_t **) v1);
> ---->         tess_vertex_t   *vertex2 = *((tess_vertex_t **) v2);
> 
>               if ( ! IS_EQUAL( vertex1->v[X], vertex2->v[X] ) )
> 
> with SIGBUS: Bus error

Hi Arne,

Can you give me some more details?  I haven't had time to run through the
samples you sent me for a few weeks (since I reimplemented the polygon
clipping, actually) so perhaps you can send me some polygon data or I can
look at the last lot you sent me.

Thanks again for your help.  Now that the code is feature-complete I can
spend some time getting your applications working correctly.

-- Gareth


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to