Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It compiles but doesn't work #152

Open
ssaguiar opened this issue May 20, 2016 · 0 comments
Open

It compiles but doesn't work #152

ssaguiar opened this issue May 20, 2016 · 0 comments

Comments

@ssaguiar
Copy link

I have created the project without problems but when I play any of the demos, it crashes.
The log is:

05-20 16:05:30.810 10242-10242/com.ffmpegtest E/MoreInfoHPW_ViewGroup: Parent view is not a TextView
05-20 16:05:30.995 10242-10242/com.ffmpegtest D/dalvikvm: GC_FOR_ALLOC freed 121K, 20% free 9825K/12212K, paused 56ms, total 56ms
05-20 16:05:30.995 10242-10242/com.ffmpegtest I/dalvikvm-heap: Grow heap (frag case) to 12.878MB for 1127536-byte allocation
05-20 16:05:31.025 10242-10251/com.ffmpegtest D/dalvikvm: GC_FOR_ALLOC freed <1K, 18% free 10926K/13316K, paused 27ms, total 27ms
05-20 16:05:31.075 10242-10242/com.ffmpegtest D/AbsListView: Get MotionRecognitionManager
05-20 16:05:31.220 10242-10242/com.ffmpegtest D/AbsListView: onVisibilityChanged() is called, visibility : 4
05-20 16:05:31.220 10242-10242/com.ffmpegtest D/AbsListView: unregisterIRListener() is called
05-20 16:05:31.245 10242-10242/com.ffmpegtest D/AbsListView: onVisibilityChanged() is called, visibility : 0
05-20 16:05:31.245 10242-10242/com.ffmpegtest D/AbsListView: unregisterIRListener() is called
05-20 16:05:31.395 10242-10242/com.ffmpegtest D/libEGL: loaded /system/lib/egl/libEGL_mali.so
05-20 16:05:31.400 10242-10242/com.ffmpegtest D/libEGL: loaded /system/lib/egl/libGLESv1_CM_mali.so
05-20 16:05:31.410 10242-10242/com.ffmpegtest D/libEGL: loaded /system/lib/egl/libGLESv2_mali.so
05-20 16:05:31.570 10242-10242/com.ffmpegtest D/OpenGLRenderer: Enabling debug mode 0
05-20 16:05:31.580 10242-10242/com.ffmpegtest D/AbsListView: unregisterIRListener() is called
05-20 16:05:31.595 10242-10242/com.ffmpegtest D/AbsListView: unregisterIRListener() is called
05-20 16:05:31.675 10242-10242/com.ffmpegtest D/AbsListView: unregisterIRListener() is called
05-20 16:05:31.710 10242-10242/com.ffmpegtest D/AbsListView: unregisterIRListener() is called
05-20 16:05:39.120 10242-10242/com.ffmpegtest D/AbsListView: unregisterIRListener() is called
05-20 16:05:39.540 10242-10242/com.ffmpegtest D/dalvikvm: GC_FOR_ALLOC freed 83K, 18% free 11339K/13692K, paused 19ms, total 19ms
05-20 16:05:39.600 10242-10242/com.ffmpegtest D/ProgressBar: setProgressDrawable mProgressDrawable = null, d = android.graphics.drawable.LayerDrawable@42651bd0needUpdate = false
05-20 16:05:39.600 10242-10242/com.ffmpegtest D/ProgressBar: setProgressDrawable drawableHeight = 12
05-20 16:05:39.610 10242-10242/com.ffmpegtest D/ProgressBar: setProgress = 0
05-20 16:05:39.610 10242-10242/com.ffmpegtest D/ProgressBar: setProgress = 0, fromUser = false
05-20 16:05:39.610 10242-10242/com.ffmpegtest D/ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
05-20 16:05:39.630 10242-10242/com.ffmpegtest D/AbsSeekBar: AbsSeekBar Constructor: misSeebarAnimationAvailable = false
05-20 16:05:39.630 10242-10242/com.ffmpegtest D/ProgressBar: setProgress = 0
05-20 16:05:39.630 10242-10242/com.ffmpegtest D/ProgressBar: setProgress = 0, fromUser = false
05-20 16:05:39.630 10242-10242/com.ffmpegtest D/ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
05-20 16:05:39.670 10242-10242/com.ffmpegtest D/dalvikvm: Trying to load lib /data/app-lib/com.ffmpegtest-1/libnativetester-jni.so 0x426052a0
05-20 16:05:39.675 10242-10242/com.ffmpegtest D/dalvikvm: Added shared lib /data/app-lib/com.ffmpegtest-1/libnativetester-jni.so 0x426052a0
05-20 16:05:39.685 10242-10242/com.ffmpegtest D/dalvikvm: Trying to load lib /data/app-lib/com.ffmpegtest-1/libffmpeg-neon.so 0x426052a0
05-20 16:05:39.725 10242-10242/com.ffmpegtest A/libc: Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 10242 (com.ffmpegtest)

I have followed the instructions for the creation and had no erros at all.

Any idea?

Thanks very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant