Windows error 0x000002EF, 751

Detailed Error Information

PAGE_FAULT_PAGING_FILE[1]

MessagePage fault was satisfied by reading from a secondary storage device.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800702EF.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

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.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code751 (0x02ef)

Questions

0votes
0answers

Fatal signal 6 (SIGABRT) at 0x000002ef (code=0) while using Retrofit

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
android
retrofit
sigabrt
android-webservice

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0