Hi all,

I've fixed the threaded cube rollout problem (I hope) and submitted
the fix to cvs.

The rollout code still has one serious problem. Occasionally it isn't
registered that the rollout threads are finished and the interface
hangs. It mostly happens when you try to stop or cancel the rollout.
The problem is that if a g_cond_signal is sent between two periods of
g_cond_timed_wait, there is nobody around to catch the signal.

Christian.


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to