chris_c
Member
- Joined
- Jun 25, 2010
- Messages
- 393
- Age
- 56
I've noticed a nasty bug with my PandoraNetPuzzle
Basically when opening the lid after its been closed with the app running the image on the screen is static, it however
hasn't totally hung the machine.
I can ssh into the Pandora (the app is using around 10% cpu time) however if I kill the app or shutdown (with the power
switch held for 10 seconds) then the Pandora does lock up (after starting to shutdown) - with only power-pandora having
any response.
I have tried eglGetCurrentSurface and Context and displaying a message and quitting if I get EGL_NO_SURFACE / CONTEXT
just before eglSwapBuffers, but neither of these tests are triggered.
I'm a bit stumped has anyone got any suggestions?
I'm using SDL_PollEvents is there anything I should be handling there?
Basically when opening the lid after its been closed with the app running the image on the screen is static, it however
hasn't totally hung the machine.
I can ssh into the Pandora (the app is using around 10% cpu time) however if I kill the app or shutdown (with the power
switch held for 10 seconds) then the Pandora does lock up (after starting to shutdown) - with only power-pandora having
any response.
I have tried eglGetCurrentSurface and Context and displaying a message and quitting if I get EGL_NO_SURFACE / CONTEXT
just before eglSwapBuffers, but neither of these tests are triggered.
I'm a bit stumped has anyone got any suggestions?
I'm using SDL_PollEvents is there anything I should be handling there?