On Linux (maybe all unices) Ruby seems to have a
problem with pthreads. After the script ends Ruby hangs
in it's clean up code. No more information is available yet.
Work arounds:
- Avoid anything that touches pthreads. Timers and
sound are to be avoided.
- Compile SDL without phtreads. At least sound is
disabled then, maybe more.
- Debug it all and find out what the problem is.
Logged In: NO
ayqazi adds a work around:
Try to use the '--enable-pthread' option of the 'configure'
command and re-compile Ruby sources.