[Bug 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2009-11-19 Thread Rémi Denis-Courmont
This is fixed in VLC 1.0.2 already.

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

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2009-05-10 Thread Rémi Denis-Courmont
FYI, this libavutilcallback crash is fixed in VLC 1.0.

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2009-02-05 Thread Xtophe
regarding vlc_crash.mpg, it's a bug in libavcodec. ffplay crash also on it. 
(well very recent ffplay from svn doesn't really crash but get stuck)
Running a debug version of vlc yields: 
*** glibc detected *** ./bin/vlc-static: free(): invalid pointer: 0xb2520020 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb7c01624]
/lib/i686/cmov/libc.so.6(cfree+0x96)[0xb7c03826]
./modules/codec/avcodec/.libs/libavcodec_plugin.so(av_freep+0x16)[0xb4bd6f56]
/data/dev/videolan/vlc/linux/src/.libs/libvlccore.so.2(__module_unneed+0x2f)[0xb7e9a09f]
/data/dev/videolan/vlc/linux/src/.libs/libvlccore.so.2(input_DecoderDelete+0x95)[0xb7e4c625]


and gdb says:
#0  0xb7ef1424 in __kernel_vsyscall ()
#1  0xb7ba7640 in raise () from /lib/i686/cmov/libc.so.6
#2  0xb7ba9018 in abort () from /lib/i686/cmov/libc.so.6
#3  0xb7be434d in __libc_message () from /lib/i686/cmov/libc.so.6
#4  0xb7bea624 in malloc_printerr () from /lib/i686/cmov/libc.so.6
#5  0xb7bec826 in free () from /lib/i686/cmov/libc.so.6
#6  0xb7449f56 in av_freep (arg=0x9195198) at libavutil/mem.c:128
#7  0xb708ff11 in avcodec_default_free_buffers (s=0x91ad2c0)
at libavcodec/utils.c:824
#8  0xb71c1c45 in ff_h263_decode_end (avctx=0x91ad2c0)
at libavcodec/h263dec.c:126
#9  0xb70912f7 in avcodec_close (avctx=0x91ad2c0) at libavcodec/utils.c:575
#10 0xb7084eb9 in CloseDecoder (p_this=0x91a8428)
at ../../../../modules/codec/avcodec/avcodec.c:315
#11 0xb7e8309f in __module_unneed (p_this=0x91a8428, p_module=0x9131bb0)
at ../../src/modules/modules.c:681


(Can't comment on the youtube one as the video has been removed)

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-12-14 Thread goto
Confirmed due to duplicate.

** Changed in: vlc (Ubuntu)
   Status: Invalid = Confirmed

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-12-14 Thread mnemo
I'm not sure this is the exact same as my bug, but I've attached the
exact .mpg file that caused the crash I reported. My bug was closed as a
duplicate of this one.

** Attachment added: mpg file crashes VLC (push PLAY a few times if it doesnt 
crash on startup)
   http://launchpadlibrarian.net/20418599/vlc_crash.mpg

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-12-14 Thread fabrice_sp
I'm not able to play this mpeg file with anything (nor mplayer,
avidemux, ..) With which player are you able to play this file?

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

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-12-14 Thread goto
I think the point is that this file is actually corrupt (iirc he said
something like this in the duplicate bug). But even if the file is
corrupted is must not crash vlc player.

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

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-12-14 Thread mnemo
Yes, that's correct. The file is corrupt and won't play in any player.
However, VLC also runs as a browser plugin so this bug could be used to
crash people's browser remotely. It's not at all inconceivable that this
bug also opens for remote code execution (if it's some form of buffer or
integer overflow for example).

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-12-14 Thread fabrice_sp
Backtrace in Jaunty:
(gdb) backtrace
#0  0x7f67260548a5 in fast_memcpy (to=0x7f67005b4000, from=0x2ff5568, 
len=1292) at fastmemcpy.h:342
#1  0x7f671a3b082a in DecodeVideo (p_dec=0x23df1b8, 
pp_block=value optimized out) at video.c:796
#2  0x7f6745d0909e in DecoderDecodeVideo (p_dec=0x23df1b8, 
p_block=0x244f0e0) at input/decoder.c:841
#3  0x7f6745d09ef6 in DecoderDecode (p_dec=0x23df1b8, p_block=0x244f0e0)
at input/decoder.c:1044
#4  0x7f6745d0a9eb in DecoderThread (p_this=0x23df1b8)
at input/decoder.c:594
#5  0x7f6745d53116 in thread_entry (data=value optimized out)
at misc/threads.c:465

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-12-14 Thread mnemo
** This bug has been flagged as a security issue

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-11-23 Thread fabrice_sp
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: vlc (Ubuntu)
   Status: Incomplete = Invalid

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-10-13 Thread fabrice_sp
A lot of memory leaks has been fixed with vlc 0.9.4. 
As the video is not available anymore, and that I've not been able to reproduce 
the problem, can you test the last vlc version?
Thanks.

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

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-09-28 Thread kyleabaker

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/18020102/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/18020104/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/18020105/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/18020106/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/18020107/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/18020108/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/18020109/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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 275565] Re: vlc crashed with SIGSEGV in LibavutilCallback()

2008-09-28 Thread Apport retracing service

StacktraceTop:QueueMsg (p_this=0x0, i_type=0, psz_module=0x4768b040 ��hG, 
LibavutilCallback (p_opaque=0x2565700, i_level=value optimized out, 
av_log (avcl=0x0, level=2, fmt=0x7f470dbb15a9 avcodec)
h263_decode_block (s=0x0, block=0x2, n=1, coded=0)
ff_h263_decode_mb (s=0x0, block=0x2)

** Tags removed: need-amd64-retrace

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/18020102/CoreDump.gz

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/18020222/Stacktrace.txt

-- 
vlc crashed with SIGSEGV in LibavutilCallback()
https://bugs.launchpad.net/bugs/275565
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