Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7657541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:03:43+00:00 2026-05-31T13:03:43+00:00

I am developing an Android application and it opens MIC source and records the

  • 0

I am developing an Android application and it opens MIC source and records the audio from the microphone. I have another separate thread running on background and it clears the ArrayList that holds audio inputs from the microphone periodically (every 1 sec)

It works fine for about 5 to 7 mins and I got an error message like this

Consumer closed input channel or an error occur...

and the application gets terminated. Before I got the error message it shows this message and terminates the application. How do I fix this and what might cause this error?
Thanks in advance.

05-26 18:51:08.137: INFO/DEBUG(2894): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
05-26 18:51:08.137: INFO/DEBUG(2894): Build fingerprint: 'google/passion_kt/passion:2.3.3/GRI40/49208:user/release-keys'
05-26 18:51:08.137: INFO/DEBUG(2894): pid: 2956, tid: 2956  >>> com.company.app.p2p <<<
05-26 18:51:08.137: INFO/DEBUG(2894): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 45088dbc
05-26 18:51:08.137: INFO/DEBUG(2894):  r0 42089000  r1 ffffffff  r2 00000000  r3 ffffffff
05-26 18:51:08.137: INFO/DEBUG(2894):  r4 20000000  r5 e8001200  r6 40009228  r7 00000001
05-26 18:51:08.137: INFO/DEBUG(2894):  r8 4051a3f8  r9 800a5600  10 80000000  fp 00000001
05-26 18:51:08.137: INFO/DEBUG(2894):  ip 00bfff6f  sp beb28d08  lr 80036028  pc 80035938  cpsr a0000010
05-26 18:51:08.137: INFO/DEBUG(2894):  d0  0000000000056b17  d1  6c675f6c6c6f7200
05-26 18:51:08.137: INFO/DEBUG(2894):  d2  6d6172662f6d6528  d3  72662f6b726f7707
05-26 18:51:08.137: INFO/DEBUG(2894):  d4  0000000000000000  d5  0000000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d6  0000000000000000  d7  4080000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d8  0000a27fb5b4b66f  d9  4325d5f141400000
05-26 18:51:08.137: INFO/DEBUG(2894):  d10 4269198840557fe0  d11 0000000042391988
05-26 18:51:08.137: INFO/DEBUG(2894):  d12 0000000000000000  d13 0000000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d14 0000000000000000  d15 0000000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d16 002b09c8000000a0  d17 bff0000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d18 3ff0000000000000  d19 0000000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d20 0000000000000000  d21 0000000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d22 3ff0000000000000  d23 0000000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d24 3ff0000000000000  d25 0000000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d26 0000000000000000  d27 0000000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d28 0100010001000100  d29 3ff8000000000000
05-26 18:51:08.137: INFO/DEBUG(2894):  d30 0000000000000000  d31 3fe5555555555555
05-26 18:51:08.137: INFO/DEBUG(2894):  scr 60000012
05-26 18:51:08.207: INFO/DEBUG(2894):          #00  pc 00035938  /system/lib/libdvm.so
05-26 18:51:08.207: INFO/DEBUG(2894):          #01  pc 00036024  /system/lib/libdvm.so
05-26 18:51:08.207: INFO/DEBUG(2894):          #02  pc 000368cc  /system/lib/libdvm.so
05-26 18:51:08.207: INFO/DEBUG(2894):          #03  pc 00020350  /system/lib/libdvm.so
05-26 18:51:08.207: INFO/DEBUG(2894): code around pc:
05-26 18:51:08.207: INFO/DEBUG(2894): 80035918 e065c003 e1530007 85803010 e5900000 
05-26 18:51:08.207: INFO/DEBUG(2894): 80035928 e1e051ac e1a0c42c e205701f e1a0771b 
05-26 18:51:08.207: INFO/DEBUG(2894): 80035938 e790510c e1170005 e1875005 e780510c 
05-26 18:51:08.207: INFO/DEBUG(2894): 80035948 1a00000c e5960014 e1530000 35960008 
05-26 18:51:08.207: INFO/DEBUG(2894): 80035958 3240c004 3586c008 35003004 e59d3004 
05-26 18:51:08.207: INFO/DEBUG(2894): code around lr:
05-26 18:51:08.207: INFO/DEBUG(2894): 80036008 0a000001 e3a02000 eb014474 e596209c 
05-26 18:51:08.207: INFO/DEBUG(2894): 80036018 eaffffd1 e1a01005 e1a00006 ebfffe1c 
05-26 18:51:08.207: INFO/DEBUG(2894): 80036028 e596102c e3510001 d8bd87f0 e5962058 
05-26 18:51:08.207: INFO/DEBUG(2894): 80036038 e3520000 d8bd87f0 e3a04000 e3a0a001 
05-26 18:51:08.207: INFO/DEBUG(2894): 80036048 e596305c e7931104 e3510000 0a000020 
05-26 18:51:08.207: INFO/DEBUG(2894): stack:
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28cc8  00000001  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28ccc  4342cbe0  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28cd0  000001e4  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28cd4  00000004  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28cd8  42263150  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28cdc  4342cbdb  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28ce0  44707fd0  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28ce4  8008eb86  /system/lib/libdvm.so
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28ce8  00000007  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28cec  002d7c02  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28cf0  00000007  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28cf4  8005e489  /system/lib/libdvm.so
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28cf8  42263150  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28cfc  00000004  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28d00  df002777  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28d04  e3a070ad  
05-26 18:51:08.207: INFO/DEBUG(2894): #00 beb28d08  80089a63  /system/lib/libdvm.so
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28d0c  fffffe84  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28d10  44707fe4  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28d14  4051a518  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28d18  40009228  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28d1c  4051a3f8  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28d20  800a5600  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28d24  fffffe84  
05-26 18:51:08.207: INFO/DEBUG(2894):     beb28d28  00000001  
05-26 18:51:08.217: INFO/DEBUG(2894):     beb28d2c  0000000c  
05-26 18:51:08.217: INFO/DEBUG(2894):     beb28d30  4051a400  
05-26 18:51:08.217: INFO/DEBUG(2894):     beb28d34  80036028  /system/lib/libdvm.so
05-26 18:51:08.217: INFO/DEBUG(2894): #01 beb28d38  00005113  
05-26 18:51:08.217: INFO/DEBUG(2894):     beb28d3c  40009228  
05-26 18:51:08.217: INFO/DEBUG(2894):     beb28d40  00511400  
05-26 18:51:08.217: INFO/DEBUG(2894):     beb28d44  00000000  
05-26 18:51:08.217: INFO/DEBUG(2894):     beb28d48  400092fc  
05-26 18:51:08.217: INFO/DEBUG(2894):     beb28d4c  80000000  /system/lib/libdvm.so
05-26 18:51:08.217: INFO/DEBUG(2894):     beb28d50  400091e8  
05-26 18:51:08.217: INFO/DEBUG(2894):     beb28d54  800368d0  /system/lib/libdvm.so
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:03:43+00:00Added an answer on May 31, 2026 at 1:03 pm

    THelper is right, and the stacktrace you pasted in your question could be turn into a more friendly format containing file name and line number by a python script:

    http://code.google.com/p/android-ndk-stacktrace-analyzer/

    I use this when I’m doing NDK work and it saves me a lot of time. Hope it helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing an Android application and I have a problem running a new thread
I am developing android application in which i have to open option menu from
I have been developing Android application for Android 3.x and now I want to
I have been developing Android application where I use this code: Date d=new Date(new
I have been developing Android application and I can't make 1 thing - my
I have been developing Android application, and I have one question - ListView uses
I have been developing Android application which has 3 ListView and one ContextMenu for
I'm developing an android application and as soon as the AVD opens and I
Am developing android application which contains floating menu effect from left to right. I
I´m developing an application, where I´d like to have a button, which opens Androids

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.