Bug 314617 - Running Mixer_Backend destructor
Summary: Running Mixer_Backend destructor
Status: RESOLVED FIXED
Alias: None
Product: kmix
Classification: Applications
Component: general (show other bugs)
Version: 4.2
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Christian Esken
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 18:02 UTC by davidkacerek
Modified: 2013-04-28 09:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot of difference in volume level (177.08 KB, image/png)
2013-02-27 10:46 UTC, Łukasz Żarnowiecki
Details
removes debugging line Running Mixer_Backend destructor (648 bytes, patch)
2013-04-11 05:29 UTC, Shubham Chaudhary
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidkacerek 2013-02-07 18:02:42 UTC
When inspecting some issues with kmix i ran it from terminal:
$ kmix                                                                                                       
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.                                 
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.                                 
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.                
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor                                                                                                      
Running Mixer_Backend destructor 
Running Mixer_Backend destructor

The "QDBusConnection" warning shouldn't be an issue according to google but the "Running Mixer_Backend destructor" warning is not present among the bugs here nor Arch bugtracker. The issues which may be relevant have been discussed here: http://forum.kde.org/viewtopic.php?f=225&t=109454
Comment 1 Łukasz Żarnowiecki 2013-02-27 10:46:03 UTC
Created attachment 77611 [details]
Screenshot of difference in volume level

I came from here http://forum.kde.org/viewtopic.php?f=225&t=109454
I have exactly the same problem.
Comment 2 Shubham Chaudhary 2013-04-11 05:29:22 UTC
Created attachment 78787 [details]
removes debugging line Running Mixer_Backend destructor

Please review the patch and let me know if I can do anything else.
Comment 3 davidkacerek 2013-04-27 23:25:05 UTC
(In reply to comment #2)
> Created attachment 78787 [details]
> removes debugging line Running Mixer_Backend destructor
> 
> Please review the patch and let me know if I can do anything else.

Hi, in KDE 4.10.2 i don't see the error anymore.
Comment 4 Shubham Chaudhary 2013-04-28 09:28:20 UTC
yes, I know it's resolved now, 
just that it was not marked as fixed. It is now. Great.