vlc 1.0.6-3 crash when playing mkv file (Arch Linux)
vlc player 1.0.6-3 is crashing right after start playing mkv file (totem play it without any problem).
VLC version: 1.0.6-3
GDB debug info:
[korg@archlinux ~]$ gdb vlc
GNU gdb (GDB) 7.1
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/vlc...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/vlc
[Thread debugging using libthread_db enabled]
VLC media player 1.0.6 Goldeneye
[New Thread 0x7ffff7f27710 (LWP 21222)]
[New Thread 0x7ffff5089710 (LWP 21223)]
[New Thread 0x7ffff4f88710 (LWP 21224)]
[New Thread 0x7ffff4c81710 (LWP 21225)]
[New Thread 0x7ffff4979710 (LWP 21226)]
[New Thread 0x7ffff4676710 (LWP 21227)]
[New Thread 0x7ffff30fc710 (LWP 21228)]
[New Thread 0x7ffff2df9710 (LWP 21229)]
[New Thread 0x7ffff2cf8710 (LWP 21230)]
[Thread 0x7ffff2cf8710 (LWP 21230) exited]
[New Thread 0x7ffff21d0710 (LWP 21231)]
[New Thread 0x7ffff20cf710 (LWP 21232)]
[Thread 0x7ffff20cf710 (LWP 21232) exited]
[New Thread 0x7fffea56e710 (LWP 21233)]
[New Thread 0x7fffe0afa710 (LWP 21234)]
[Thread 0x7fffe0afa710 (LWP 21234) exited]
[New Thread 0x7fffdced1710 (LWP 21236)]
[New Thread 0x7fffdc6d0710 (LWP 21237)]
[New Thread 0x7fffdbecc710 (LWP 21238)]
[New Thread 0x7fffdb6cb710 (LWP 21239)]
[Thread 0x7fffdb6cb710 (LWP 21239) exited]
[Thread 0x7fffdbecc710 (LWP 21238) exited]
[Thread 0x7fffdc6d0710 (LWP 21237) exited]
[New Thread 0x7fffdae3b710 (LWP 21240)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffdae3b710 (LWP 21240)]
0x00007fffd913e026 in libebml::EbmlMaster::ReadData(libebml::IOCallback&, libebml::ScopeMode) () from /usr/lib/libebml.so.0
(gdb) backtrace
[#0](https://code.videolan.org/videolan/vlc/-/issues/0) 0x00007fffd913e026 in libebml::EbmlMaster::ReadData(libebml::IOCallback&, libebml::ScopeMode) () from /usr/lib/libebml.so.0
[#1](https://code.videolan.org/videolan/vlc/-/issues/1) 0x00007fffd986afa2 in EbmlParser::Get() ()
from /usr/lib/vlc/demux/libmkv_plugin.so
[#2](https://code.videolan.org/videolan/vlc/-/issues/2) 0x00007fffd9869678 in demux_sys_t::AnalyseAllSegmentsFound(demux_t*, libebml::EbmlStream*, bool) () from /usr/lib/vlc/demux/libmkv_plugin.so
[#3](https://code.videolan.org/videolan/vlc/-/issues/3) 0x00007fffd9859292 in Open(vlc_object_t*) ()
from /usr/lib/vlc/demux/libmkv_plugin.so
[#4](https://code.videolan.org/videolan/vlc/-/issues/4) 0x00007ffff796b2fa in __module_need () from /usr/lib/libvlccore.so.2
[#5](https://code.videolan.org/videolan/vlc/-/issues/5) 0x00007ffff792997e in __demux_New () from /usr/lib/libvlccore.so.2
[#6](https://code.videolan.org/videolan/vlc/-/issues/6) 0x00007ffff7938e14 in InputSourceInit () from /usr/lib/libvlccore.so.2
[#7](https://code.videolan.org/videolan/vlc/-/issues/7) 0x00007ffff793a053 in Init () from /usr/lib/libvlccore.so.2
[#8](https://code.videolan.org/videolan/vlc/-/issues/8) 0x00007ffff793d305 in Run () from /usr/lib/libvlccore.so.2
[#9](https://code.videolan.org/videolan/vlc/-/issues/9) 0x00007ffff7970f84 in thread_entry () from /usr/lib/libvlccore.so.2
[#10](https://code.videolan.org/videolan/vlc/-/issues/10) 0x00007ffff76d197a in start_thread () from /lib/libpthread.so.0
[#11](https://code.videolan.org/videolan/vlc/-/issues/11) 0x00007ffff743d01d in clone () from /lib/libc.so.6
[#12](https://code.videolan.org/videolan/vlc/-/issues/12) 0x0000000000000000 in ?? ()
(gdb)