[vlc-devel] [vlc-commits] commit: Made object created by input_resource attached to a high level object. ( Laurent Aimar )
Sébastien Escudier
sebastien-devel at celeos.eu
Fri Jul 23 14:39:21 CEST 2010
Hi,
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue May
25 20:31:13 2010 +0200| [211f72ff01d9f6fcfefc6801503b01b3a4e935a4] |
committer: Laurent Aimar
Made object created by input_resource attached to a high level object.
This commit makes vlc crash on quit, if I load a vlm file with an enabled broadcast :
vlc: misc/objects.c:597: vlc_object_release: Assertion `internals->first == ((void *)0)' failed.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb5bb8b90 (LWP 457)]
0xb5bd3f04 in ?? ()
(gdb) bt
#0 0xb5bd3f04 in ?? ()
#1 0xb77736be in DecoderProcess (p_dec=0x96aed84, p_block=0x96df920) at input/decoder.c:1986
#2 0xb7770cf0 in DecoderThread (p_this=0x96aed84) at input/decoder.c:903
#3 0xb77d319e in thread_entry (data=0x96a7290) at misc/threads.c:58
#4 0xb769e50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5 0xb7617a0e in clone () from /lib/tls/i686/cmov/libc.so.6
More information about the vlc-devel
mailing list