[Bug 575460] Re: memory leak

2011-05-05 Thread manzdagratiano
*** This bug is a duplicate of bug 743323 ***
https://bugs.launchpad.net/bugs/743323

** This bug is no longer a duplicate of bug 673462
   vlc: growing memory usage when reading some AVI files
** This bug has been marked a duplicate of bug 743323
   vlc memory leak
 * You can subscribe to bug 743323 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/743323/+subscribe

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

Title:
  memory leak

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


[Bug 575460] Re: memory leak

2010-11-10 Thread Laurent Bonnaud
** Changed in: vlc
   Importance: Undecided => Unknown

** Changed in: vlc
   Status: Invalid => Unknown

** Changed in: vlc
 Remote watch: None => VLC Trac #3657

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-11-10 Thread Laurent Bonnaud
This bug still exists in maverick with this package version:

Package: vlc
Version: 1.1.4-1ubuntu1

Unfortunately I cannot reopen it.  I will open another bug...

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-11-10 Thread Laurent Bonnaud
*** This bug is a duplicate of bug 673462 ***
https://bugs.launchpad.net/bugs/673462

** This bug has been marked a duplicate of bug 673462
   vlc: growing memory usage when reading some AVI files
 * You can subscribe to bug 673462 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/673462/+subscribe

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-09-01 Thread Jordi Sans
Julien, in a vlc forum a user suggest to use the following script to
limit the ram usage of vlc and avoid your system becoming unstable:

#!/bin/bash
source /etc/profile
ulimit -v 1048576
vlc

The memory leak still occurs, but it just eats 1GB (you can set it to
another value depending on your ram). I'm not sure if the Valgrind trace
will be useful then though.

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-21 Thread Julien
Thanks for your reply Rémi.

I try to do my best but when OOM occurs, my laptop becomes unusable,
after 30s it starts to swap and load is increasing crazily, I think
Valgrind is stuck as the whole system, so  what do you suggest ?

FYI, I have 4GB RAM, and it is filled out in less than 1 minute.

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-21 Thread Rémi Denis-Courmont
That is the first few lines of the log. I would expect it to be well
over a thousand lines long.

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-21 Thread Julien
Here is the long-awaited log.

Lauched with : G_SLICE=always-malloc G_DEBUG=gc-friendly  valgrind -v
--tool=memcheck --leak-check=full --num-callers=40 --log-
file=valgrind.log /usr/bin/cvlc rtsp://...

Note that I had to kill -9 VLC so I don't know if valgrind has had
enough time to log memory problem.

** Attachment added: "Valgrind OOM log"
   http://launchpadlibrarian.net/52277845/valgrind.log

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-21 Thread Julien
Unfortunately, this is a private stream, I can't spread url :(

I'll give a try to Valgrind as soon as possible and attach the result
here.

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-21 Thread Grigory Rechistov
Hi Julien,

I wonder if you can specify the URL of the RTSP stream you were watching
so anyone else can try to experience this bug on it. Me personnaly never
watches any RTSP translations so I am unaware how I can test it for
myself. If you can provide that stream I will be able to run Valgring
against VLC again, as unfortunately `vlc -I dummy`  didn't give me any
crashes last time.

Wed, 21 Jul 2010 10:01:54 - письмо от Julien
<575...@bugs.launchpad.net>:

