| Summary: | No X11 error handler protecting GL make current calls | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Drew Bliss <drewb> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | 2.0.3 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Drew Bliss
2015-07-23 18:40:26 UTC
This is fixed in https://hg.libsdl.org/SDL/rev/9b4dd9efb04e ...rather, it will probably return an error to the app in this scenario instead of killing the process. SDL_GL_MakeCurrent() will return -1 and SDL_GetError() will then have the specific details when this sort of nasty error is thrown. --ryan. |