Answer the question
In order to leave comments, you need to log in
Why is the program crashing?
Once launched, the app runs fine for a while and then crashes without any notification. Logcat outputs the following:
10-09 21:00:02.341 580-2259/com.androidrulez.nobody.bugs A/Looper: Could not create wake pipe. errno=24
10-09 21:00:02.341 580-2259/com.androidrulez.nobody.bugs A/libc: Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 2259 (Thread-9932)
10-09 21:00:02.341 580-2259/com.androidrulez.nobody.bugs A/libc: Unable to open connection to debuggerd: Too many open files
Answer the question
In order to leave comments, you need to log in
descriptor leak, presumably.. it is impossible to open files (devices, pipes, whatever) an infinite number of times without closing them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question