Bug 64563 - pavucontrol is leaking memory
Summary: pavucontrol is leaking memory
Status: RESOLVED MOVED
Alias: None
Product: PulseAudio
Classification: Unclassified
Component: pavucontrol (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: pulseaudio-bugs
QA Contact: pulseaudio-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 21:23 UTC by pittipatti
Modified: 2018-07-30 09:28 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description pittipatti 2013-05-13 21:23:14 UTC
pavucontrol is leaking memory
I just compiled v2.0 to see if the bug still exists and it does.

Watching the process rss size I find it leaking between 20-22kb per second but only while playing some stream remotely.
It gets worse when playing multiple remote streams.

pavucontrol also leaks memory when creating new streams. I am seeing this for local and remote streams. pavucontrol consumes around 120kb per stream created. (I used paplay to play a very short wav file)

Versions used:
Pulseaudio: 3.0-0ubuntu6
pavucontrol: 2.0 (self compiled)
Comment 1 Janne Kujanpää 2014-04-28 22:09:06 UTC
Anything progress?

Getting following situation:
Debian jessie:
dpkg -l  pavucontrol
ii  pavucontrol      2.0-2amd64 PulseAudio Volume Control

~/bin/smem.pl `pidof pavucontrol`
VMSIZE:    2345516 kb
RSS:       1646804 kb total
              3448 kb shared
               872 kb private clean
           1642484 kb private dirty
PRIVATE MAPPINGS
     vmsize   rss clean   rss dirty   file
 1617956 kb        0 kb  1617828 kb   [heap]
   10796 kb        0 kb     9140 kb   /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.331.49

~/src/FTBLaunch$ ps -l -p `pidof pavucontrol`
F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTY          TIME CMD
0 S  1000  2805 14593  3  80   0 - 586378 -     pts/3    16:38:58 pavucontrol
~/src/FTBLaunch$ ps -f -p `pidof pavucontrol`
UID        PID  PPID  C STIME TTY          TIME CMD
j         2805 14593  3 Apr10 pts/3    16:38:58 pavucontrol
Comment 2 Tanu Kaskinen 2014-04-30 12:31:39 UTC
(In reply to comment #1)
> Anything progress?

No. Would you like to fix this?
Comment 3 GitLab Migration User 2018-07-30 09:28:44 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues/19.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.