>Hello,
>
>Same problem here, when trying to watch a RTSP stream (RTP over RTSP).
>Can see the video, but the sound is very crappy (nosiy/jerky) and after
>some seconds, VLC is using more and more memory, resulting in very high
>loads and swapping. I think the sound problem may be a clue (who said
>pulseaudio?)
>
>To answer Rémi's questions :
>- When trying with vlc -I dummy, got the same OOM.
>- I'm using GNOME desktop
>
>Note that the stream worked well with previous Ubuntu releases. Problem
>occurs with 10.04.
>
>I tried with VLC 1.1 : same issue.
>
>Just ask if you need some trace or logs.
>
>-- 
>memory leak
>https://bugs.launchpad.net/bugs/575460
>You received this bug notification because you are a direct subscriber
>of the bug.
>
>Status in VLC media player: Invalid
>Status in “vlc” package in Ubuntu: Fix Released
>
>Bug description:
>Binary package hint: vlc
>
>Hi,
>I was watching a .avi file:
>Video AVI (video/x-msvideo)
>698,9 MB (732827648 byte)
>
>640 x 272
>XVID MPEG-4
>25 frames per second
>
>MPEG 1 Audio, Layer 3 (MP3)
>Stereo
>48000 Hz
>112 kbps
>
>At some point (near 37 minute) PC starts swapping and became unusable. Pinging 
>from another PC works so I logged with ssh after waiting some minutes for the 
>login. 
>
>dmesg gives:
>47257.575381] Out of memory: kill process 22982 (vlc) score 73603 or a child
>[47257.575389] Killed process 22982 (vlc)
>
>I came back to the PC and metacity seems gone (application windows without 
>title bar, no keyboard input in the already open terminal). I run it from ssh 
>(metacity --display=:0.0) and now I am here to make this report.
>
>I was logged in X with two users. Both with encryptfs and there was rsync 
>running for a big backup.
>
>ProblemType: Bug
>DistroRelease: Ubuntu 10.04
>Package: vlc 1.0.6-1ubuntu1
>ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
>Uname: Linux 2.6.32-21-generic x86_64
>NonfreeKernelModules: nvidia
>Architecture: amd64
>Date: Wed May  5 00:50:45 2010
>EcryptfsInUse: Yes
>ProcEnviron:
> PATH=(custom, user)
> LANG=it_IT.UTF-8
> SHELL=/bin/bash
>SourcePackage: vlc
>
>To unsubscribe from this bug, go to:
>https://bugs.launchpad.net/vlc/+bug/575460/+subscribe

С наилучшими пожеланиями,
Григорий Речистов.
Best regards,
Grigory Rechistov

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-21 Thread Rémi Denis-Courmont
I am still waiting for a valgrind memory leak trace and/or a clear fully
specified way to reproduce the problem.

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-21 Thread Julien
Hello,

Same problem here, when trying to watch a RTSP stream (RTP over RTSP).
Can see the video, but the sound is very crappy (nosiy/jerky) and after
some seconds, VLC is using more and more memory, resulting in very high
loads and swapping. I think the sound problem may be a clue (who said
pulseaudio?)

To answer Rémi's questions :
- When trying with vlc -I dummy, got the same OOM.
- I'm using GNOME desktop

Note that the stream worked well with previous Ubuntu releases. Problem
occurs with 10.04.

I tried with VLC 1.1 : same issue.

Just ask if you need some trace or logs.

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-13 Thread Rémi Denis-Courmont
Frank, the point is not to prove that there is a leak. The point is to
understand where the leak comes from. Neither a kernel OOM log, nor a
screenshot of top or a similar tool helps in that regard.

Some things that could help:
 - a set of steps to reliably reproduce the problem,
 - checking if the problem happens with the command line VLC (cvlc),
 - checking if the problem happens with the GNOME desktop,
 - a valgrind log of the memory leak,
 - a stack frame trace of the place in VLC where the OOM killing occurs,
 - a patch.

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-13 Thread Юрий Чудновский
I'm listening via VLC player HTTP streamed radio on 512MB memory computer.
Then computer out of memory and get some swap, delaying VLC, VLC gets crazy and 
consuming all of reachable memory =) till killed by OOM killer. Log is here: 
http://pastebin.org/391762
Can show up some top screenshots (where vlc process consuming over 1G VIRT 
memory).

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-12 Thread Reinhard Tartler
On Mon, Jul 12, 2010 at 08:30:33 (EDT), Rémi Denis-Courmont wrote:

> Better than nothing, but then apport crash analysis will fail, won't
it?

indeed, apport doesn't work with packages from PPAs
-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-12 Thread Rémi Denis-Courmont
Better than nothing, but then apport crash analysis will fail, won't it?

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-12 Thread Reinhard Tartler
On Mon, Jul 12, 2010 at 04:17:02 (EDT), Rémi Denis-Courmont wrote:

> The VLC blacklisting is more-or-less a hack and requires VLC-side
> infrastructure not available in VLC 1.0.x. To my understanding, Ubuntu
> won't backport VLC 1.1 to Lucid. So essentially, it's game over.

