[vlc-devel] Segmentation fault when VLC dies
Aurele
nemsauje at gmail.com
Fri Aug 22 15:56:40 CEST 2008
Hi,
I'm working with VLC 0.8.6h on ubuntu Gutsy.
I'm trying to add a wxwidgets interface which allows me to specifie some
parameters for H264 encoding.
I've added my files in the modules/gui/wxwidgets/dialogs.
I've no problem with compilation and installation.
when i launch VLC my new dialog works correctly. But if i close this
dialog and her "fathers" and then VLC i get this message sometimes:
*** glibc detected *** vlc: double free or corruption (!prev):
0x086b8d80 ***
Another time i rather get this:
*** glibc detected *** /usr/bin/vlc: corrupted double-linked list:
0x086dc240 ***
Or again:
Segmantation fault (core dumped)
When i use gdb, i get this message:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1210943824 (LWP 10861)]
0x08783513 in ?? ()
(gdb) list
1 /build/buildd/glibc-2.6.1/build-tree/i386-libc/csu/crti.S: No
such file or directory.
in /build/buildd/glibc-2.6.1/build-tree/i386-libc/csu/crti.S
(gdb) bt
#0 0x08783513 in ?? ()
#1 0x08831800 in ?? ()
#2 0x0882aa48 in ?? ()
#3 0x086bc4d8 in ?? ()
#4 0xb731e678 in ?? () from /usr/lib/libgobject-2.0.so.0
#5 0x086bc4e0 in ?? ()
#6 0xb6cf68f8 in ?? () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#7 0xbfbcfd38 in ?? ()
#8 0xb6cf68f8 in ?? () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#9 0x087ff4b0 in ?? ()
#10 0x08856ec4 in ?? ()
#11 0xbfbcfd58 in ?? ()
#12 0xb6bfd8e3 in wxSizer::~wxSizer () from
/usr/lib/libwx_gtk2u_core-2.6.so.0
Backtrace stopped: frame did not save the PC
How can i avoid that ? Any help is welcome
Thanks,
Aurele
More information about the vlc-devel
mailing list