mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

Getting Crash while playing video around 10-15 mins #115

Open devangakhani opened 6 years ago

devangakhani commented 6 years ago

Hello,

I am getting below issue after applicatioon is running around 10-15 mins.

Error: 01-02 15:31:35.696 17205 18115 F libc : Fatal signal 6 (SIGABRT), code -6 in tid 18115 (VlcObject) 01-02 15:31:35.699 2662 2662 W : debuggerd: handling request: pid=17205 uid=10844 gid=10844 tid=18115 01-02 15:31:35.836 18330 18330 F DEBUG : 01-02 15:31:35.837 18330 18330 F DEBUG : Build fingerprint: 'samsung/gts210ltedx/gts210lte:7.0/NRD90M/T815YDVU2CQD9:user/release-keys' 01-02 15:31:35.837 18330 18330 F DEBUG : Revision: '6' 01-02 15:31:35.837 18330 18330 F DEBUG : ABI: 'arm' 01-02 15:31:35.837 18330 18330 F DEBUG : pid: 17205, tid: 18115, name: VlcObject >>> com.testvlc <<< 01-02 15:31:35.837 18330 18330 F DEBUG : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 01-02 15:31:35.846 18330 18330 F DEBUG : Abort message: '/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::bad_alloc: std::bad_alloc" failed' 01-02 15:31:35.846 18330 18330 F DEBUG : r0 00000000 r1 000046c3 r2 00000006 r3 00000008 01-02 15:31:35.846 18330 18330 F DEBUG : r4 816f1978 r5 00000006 r6 816f1920 r7 0000010c 01-02 15:31:35.846 18330 18330 F DEBUG : r8 8b9c7a4d r9 816f16b4 sl 816f1748 fp 816f17c8 01-02 15:31:35.846 18330 18330 F DEBUG : ip 0000000c sp 816f10d8 lr adbd54b7 pc adbd7d20 cpsr 60070010 01-02 15:31:35.884 18330 18330 F DEBUG : 01-02 15:31:35.884 18330 18330 F DEBUG : backtrace: 01-02 15:31:35.884 18330 18330 F DEBUG : #00 pc 0004ad20 /system/lib/libc.so (tgkill+12) 01-02 15:31:35.884 18330 18330 F DEBUG : #01 pc 000484b3 /system/lib/libc.so (pthread_kill+34) 01-02 15:31:35.884 18330 18330 F DEBUG : #02 pc 0001dd89 /system/lib/libc.so (raise+10) 01-02 15:31:35.884 18330 18330 F DEBUG : #03 pc 00019511 /system/lib/libc.so (libc_android_abort+34) 01-02 15:31:35.884 18330 18330 F DEBUG : #04 pc 00017150 /system/lib/libc.so (abort+4) 01-02 15:31:35.884 18330 18330 F DEBUG : #05 pc 0001bd87 /system/lib/libc.so (libc_fatal+22) 01-02 15:31:35.884 18330 18330 F DEBUG : #06 pc 000198ef /system/lib/libc.so (assert2+18) 01-02 15:31:35.884 18330 18330 F DEBUG : #07 pc 00067279 /data/app/com.testvlc-1/lib/arm/libc++_shared.so 01-02 15:31:35.884 18330 18330 F DEBUG : #08 pc 000673b5 /data/app/com.testvlc-1/lib/arm/libc++_shared.so 01-02 15:31:35.884 18330 18330 F DEBUG : #09 pc 0007c8e1 /data/app/com.testvlc-1/lib/arm/libc++_shared.so 01-02 15:31:35.884 18330 18330 F DEBUG : #10 pc 0007c25d /data/app/com.testvlc-1/lib/arm/libc++_shared.so (cxa_throw+96) 01-02 15:31:35.884 18330 18330 F DEBUG : #11 pc 0005e02b /data/app/com.testvlc-1/lib/arm/libc++_shared.so (_Znwj+54) 01-02 15:31:35.884 18330 18330 F DEBUG : #12 pc 00c8b3b7 /data/app/com.testvlc-1/lib/arm/libvlc.so (_ZN21BufferedPacketFactory15createNewPacketEP20MultiFramedRTPSource+34) 01-02 15:31:35.884 18330 18330 F DEBUG : #13 pc 00c8ae5d /data/app/com.testvlc-1/lib/arm/libvlc.so (_ZN20MultiFramedRTPSource19networkReadHandler1Ev+52) 01-02 15:31:35.884 18330 18330 F DEBUG : #14 pc 00c8bf89 /data/app/com.testvlc-1/lib/arm/libvlc.so (_ZN16SocketDescriptor

Please help me to resolve this issue.

Please let me know if you want more information.

Thanks, Devang