Skip to content

libtcod-ruby-test hangs on quit #9

@suetanvil

Description

@suetanvil

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions