Page 1 of 1

VLC video output crash

Posted: 23 Feb 2015 17:34
by ygao-developer
Can anybody help to see what issue it could be and how to fix?

#0 0x400f9358 in memset () from /test/obj/local/armeabi-v7a/libc.so
#1 0x78427738 in SubpicturePrepare (subpicture=<optimized out>, vd=<optimized out>) at ../../modules/video_output/android/android_window.c:946
#2 Prepare (vd=<optimized out>, picture=<optimized out>, subpicture=<optimized out>) at ../../modules/video_output/android/android_window.c:999
#3 0x784d6c5e in vout_display_Prepare (subpicture=0x7ba8a7a8, picture=0x7c76cb58, vd=0x7d5c50c4) at ../../include/vlc_vout_wrapper.h:47
#4 ThreadDisplayRenderPicture (is_forced=<optimized out>, vout=0x7b9f3274) at ../../src/video_output/video_output.c:980
#5 ThreadDisplayPicture (vout=0x7b9f3274, deadline=<optimized out>) at ../../src/video_output/video_output.c:1093
#6 0x784d707e in Thread (object=0x7b9f3274) at ../../src/video_output/video_output.c:1567
#7 0x784f72d8 in joinable_thread (data=0x7c73b770) at ../../src/android/thread.c:368
#8 0x400e429c in __thread_entry () from /test/obj/local/armeabi-v7a/libc.so
#9 0x400e4434 in pthread_create () from /test/obj/local/armeabi-v7a/libc.so



This happens a few time with vlc for android. I don't know if it is fixed in new version. I am using the checkout with last check in log as below. Will try recently to see.
commit b01969a4bfe1b2fa4580f5e8df08dc29566d7a16
Author: Edward Wang <edward.c.wang@compdigitec.com>
Date: Thu Dec 25 19:06:16 2014 -0500

aout: free dangling global reference

Re: VLC video output crash

Posted: 23 Feb 2015 18:07
by Jean-Baptiste Kempf
You should use the top of the git.

Re: VLC video output crash

Posted: 01 Mar 2015 02:37
by edwardw
Or you could try using b01969a4bfe1b2fa4580f5e8df08dc29566d7a16 and just upgrade the libvlc, although this might require some work to get working properly.