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: flags: none; facility: 0 (FACILITY_NULL); error: 751 (more)

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