Libvlc Crash on release

This forum is about all development around libVLC.
pecana
Cone that earned his stripes
Cone that earned his stripes
Posts: 145
Joined: 27 Dec 2015 20:30

Libvlc Crash on release

Postby pecana » 24 Jul 2017 15:54

hello, I am facing some crashes with a mkv which has probably some issue on seeking.
By the way i guess the player should never crash, right?
If I play the media everything seems to be ok but i I try to seek t evey position the video stop and if i try to vlose the player i get a crash.
I tried with the 2.1.13 for android and it crashes too:

Code: Select all

--------- beginning of crash 07-24 15:45:55.858 6408-6505/org.videolan.vlc.debug A/libc: /usr/local/google/buildbot/src/android/ndk-r13-release/external/libcxx/../../external/libcxxabi/src/abort_message.cpp:74: void abort_message(const char *, ...): assertion "terminating with uncaught exception of type std::out_of_range: map::at: key not found" failed 07-24 15:45:55.858 6408-6505/org.videolan.vlc.debug A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 6505 (VlcObject) 07-24 15:45:55.858 6408-6423/org.videolan.vlc.debug E/VLC-std: terminating with uncaught exception of type std::out_of_range: map::at: key not found /usr/local/google/buildbot/src/android/ndk-r13-release/external/libcxx/../../external/libcxxabi/src/abort_message.cpp:74: void abort_message(const char *, ...): assertion "terminating with uncaught exception of type std::out_of_range: map::at: key not found" failed 07-24 15:45:55.960 1356-1356/? A/DEBUG: pid: 6408, tid: 6505, name: VlcObject >>> org.videolan.vlc.debug <<< 07-24 15:45:55.967 1356-1356/? A/DEBUG: #06 pc 0009cdcf /data/app/org.videolan.vlc.debug-1/lib/x86/libc++_shared.so 07-24 15:45:55.967 1356-1356/? A/DEBUG: #07 pc 0009cff6 /data/app/org.videolan.vlc.debug-1/lib/x86/libc++_shared.so 07-24 15:45:55.967 1356-1356/? A/DEBUG: #08 pc 000cdcc9 /data/app/org.videolan.vlc.debug-1/lib/x86/libc++_shared.so 07-24 15:45:55.968 1356-1356/? A/DEBUG: #09 pc 000cd194 /data/app/org.videolan.vlc.debug-1/lib/x86/libc++_shared.so (__cxa_throw+212) 07-24 15:45:55.968 1356-1356/? A/DEBUG: #10 pc 0050d02d /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so 07-24 15:45:55.968 1356-1356/? A/DEBUG: #11 pc 0050c98e /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so 07-24 15:45:55.968 1356-1356/? A/DEBUG: #12 pc 004fdebe /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so 07-24 15:45:55.968 1356-1356/? A/DEBUG: #13 pc 004f66c5 /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so 07-24 15:45:55.968 1356-1356/? A/DEBUG: #14 pc 004f4e1d /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so 07-24 15:45:55.968 1356-1356/? A/DEBUG: #15 pc 00595865 /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so (demux_vaControl+261) 07-24 15:45:55.968 1356-1356/? A/DEBUG: #16 pc 0059c39a /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so 07-24 15:45:55.968 1356-1356/? A/DEBUG: #17 pc 0059cf03 /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so 07-24 15:45:55.968 1356-1356/? A/DEBUG: #18 pc 0059b209 /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so 07-24 15:45:55.968 1356-1356/? A/DEBUG: #19 pc 0059bb0b /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so 07-24 15:45:55.968 1356-1356/? A/DEBUG: #20 pc 005e0743 /data/app/org.videolan.vlc.debug-1/lib/x86/libvlc.so 07-24 15:45:56.111 1629-6528/system_process W/ActivityManager: Force finishing activity org.videolan.vlc.debug/org.videolan.vlc.gui.DebugLogActivity 07-24 15:45:56.160 1629-1671/system_process W/InputDispatcher: channel '5235972 org.videolan.vlc.debug/org.videolan.vlc.gui.DebugLogActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 07-24 15:45:56.160 1629-1671/system_process E/InputDispatcher: channel '5235972 org.videolan.vlc.debug/org.videolan.vlc.gui.DebugLogActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 07-24 15:45:56.160 1629-1671/system_process W/InputDispatcher: channel '411d265 org.videolan.vlc.debug/org.videolan.vlc.gui.video.VideoPlayerActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 07-24 15:45:56.160 1629-1671/system_process E/InputDispatcher: channel '411d265 org.videolan.vlc.debug/org.videolan.vlc.gui.video.VideoPlayerActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 07-24 15:45:56.162 1629-2119/system_process I/WindowState: WIN DEATH: Window{5235972 u0 org.videolan.vlc.debug/org.videolan.vlc.gui.DebugLogActivity} 07-24 15:45:56.162 1629-2119/system_process W/InputDispatcher: Attempted to unregister already unregistered input channel '5235972 org.videolan.vlc.debug/org.videolan.vlc.gui.DebugLogActivity (server)' 07-24 15:45:56.163 1629-2777/system_process I/ActivityManager: Process org.videolan.vlc.debug (pid 6408) has died
Here you can find the log before the crash:

https://pastebin.com/0543cpXw

is this a known bug ?

pecana
Cone that earned his stripes
Cone that earned his stripes
Posts: 145
Joined: 27 Dec 2015 20:30

Re: Libvlc Crash on release

Postby pecana » 25 Jul 2017 10:29



Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 7 guests