Page 1 of 1

win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms

Posted: 02 May 2011 14:50
by Eshkin_kot
I try to listen network stream but VLC always crash, for example Ctrl-N mms://online.carnivalfm.ru

Windows is not my primary OS and I don't know how to report bug or debug VLC with it. Need help! :)

ps: i reset config and remove %appdata%\vlc - does not help

Re: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms

Posted: 02 May 2011 15:35
by Eshkin_kot
hmm... interesting... in my primary OS VLC also crash with mms %) so I will open bug report about it.

VLC media player 1.1.7 The Luggage (revision exported)
VLC version 1.1.7 The Luggage (exported)
Compiled by buildd on barber.debian.org (Mar 6 2011 11:39:03)
Компилятор: gcc version 4.4.5 (Debian 4.4.5-13)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe08c6700 (LWP 3720)]
MMSOpen (p_access=0x8d0e30, p_url=<value optimized out>, i_proto=<value optimized out>) at mmstu.c:633
633 mmstu.c: Нет такого файла или каталога.
in mmstu.c
(gdb) bt
#0 MMSOpen (p_access=0x8d0e30, p_url=<value optimized out>, i_proto=<value optimized out>) at mmstu.c:633
#1 0x00007fffe05c25cd in MMSTUOpen (p_access=0x8d0e30) at mmstu.c:141
#2 0x00007fffe05bbe27 in Open (p_this=<value optimized out>) at mms.c:139
#3 0x00007ffff796a117 in module_need (p_this=0x8d0e30, psz_capability=<value optimized out>,
psz_name=<value optimized out>, b_strict=<value optimized out>) at modules/modules.c:559
#4 0x00007ffff791e530 in __access_New (p_obj=0x7fffec001220, p_parent_input=0x7fffec001220, psz_access=0xa1c860 "mms",
psz_demux=0x7ffff79ab4c7 "", psz_path=0xa1c866 "online.carnivalfm.ru") at input/access.c:65
#5 0x00007ffff793368f in InputSourceInit (p_input=0x7fffec001220, in=0xb1cdb8,
psz_mrl=0xe3d4d0 "mms://online.carnivalfm.ru", psz_forced_demux=<value optimized out>) at input/input.c:2481
#6 0x00007ffff793483a in Init (p_input=0x7fffec001220) at input/input.c:1237
#7 0x00007ffff7937e45 in Run (p_this=<value optimized out>) at input/input.c:537
#8 0x00007ffff796ff54 in thread_entry (data=<value optimized out>) at misc/threads.c:58
#9 0x00007ffff76ca8ba in start_thread (arg=<value optimized out>) at pthread_create.c:300
#10 0x00007ffff722e02d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Re: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms

Posted: 02 May 2011 16:13
by Jean-Baptiste Kempf
Can you test to check for nullity line 631 ?

Re: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms

Posted: 03 May 2011 13:02
by Eshkin_kot
Can you test to check for nullity line 631 ?
Yes, it's null:
(gdb) list 633
628
629 /* media file path shouldn't start with / character */
630 mediapath = p_url->psz_path;
631 if ( *mediapath == '/' )
632 {
633 mediapath++;
634 }
635 var_buffer_addUTF16( &buffer, mediapath );
636
637 mms_CommandSend( p_access,

(gdb) info locals
p_sys = 0xaf4790
b_udp = 0
buffer = {p_data = 0xb25c70 "", i_data = 8, i_size = 2048}
tmp = "\\\\192.168.0.1\\TCP\\1242\000abac001-daa0-11f0-141e894e6505a8e9}; Host: online.carnivalfm.ru", '\000' <repeats 1042 times>, "\030-\031\367\377\177", '\000' <repeats 58 times>"\375, \322\336\367\377\177\000\000\000\000\000\000\000\000\000\000\241H\251\366\377\177\000\000\000\000\000\000\000\000\000\000\002e\336\367\377\177\000\000\060.114\177\000\000\375\322\336\367\377\177\000\000\001\000\000\000\000\000\000\000\235\271\216\367\377\177\000\000\000\000\000\000\000\000\000\000\002e\336\367\377\177\000\000\061\000\000\000\061\000\000\000~\bL\367\377\177\000\000\000\000\000\000\001\000\000\000\222\271\216\367", '\000' <repeats 12 times>...
p = <value optimized out>
i_server_version = <value optimized out>
i_tool_version = <value optimized out>
i_update_player_url = <value optimized out>
i_encryption_type = <value optimized out>
i = <value optimized out>
i_streams = <value optimized out>
i_first = <value optimized out>
mediapath = 0x0

Re: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms

Posted: 03 May 2011 16:59
by Jean-Baptiste Kempf
Great, I know how to fix.

Re: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms

Posted: 15 May 2011 01:25
by Eshkin_kot
Great, I know how to fix.
Thank you! I just test nightly build http://nightlies.videolan.org/build/win ... -win32.exe and it works for me now :D

Re: win7 64-bit, 1.1.9, 1.1.8, 1.1.7 always crash with mms

Posted: 15 May 2011 13:12
by Jean-Baptiste Kempf
Great, I know how to fix.
Thank you! I just test nightly build http://nightlies.videolan.org/build/win ... -win32.exe and it works for me now :D
You are welcome.