Bug 57154

Summary: bb hangs with EsounD due to a bugs in libmikmod
Product: [Retired] Red Hat Linux Reporter: Stas Sergeev <stssppnn>
Component: mikmodAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 7.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: http://aa-project.sourceforge.net/bb/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-25 07:10:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
simple patch to work around the problem none

Description Stas Sergeev 2001-12-06 01:56:20 UTC
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.

Comment 1 Stas Sergeev 2001-12-06 02:01:44 UTC
Created attachment 39809 [details]
simple patch to work around the problem

Comment 2 Bill Nottingham 2002-07-19 02:33:07 UTC
Added in 3.1.6-17, thanks!