I'm currently considering uploading ffmpeg 0.6 and vlc 1.1. to the
motumedia PPA for lucid. This way users would have access to updated
versions.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-12 Thread Rémi Denis-Courmont
There are many ways to get VLC 1.1.x to Ubuntu Lucid: build it yourself,
get it from an unofficial repository, or recompile/backport the package
from Ubuntu Maverick. I just don't think it fixes the real problem for
the real users.

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-12 Thread Grigory Rechistov
All right, thank you for the hints. I will run Valgrind again with
headless VLC as soon as I get to my home laptop.

I am also not sure that one cannot find VLC 1.1.x for Lucid in certain
PPA. Anyway I am able to build VLC myself with required build settings
in the case it will fix the bug.


Mon, 12 Jul 2010 08:17:02 - письмо от Rémi Denis-Courmont 
<575...@bugs.launchpad.net>:

>The only way to prevent the offending plugin(s) from loading is to
>remove it, which means remove kdelibs5, which means remove KDE. I am not
>aware of any way to manually blacklist some Qt4 plugins otherwise.
>
>The VLC blacklisting is more-or-less a hack and requires VLC-side
>infrastructure not available in VLC 1.0.x. To my understanding, Ubuntu
>won't backport VLC 1.1 to Lucid. So essentially, it's game over.
>
>That said, it might also be that the valgrind trace is wrong and the
>leak is somewhere else. That can be checked by running a headless VLC
>(vlc -I dummy) from the command line, which definitely won't use any Qt4
>or KDE thing.
>

С наилучшими пожеланиями,
Григорий Речистов.
Best regards,
Grigory Rechistov

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-12 Thread Rémi Denis-Courmont
The only way to prevent the offending plugin(s) from loading is to
remove it, which means remove kdelibs5, which means remove KDE. I am not
aware of any way to manually blacklist some Qt4 plugins otherwise.

The VLC blacklisting is more-or-less a hack and requires VLC-side
infrastructure not available in VLC 1.0.x. To my understanding, Ubuntu
won't backport VLC 1.1 to Lucid. So essentially, it's game over.

That said, it might also be that the valgrind trace is wrong and the
leak is somewhere else. That can be checked by running a headless VLC
(vlc -I dummy) from the command line, which definitely won't use any Qt4
or KDE thing.

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-12 Thread Grigory Rechistov
So, what is the solution now for the VLC for KDE users? Should I upgrade
to vlc 1.1.0 to get rid of KDE modules to be loaded? How can I check and
control what modules are loaded?

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-12 Thread Rémi Denis-Courmont
** Changed in: vlc
   Importance: Unknown => Undecided

** Changed in: vlc
   Status: Unknown => New

** Changed in: vlc
 Remote watch: VLC Trac #3657 => None

** Changed in: vlc
   Status: New => Won't Fix

** Changed in: vlc
   Status: Won't Fix => Invalid

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-12 Thread Rémi Denis-Courmont
These leaks are pretty much all in the KDE plugins for Qt4. This is not
a VLC bug. Now I don't mean to be pessimistic, but that makes your
problem Kubuntu-specific. From past experience, Kubuntu and KDE guys
don't care about KDE bugs in non-KDE applications (like VLC).

In VLC 1.1.0, the KDE plugins have been blacklisted because they're so
crap.

** Changed in: vlc (Ubuntu)
   Status: Incomplete => Fix Released

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-11 Thread Grigory Rechistov
OK, I ran VLC under Valgrind for several hours. Didn't get the crash
this time, but in the logfile attached there are definitely messages
about memory leaks.

** Attachment added: "Valgrind log"
   http://launchpadlibrarian.net/51745260/valgrind.log

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-10 Thread Rémi Denis-Courmont
Once and for all, we could not care less about the dmesg output. I think
everybody understood it was a run-away memory leak causing an OOM. Thing
is, the kernel debug is totally helpless when it comes to reproducing
the problem or figuring out where and why precisely the leak is in VLC
userspace.

Just like the upstream bug, this is incomplete until someone provides
useable logs or an easy/reliable way to reproduce the problem.

** Changed in: vlc (Ubuntu)
   Status: Confirmed => Incomplete

** Changed in: vlc (Ubuntu)
   Importance: Undecided => High

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-10 Thread Rémi Denis-Courmont
** Bug watch added: VLC Trac #3657
   http://trac.videolan.org/vlc/ticket/3657

