Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault when using glutTimerFunc due to the int/pointer conversion #10

Open
kevinxie4c opened this issue Nov 13, 2022 · 0 comments

Comments

@kevinxie4c
Copy link

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant