W
W
Warinator2015-10-09 18:03:15
Java
Warinator, 2015-10-09 18:03:15

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

2 answer(s)
A
aol-nnov, 2015-10-09
@aol-nnov

descriptor leak, presumably.. it is impossible to open files (devices, pipes, whatever) an infinite number of times without closing them.

G
GavriKos, 2015-10-09
@GavriKos

If com.androidrulez.nobody.bugs is your program, then there is something with pointers in it in the native plus code.
If not yours, then bring the logs to yours.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question