Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: sf::Window crashes on linux with ATI graphics driver  (Read 2130 times)

0 Members and 1 Guest are viewing this topic.

ZHAOPeng

  • Newbie
  • *
  • Posts: 4
    • View Profile
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
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!

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
sf::Window crashes on linux with ATI graphics driver
« Reply #1 on: July 15, 2010, 08:50:39 am »
Quote
So is it a driver bug of ATI ?

Probably, but it's hard to figure out. Anyway, this should be fixed for the public release of SFML 2.0.

Thanks for your feedback.
Laurent Gomila - SFML developer

 

anything