[Bug 411274] Re: Pulsaeaudio hogs memory

2010-01-11 Thread LocutusOfBorg
This is not fixed! I see the same problem in my 64bit ubuntu 9.10 final.
pulseaudio 0.9.19

Is it related with this?
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/421820

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 411274] Re: Pulsaeaudio hogs memory

2010-01-11 Thread Daniel T Chen
See bug 424655

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-10-30 Thread mac_v
@takamarou :
Any reason  , the status of the bug was changed?
Usually when a bug status is changed adding a comment mentioning why , would be 
ideal :)

** Changed in: pulseaudio (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-10-29 Thread takamarou
** Changed in: pulseaudio (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-10-18 Thread Steve Langasek
Closing per submitter feedback.

In the future, it would be helpful to see the output of 'pmap' for the
process when reporting possible memory leaks.  At least 64MB of this is
probably the DMA mapping for your sound device, and an unspecified
quantity of additional memory usage comes from mmapped libraries, so
it's not clear from this report if there ever was a memory leak at all.

** Changed in: pulseaudio (Ubuntu)
   Status: New = Fix Released

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-10-14 Thread mac_v
I'm no longer facing this bug.
Seems to have been solved for me. Pulseaudio Memory usage no longer causes 
memory problems for me.

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-10-06 Thread Pedro Villavicencio
** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided = Medium

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-09-04 Thread mac_v
Attaching the debug log , used the following args.

gdb pulseaudio 21 | tee ~/gdb-pulseaudio.txt  
set args -  
handle SIGXCPU SIGPWR SIG33 SIG34 SIG42 SIG43 SIG44 SIG45 SIG46 SIG47 SIG48 
SIG49 SIG50 SIG51 SIG52 SIG53 SIG63 SIG62 SIG61 SIG60 SIG59 SIG58 nostop 
noprint
set pagination 0
run


** Attachment added: gdb-pulseaudio.txt
   http://launchpadlibrarian.net/31315299/gdb-pulseaudio.txt

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-08-30 Thread mac_v
Attaching the valgrind log .
~$ G_SLICE=always-malloc G_DEBUG=gc-friendly  valgrind -v --tool=memcheck 
--leak-check=full --num-callers=40 --log-file=valgrind.log pulseaudio -

** Attachment added: valgrind.log
   http://launchpadlibrarian.net/31002037/valgrind.log

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 411274] Re: Pulsaeaudio hogs memory

2009-08-26 Thread mac_v
On Tue, 2009-08-25 at 13:29 +, Daniel T Chen wrote: 
 Try disabling shm use in daemon.conf and killing PA.
 

I tired that. I disabled shm and i dont use flat volume , i did kill
pa , I'v also restarted the system after the recent kernel upgrade. But
i still have the same problem. 

System has been running for 9hrs, pulseaudio memory usage 206MiB ~10%

attaching the daemon.conf . Did i disable shm properly?

## Configuration file for the PulseAudio daemon. See
pulse-daemon.conf(5) for
## more information. Default values a commented out.  Use either ; or #
for
## commenting.

; daemonize = no
; fail = yes
; allow-module-loading = yes
; allow-exit = yes
; use-pid-file = yes
; system-instance = no
enable-shm = no
; shm-size-bytes = 0 # setting this 0 will use the system-default,
usually 64 MiB
; lock-memory = no
; cpu-limit = yes

; high-priority = yes
; nice-level = -11

; realtime-scheduling = yes
; realtime-priority = 5

; exit-idle-time = 20
; scache-idle-time = 20

; dl-search-path = (depends on architecture)

; load-default-script-file = yes
; default-script-file = 

; log-target = auto
; log-level = notice
; log-meta = no
; log-time = no
; log-backtrace = 0

resample-method = speex-float-1
; enable-remixing = yes
; enable-lfe-remixing = no

flat-volumes = no

; rlimit-fsize = -1
; rlimit-data = -1
; rlimit-stack = -1
; rlimit-core = -1
; rlimit-as = -1
; rlimit-rss = -1
; rlimit-nproc = -1
; rlimit-nofile = 256
; rlimit-memlock = -1
; rlimit-locks = -1
; rlimit-sigpending = -1
; rlimit-msgqueue = -1
; rlimit-nice = 31
; rlimit-rtprio = 9
; rlimit-rtttime = 100

; default-sample-format = s16le
; default-sample-rate = 44100
; default-sample-channels = 2
; default-channel-map = front-left,front-right

default-fragments = 8
default-fragment-size-msec = 10

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 411274] Re: Pulsaeaudio hogs memory

2009-08-25 Thread Daniel T Chen
Try disabling shm use in daemon.conf and killing PA.

On Aug 25, 2009 1:30 AM, mac_v drkv...@yahoo.com wrote:

Problem still present with Package: pulseaudio
1:0.9.16~test6-3-g57e1-0ubuntu1

Pulseaudio just keeps increasingly hogging memory!

This is in a system that keeps running constantly,
right now uptime is ~9hrs and memory used is 194MiB

as soon as i do a $ pulseaudio -k , memory used for the new instance
drops to 1.1Mib

** Tags added: regression-potential

-- Pulsaeaudio hogs memory https://bugs.launchpad.net/bugs/411274 You
received this bug notificati...

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-08-24 Thread mac_v
Problem still present with Package: pulseaudio
1:0.9.16~test6-3-g57e1-0ubuntu1

Pulseaudio just keeps increasingly hogging memory!

This is in a system that keeps running constantly, 
right now uptime is ~9hrs and memory used is 194MiB

as soon as i do a $ pulseaudio -k , memory used for the new instance
drops to 1.1Mib

** Tags added: regression-potential

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-08-10 Thread mac_v

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/30098686/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/30098687/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/30098688/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/30098690/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/30098691/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/30098692/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/30098693/Card0.Codecs.codec.1.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/30098694/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/30098695/Dependencies.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/30098696/PciMultimedia.txt

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-08-10 Thread mac_v
** Description changed:

  Binary package hint: pulseaudio
  
- After the recent Karmic memory,pulseaudio doesnt play sounds ,   when
- pulse audio is used , it starts to hog memory
+ After the recent Karmic updates ,pulseaudio doesnt always play sounds ,
+ when pulse audio is used , it starts to hog memory. and even when no
+ active audio is playing the memory is consumed.
  
- At present it is using 15% [293.5 MiB] even after an X restart.
+ At present it is using 15% [293.5 MiB] even after an X restart and with
+ no audio playback.
+ 
+ $ pulseaudio -k seems to be the only solution!
  
  ProblemType: Bug
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  vishnoo   12382 F pulseaudio
+  /dev/snd/controlC0:  vish   12382 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xc800 irq 22'
 Mixer name : 'Realtek ALC883'
 Components : 'HDA:10ec0883,1025160d,0012 
HDA:14f12bfa,10250094,0009'
 Controls  : 24
 Simple ctrls  : 14
  Date: Mon Aug 10 11:42:51 2009
  DistroRelease: Ubuntu 9.10
  Package: pulseaudio 1:0.9.16~test4-0ubuntu4
  ProcEnviron:
   LANG=en_IN
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
  SourcePackage: pulseaudio
  Uname: Linux 2.6.31-5-generic i686

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 411274] Re: Pulsaeaudio hogs memory

2009-08-10 Thread mac_v
atm 348.9 MiB 17% ...

-- 
Pulsaeaudio hogs memory
https://bugs.launchpad.net/bugs/411274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs