Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159166 - media-libs/libmikmod-3.1.11 - Double driver registering fix
Summary: media-libs/libmikmod-3.1.11 - Double driver registering fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tupone Alfredo
URL: http://sourceforge.net/tracker/index....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-26 15:24 UTC by Tupone Alfredo
Modified: 2007-10-07 08:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
libmikmod-3.1.11-doubleRegister.patch (libmikmod-3.1.11-doubleRegister.patch,489 bytes, patch)
2006-12-26 15:25 UTC, Tupone Alfredo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tupone Alfredo gentoo-dev 2006-12-26 15:24:28 UTC
When a driver is register twice, the condition is not detected, and some procedure loop forever scanning the list.
This happens, for instance, when an application link both SDL_mixer and SDL_sound.
Comment 1 Tupone Alfredo gentoo-dev 2006-12-26 15:25:02 UTC
Created attachment 104772 [details, diff]
libmikmod-3.1.11-doubleRegister.patch

Patch to fix it
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-07-29 14:48:49 UTC
(In reply to comment #1)
> Created an attachment (id=104772) [edit]
> libmikmod-3.1.11-doubleRegister.patch
> 
> Patch to fix it
> 

Upstream has been informed?
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2007-07-29 14:49:30 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Created an attachment (id=104772) [edit]
> > libmikmod-3.1.11-doubleRegister.patch
> > 
> > Patch to fix it
> > 
> 
> Upstream has been informed?
> 

Oops, missed URL. Seems like so.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2007-10-07 07:17:54 UTC
No reaction from upstream in attached link for over 9 months.. development stopped?

Tupone, if you want to include this go and commit it and by doing so you're also taking responsibility of your commit.
Comment 5 Tupone Alfredo gentoo-dev 2007-10-07 08:37:48 UTC
Applied.