-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels