1
Window / sf::Window crashes on linux with ATI graphics driver
« on: July 15, 2010, 04:44:59 am »
Hello,
I have built the SFML 2 snapshot successfully on openSUSE 11.2 with ATI linux x64 driver 10.6. However when I try the OpenGL sample, window crash when exiting application. The error message is
I check the source codes and find it occurs in the destructor of WindowImplX11. When call "XCloseDisplay(myDisplay);" the application crashes.
I also try it on another PC with openSUSE 11.2 and Nvidia driver 256.35. It works fine. So is it a driver bug of ATI ? Any suggestions?
Thanks!
I have built the SFML 2 snapshot successfully on openSUSE 11.2 with ATI linux x64 driver 10.6. However when I try the OpenGL sample, window crash when exiting application. The error message is
Code: [Select]
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server "�""
after 151 requests (150 known processed) with 0 events remaining.
Segmentation fault
I check the source codes and find it occurs in the destructor of WindowImplX11. When call "XCloseDisplay(myDisplay);" the application crashes.
I also try it on another PC with openSUSE 11.2 and Nvidia driver 256.35. It works fine. So is it a driver bug of ATI ? Any suggestions?
Thanks!