Unhandled memory fault at #x4. cl-glut [RESOLVED]
Closed this issue · 1 comments
filonenko-mikhail commented
Update fglrx driver solved a problem.
Platfroms:
SBCL 1.0.40.0.debian
FreeGlut 2.6.0
ATI AMD FGLRX proprietary
Step to reproduce:
(require :cl-glut)
(glut:init)
(glut:init-display-mode :double :rgb :depth)
(glut:create-window "gears)
Unhandled memory fault at #x4.
[Condition of type SB-SYS:MEMORY-FAULT-ERROR]
Bactrace:
0: (SB-SYS:MEMORY-FAULT-ERROR)
1: ("foreign function: #x4218B0")
2: ("foreign function: #x421990")
3: ("foreign function: #x8009F78A40")
4: (SWANK::EVAL-REGION "(glut:create-window "gears")\n")
............
How can I take more info for you?
3b commented
I'm assuming "[RESOLVED]" means it is no longer a problem, please comment or reopen if it is still not working.