https://bugs.freedesktop.org/show_bug.cgi?id=24531
Fatih Aşıcı <fa...@pardus.org.tr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #6 from Fatih Aşıcı <fa...@pardus.org.tr> 2010-12-13 04:39:47 PST --- It seems the issue is back with the new compiler. Following is the behaviour with nouveau gallium driver: ~ $ LC_ALL=C ./a.out strtod("0.5") = 0.500000 nv50_screen_get_param:162 - Unknown PIPE_CAP 11 before glProgramString glGetError() = 0 after glProgramString glGetError() = 0 XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0" after 33 requests (31 known processed) with 0 events remaining. ~ $ LC_ALL=fr_FR.UTF-8 ./a.out strtod("0.5") = 0,000000 nv50_screen_get_param:162 - Unknown PIPE_CAP 11 before glProgramString glGetError() = 0 after glProgramString glGetError() = 0 XIO: fatal IO error 11 (Ressource temporairement non disponible) on X server ":0" after 33 requests (31 known processed) with 0 events remaining. $ glxinfo | grep -i opengl nv50_screen_get_param:162 - Unknown PIPE_CAP 11 OpenGL vendor string: nouveau OpenGL renderer string: Gallium 0.4 on NV96 OpenGL version string: 2.1 Mesa 7.9 OpenGL shading language version string: 1.20 OpenGL extensions: -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev