Created
June 18, 2014 20:57
-
-
Save FlyingJester/c03f290ac1ba2ff300b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| warning: Could not load shared library symbols for libstagefright_soft_aacdec.so. | |
| Do you need "set solib-search-path" or "set sysroot"? | |
| adb| Media Codec: For future reference, the Input buffer is 0x1da00005 and the Output buffer is 0x1d800009. | |
| adb| Media Codec: Taking input for media of type audio/mp4a-latm. | |
| adb| Media Codec: Run is starting! | |
| adb| Media Codec: DequeueInputBuffer has completed. | |
| adb| Media Codec: Asking for JNI environment. | |
| adb| Media Codec: Got JNI environment. | |
| adb| Media Codec: Inside the input loader, the Input buffer is 0x1d500001 and the Output buffer is 0x1d500005. | |
| adb| Media Codec: The input buffer array is 4 buffers long. | |
| adb| Media Codec: Got the buffer. | |
| adb| Media Codec: Got the buffer's capacity. | |
| adb| Media Codec: The maximum payload was 193. The max of 193 (sample) and 8192 (buffer) | |
| adb| Media Codec: Ride it out at virtual nsresult mozilla::AndroidInputLoader::Run() 253. | |
| adb| Media Codec: The output buffer we got is -1 | |
| adb| Media Codec: Announcing out of input. | |
| adb| Media Codec: Riding out Input. | |
| adb| Media Codec: Queueing inputbuffer 0 from AutoPtr. | |
| adb| Media Codec: Stats: mOffset 0 mSize 193 mTime 1 mFlags 1 (FLAGS NOT suppressed to 0 in actual call). | |
| adb| Media Codec: Inputbuffer 0 queued successfuly. | |
| adb| Media Codec: Taking input for media of type audio/mp4a-latm. | |
| adb| Media Codec: Run is starting! | |
| [New Thread 16201] | |
| adb| >>> REPORTING UNCAUGHT EXCEPTION FROM THREAD 921 ("Thread-921")\\java.lang.IllegalStateException\\at android.media.MediaCodec.dequeueInputBuffer(Native Method)\\at dalvik.system.NativeStart.run(Native Method)\\at dalvik.system.NativeStart.run(Native Method) | |
| adb| Main thread stack: | |
| adb| android.os.MessageQueue.nativePollOnce(Native Method) | |
| adb| android.os.MessageQueue.next(MessageQueue.java:125) | |
| adb| android.os.Looper.loop(Looper.java:124) | |
| adb| android.app.ActivityThread.main(ActivityThread.java:4745) | |
| adb| java.lang.reflect.Method.invokeNative(Native Method) | |
| adb| java.lang.reflect.Method.invoke(Method.java:511) | |
| adb| com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:788) | |
| adb| com.android.internal.os.ZygoteInit.main(ZygoteInit.java:555) | |
| adb| dalvik.system.NativeStart.main(Native Method) | |
| adb| mozalloc_abort: Redirecting call to abort() to mozalloc_abort | |
| Program received signal SIGSEGV, Segmentation fault. | |
| [Switching to Thread 16201] | |
| 0x5bef8dd2 in mozalloc_abort (msg=<optimized out>) at /Users/mozilla/ff/gd3/gecko-dev/memory/mozalloc/mozalloc_abort.cpp:30 | |
| 30 MOZ_CRASH(); | |
| (gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment