This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Application sometimes crashes when calling API with retrofit and doing some UI interactions. I'm using Retrofit version 1.7.0. Logcat shows: I/dalvikvm﹕ threadid=3: reacting to signal 3 I/dalvikvm﹕ Wrote stack traces to '/data/anr/traces.txt' A/libc﹕ Fatal signal 6 (SIGABRT) at 0x000002ef (code=0), thread 8653 How to resolve this issue? read more