Skip to content Skip to sidebar Skip to footer

AbstractGoogleClient: Fatal Signal 11 (SIGSEGV)

06-06 00:05:02.955: I/DEBUG(5660): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 06-06 00:05:02.955: I/DEBUG(5660): Build fingerprint: 'google/occam/mako:4.2.2/JD

Solution 1:

I found the bug. After implementing the whole Google Drive Api by my own with the Apache HTTP client I also received those weired crash. As a result it wasn't the Google Drive API which was buggy.

I'm using the Picasso Library for fetching images in several adapters. Picasso uses the OkHttp Library to fetch those images. OkHttp seems to change something on the SSL context which causes all HTTPClients to behave pretty strange.

You can find a discussion and solution here: https://github.com/square/okhttp/issues/184


Post a Comment for "AbstractGoogleClient: Fatal Signal 11 (SIGSEGV)"