You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I got a segmentation fault when I used glutTimerFunc to register a timer. I believe this is because of the conversion from an AV * pointer to int at GLUT.xs line 1084, which causes the pointer to be truncated.
Hi, I got a segmentation fault when I used glutTimerFunc to register a timer. I believe this is because of the conversion from an
AV *
pointer toint
at GLUT.xs line 1084, which causes the pointer to be truncated.There are discussions that might be helpful at https://sourceforge.net/p/pogl/bugs/24/ and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886496.
The text was updated successfully, but these errors were encountered: