From Bugzilla Helper: User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.2.20 i686) Description of problem: bb demo hangs trying to play music with esd. The problem appears to be in the mikmod. bb uses libmikmod to play its s3m's. mikmod have a esd driver, but it doesn't check esd's buffer and writes a data until it is blocked. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. run esd 2. run bb 3. wait until music starts Actual Results: music is playing but video stops. Expected Results: Enjoing a Cool ASCII-Art Video, not only a music:) Additional info: I have made a simple patch that fixes a problem for me, maybe this will help. I'll attach it now.
Created attachment 39809 [details] simple patch to work around the problem
Added in 3.1.6-17, thanks!