You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example program libtcod-ruby-test works fine on my system. However, when I exit by pressing ESC, the program closes the main window and hangs. Standard CTRL+C kills the program.
I placed a puts at the end of the program and that executes.
I've tried recompiling libtcod from source against my system's SDL and I still get the same behaviour. Doing a backtrace in gdb shows it's hanging in pthread_join called from SDL_WaitThread() and (via some intermediate functions) SDL_Quit().
I'm running 64-bit Ubuntu 13.10 on an AMD system.
The text was updated successfully, but these errors were encountered:
The example program
libtcod-ruby-test
works fine on my system. However, when I exit by pressing ESC, the program closes the main window and hangs. Standard CTRL+C kills the program.I placed a
puts
at the end of the program and that executes.I've tried recompiling libtcod from source against my system's SDL and I still get the same behaviour. Doing a backtrace in gdb shows it's hanging in
pthread_join
called fromSDL_WaitThread()
and (via some intermediate functions)SDL_Quit()
.I'm running 64-bit Ubuntu 13.10 on an AMD system.
The text was updated successfully, but these errors were encountered: