GL error: stack underflow

I use the select buffer to do the selection, after i try to select something , I get GL_Error: stack underflow, what’s wrong? but the selection still works. My program run on sgi machine

You are popping something off a matrix that doesn’t have anything on it. Check to make sure that your push/pops line up.

Chris