** Also affects: vlc via
   http://trac.videolan.org/vlc/ticket/3657
   Importance: Unknown
   Status: Unknown

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-10 Thread Tyrael
I'm a bit busy at this time.
If you can follow these instructions:
Install vlc-dbg https://wiki.ubuntu.com/DebuggingProgramCrash
take a valgrind leak check log https://wiki.ubuntu.com/Valgrind

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-10 Thread Grigory Rechistov
Got the same problem. Ububntu 10.04 (recently dist-upgraded from 9.10)
x86_64 with

$ vlc -v
VLC media player 1.0.6 Goldeneye

Experienced this problem several times.

** Attachment added: "Dmesg for vlc ate all memory"
   http://launchpadlibrarian.net/51664359/dmesg.txt

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-07-03 Thread Exterminans
This  bug affects me too, with both 1.0.6 from the lucid repo and 1.1.0
from the c-korn-ppa. Their is no output on stdout or stderr, vlc just
suddenly takes up a full core and starts to allocate memory at an
incredible speed. Video will continue playing, at least until the swap
slows down the system so this leak does not seem to be allocated in the
main thread.

dmesg-output:
[113735.650674] vlc invoked oom-killer: gfp_mask=0x201da, order=0, oom_adj=0
[113735.650683] vlc cpuset=/ mems_allowed=0
[113735.650690] Pid: 30854, comm: vlc Not tainted 2.6.32-23-generic #37-Ubuntu
[113735.650695] Call Trace:
[113735.650709]  [] ? cpuset_print_task_mems_allowed+0x9d/0xb0
[113735.650719]  [] oom_kill_process+0xd4/0x2f0
[113735.650726]  [] ? select_bad_process+0xd0/0x110
[113735.650733]  [] __out_of_memory+0x58/0xc0
[113735.650740]  [] out_of_memory+0x12e/0x1a0
[113735.650749]  [] ? _spin_lock+0xe/0x20
[113735.650757]  [] __alloc_pages_slowpath+0x511/0x580
[113735.650765]  [] __alloc_pages_nodemask+0x15e/0x1a0
[113735.650774]  [] alloc_pages_current+0x87/0xd0
[113735.650780]  [] __page_cache_alloc+0x67/0x70
[113735.650788]  [] __do_page_cache_readahead+0xc9/0x210
[113735.650795]  [] ra_submit+0x21/0x30
[113735.650802]  [] ondemand_readahead+0x115/0x240
[113735.650810]  [] ? __dequeue_entity+0x30/0x50
[113735.650817]  [] page_cache_sync_readahead+0x31/0x50
[113735.650824]  [] filemap_fault+0x42c/0x460
[113735.650833]  [] ? default_spin_lock_flags+0x9/0x10
[113735.650841]  [] __do_fault+0x54/0x500
[113735.650848]  [] handle_mm_fault+0x1a8/0x3c0
[113735.650856]  [] ? hrtimer_wakeup+0x0/0x30
[113735.650863]  [] do_page_fault+0x12a/0x3b0
[113735.650870]  [] page_fault+0x25/0x30
[113735.650875] Mem-Info:
[113735.650878] Node 0 DMA per-cpu:
[113735.650884] CPU0: hi:0, btch:   1 usd:   0
[113735.650888] CPU1: hi:0, btch:   1 usd:   0
[113735.650892] Node 0 DMA32 per-cpu:
[113735.650897] CPU0: hi:  186, btch:  31 usd: 124
[113735.650902] CPU1: hi:  186, btch:  31 usd:  34
[113735.650912] active_anon:524584 inactive_anon:130600 isolated_anon:0
[113735.650914]  active_file:174 inactive_file:230 isolated_file:0
[113735.650916]  unevictable:24 dirty:0 writeback:0 unstable:0
[113735.650918]  free:4760 slab_reclaimable:4044 slab_unreclaimable:9025
[113735.650920]  mapped:8578 shmem:10933 pagetables:8317 bounce:0
[113735.650925] Node 0 DMA free:12072kB min:32kB low:40kB high:48kB 
active_anon:1872kB inactive_anon:1832kB active_file:28kB inactive_file:68kB 
unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15340kB 
mlocked:0kB dirty:0kB writeback:0kB mapped:8kB shmem:0kB slab_reclaimable:0kB 
slab_unreclaimable:8kB kernel_stack:0kB pagetables:8kB unstable:0kB bounce:0kB 
writeback_tmp:0kB pages_scanned:135 all_unreclaimable? no
[113735.650945] lowmem_reserve[]: 0 3013 3013 3013
[113735.650954] Node 0 DMA32 free:6968kB min:7004kB low:8752kB high:10504kB 
active_anon:2096464kB inactive_anon:520568kB active_file:668kB 
inactive_file:852kB unevictable:96kB isolated(anon):0kB isolated(file):0kB 
present:3085360kB mlocked:96kB dirty:0kB writeback:0kB mapped:34304kB 
shmem:43732kB slab_reclaimable:16176kB slab_unreclaimable:36092kB 
kernel_stack:2600kB pagetables:33260kB unstable:0kB bounce:0kB 
writeback_tmp:0kB pages_scanned:1344 all_unreclaimable? no
[113735.650976] lowmem_reserve[]: 0 0 0 0
[113735.650984] Node 0 DMA: 2*4kB 2*8kB 1*16kB 2*32kB 1*64kB 1*128kB 2*256kB 
2*512kB 2*1024kB 2*2048kB 1*4096kB = 12072kB
[113735.651005] Node 0 DMA32: 774*4kB 20*8kB 0*16kB 4*32kB 4*64kB 2*128kB 
2*256kB 1*512kB 2*1024kB 0*2048kB 0*4096kB = 6968kB
[113735.651025] 11378 total pagecache pages
[113735.651029] 0 pages in swap cache
[113735.651034] Swap cache stats: add 1216995, delete 1216995, find 39116/54531
[113735.651037] Free swap  = 0kB
[113735.651040] Total swap = 0kB
[113735.667098] 786128 pages RAM
[113735.667103] 13358 pages reserved
[113735.667106] 24312 pages shared
[113735.667109] 756928 pages non-shared
[113735.667116] Out of memory: kill process 30189 (bash) score 3307240 or a 
child
[113735.667123] Killed process 30850 (vlc)

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-06-12 Thread Marc Aymerich
1/5times that I watch a movie I get an out of memory. In that moment VLC
is consuming more than 90% of the memory, my computer have 3GB of RAM
and 1.5GB of SWAP. I can confirm that this happens at least with avi and
mkv files, low and high resolution.

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-05-14 Thread Gregory Gulbrandson
** Changed in: vlc (Ubuntu)
 Assignee: (unassigned) => vlc (vlc)

