Bug 289922

Summary: kmix runs into ViewBase::controlsReconfigured permanently from Mixer::controlsReconfigured
Product: [Applications] kmix Reporter: Michi <woskimi>
Component: generalAssignee: Christian Esken <esken>
Status: RESOLVED DUPLICATE    
Severity: major CC: oldium.pro
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michi 2011-12-27 14:06:11 UTC
Version:           unspecified (using Devel) 
OS:                Linux

After changing sound sources a few times kmix runs into an endless loop which I guess starts somewhere in Mixer::controlsReconfigured. Actually the loop itself must be in QMetaObject::activate(this, &staticMetaObject, 2, _a); which eventually calls the method ViewBase::controlsReconfigured.
Unfortunately most variables are optimized out so I can't really say what is in there.
I guess I've discovered this behaviour since one of the first openSUSE builds for KDE 4.8 have appeared (OBS: KDE:Unstable:SC).

Reproducible: Always

Steps to Reproduce:
fiddle with multiple sound applications at the same time

Actual Results:  
it blocks one cpu core

Expected Results:  
well

well it doesn't cause data loss, but it makes kmix unusable.
Comment 1 Oldřich Jedlička 2011-12-27 21:54:29 UTC
Looks like a dup of bug 288675
Comment 2 Michi 2011-12-27 22:28:43 UTC
(In reply to comment #1)
> Looks like a dup of bug 288675

oh yes
Comment 3 Christian Esken 2011-12-29 16:16:56 UTC

*** This bug has been marked as a duplicate of bug 288675 ***