Search found 7 matches

Go to advanced search

by maximus_eprime
06 Jul 2008 22:35
Forum: VLC stream-output (sout)
Topic: Huge VLC multicast memory leak using vlm and then VLC crash!
Replies: 11
Views: 3672

Re: Huge VLC multicast memory leak using vlm and then VLC crash!

==10103== LEAK SUMMARY: ==10103== definitely lost: 52 bytes in 1 blocks. ==10103== indirectly lost: 240 bytes in 10 blocks. ==10103== possibly lost: 2,880 bytes in 10 blocks. ==10103== still reachable: 17,016,634 bytes in 7,974 blocks. ==10103== suppressed: 0 bytes in 0 blocks. --10103-- memcheck: ...
by maximus_eprime
06 Jul 2008 21:07
Forum: VLC stream-output (sout)
Topic: Huge VLC multicast memory leak using vlm and then VLC crash!
Replies: 11
Views: 3672

Re: Huge VLC multicast memory leak using vlm and then VLC crash!

No, VLC 0.9.0 is still marked unstable or highly experimental in gentoo portage tree Valgrind log I have already posted earlier: ==15484== 292 (52 direct, 240 indirect) bytes in 1 blocks are definitely lost in loss record 19 of 154 ==15484== at 0x4C20D30: malloc (in /usr/lib64/valgrind/amd64-linux/v...
by maximus_eprime
06 Jul 2008 18:29
Forum: VLC stream-output (sout)
Topic: Huge VLC multicast memory leak using vlm and then VLC crash!
Replies: 11
Views: 3672

Re: Huge VLC multicast memory leak using vlm and then VLC crash!

Still have this problem on VLC 0.8.6g Janus Now my script looks like this: #!/bin/bash CMD=`ps ax | grep vlc | grep -v grep | wc -l` if [ "$CMD" = 0 ]; then echo `date +%F_%H:%M:%S` - VLC CRASH!!! >> /var/log/vlc-crash # echo `date +%F_%H:%M:%S` - VLC CRASH!!! | mail -s "[!!] VLC CRAS...
by maximus_eprime
22 Apr 2008 07:47
Forum: VLC stream-output (sout)
Topic: Huge VLC multicast memory leak using vlm and then VLC crash!
Replies: 11
Views: 3672

Re: Huge VLC multicast memory leak using vlm and then VLC crash!

No, I didn't find any solution.. But I had to write a simple BASH script to watch when the process killed and then bring it up again.. #!/bin/bash CMD=`ps ax | grep vlc | grep -v grep | wc -l` if [ "$CMD" = 0 ]; then echo `date +%F.%H:%M:%S` - VLC JUST CRASHED!!! >> /var/log/vlc-crash /etc...
by maximus_eprime
20 Mar 2008 10:55
Forum: VLC stream-output (sout)
Topic: Huge VLC multicast memory leak using vlm and then VLC crash!
Replies: 11
Views: 3672

Re: Huge VLC multicast memory leak using vlm and then VLC crash!

by the way ==15484== 292 (52 direct, 240 indirect) bytes in 1 blocks are definitely lost in loss record 19 of 154 ==15484== at 0x4C20D30: malloc (in /usr/lib64/valgrind/amd64-linux/vgpreload_memcheck.so) ==15484== by 0x5A602EF: (within /lib64/libc-2.6.1.so) ==15484== by 0x5A60A26: __nss_database_loo...
by maximus_eprime
18 Mar 2008 20:07
Forum: VLC stream-output (sout)
Topic: Huge VLC multicast memory leak using vlm and then VLC crash!
Replies: 11
Views: 3672

Huge VLC multicast memory leak using vlm and then VLC crash!

Hello, I've searched through the forum for same themes and didn't find anything simular to my probleme so I decided to create new theme to find somebody who has same problem and who can help me to solve this problem.. :roll: If you know how to fix this issue please post the link below :roll: I'm run...

Go to advanced search