** Changed in: vlc (Ubuntu)
 Assignee: vlc (vlc) => (unassigned)

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-05-14 Thread Gregory Gulbrandson
I also experienced the same problem;  Here is my dmesg | tail:

[24450.182096] Swap cache stats: add 886136, delete 882337, find 36973/48933
[24450.182101] Free swap  = 128kB
[24450.182106] Total swap = 1648632kB
[24450.187653] 163819 pages RAM
[24450.187660] 0 pages HighMem
[24450.187664] 4268 pages reserved
[24450.187668] 1045 pages shared
[24450.187671] 157307 pages non-shared
[24450.187680] Out of memory: kill process 6886 (vlc) score 62727 or a child
[24450.187689] Killed process 6886 (vlc)


Also reflects that VLC had a memory leak, on the generic kernel--  This has 
only happened since the last updates of VLC through aptitude.

** Changed in: vlc (Ubuntu)
   Status: Incomplete => Confirmed

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-05-05 Thread Rémi Denis-Courmont
We need a way to reproduce the problem, and/or a valgrind leak check
log. Otherwise, there is really nothing we can do.

** Changed in: vlc (Ubuntu)
   Status: New => Incomplete

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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 575460] Re: memory leak

2010-05-04 Thread Tyrael

** Attachment added: "messages"
   http://launchpadlibrarian.net/47830477/messages

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/47829385/Dependencies.txt

** Attachment added: "RelatedPackageVersions.txt"
   http://launchpadlibrarian.net/47829386/RelatedPackageVersions.txt

-- 
memory leak
https://bugs.launchpad.net/bugs/575460
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