Opened 7 years ago
Last modified 4 years ago
#1091 new defect
glut: unexpected exit on (use glut)
Reported by: | Mario Domenech Goulart | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | extensions | Version: | 4.8.x |
Keywords: | glut | Cc: | |
Estimated difficulty: | medium |
Description
Steps to reproduce:
$ DISPLAY= csi -e '(use glut)' freeglut (csi): failed to open display '' $ echo $? 1
If I understand correctly, there's no way to easily/cleanly handle that failure in scheme code.
Maybe glut should provide an initialization procedure that should be explicitly called and raise an exception on failure (so that it can be handled)?
Note: See
TracTickets for help on using
tickets.