Re: [Mesa-dev] SIGSEGV with Mesa3.1 and Feedback Mode

2000-01-25 Thread Brian Paul
Richard Guenther wrote: > > Hi! > > I get SIGSEGVs in feedback.c:gl_do_feedback_vertex() > at the line > >gl_feedback_vertex( ctx, win, color, VB->IndexPtr->data[v], tc ); > > VB->IndexPtr is NULL. > > The fault is on my side, though as I rendered geometry without > Normals in twoside-lig

[Mesa-dev] SIGSEGV with Mesa3.1 and Feedback Mode

2000-01-24 Thread Richard Guenther
Hi! I get SIGSEGVs in feedback.c:gl_do_feedback_vertex() at the line gl_feedback_vertex( ctx, win, color, VB->IndexPtr->data[v], tc ); VB->IndexPtr is NULL. The fault is on my side, though as I rendered geometry without Normals in twoside-lightning mode. But at least, it shouldnt segfault!?