Bug 289922 - kmix runs into ViewBase::controlsReconfigured permanently from Mixer::controlsReconfigured
Summary: kmix runs into ViewBase::controlsReconfigured permanently from Mixer::control...
Status: RESOLVED DUPLICATE of bug 288675
Alias: None
Product: kmix
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR major
Target Milestone: ---
Assignee: Christian Esken
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-27 14:06 UTC by Michi
Modified: 2011-12-29 16:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***