I am using picasso framework for displaying images. I have used facebook and dropbox as social network to download images.
If i hit dropbox and show images and and within displaying images i hit facebook it crashed with single logcat issue fatal signal 11 (sigsegv) at 0x00000000 (code=1), thread 15224 (asynctask #1)
I have read and got to conclusion 1. there is no out of memory. 2. some this is causing to using some space which is unavailable
On seaching for okHTTp it hits services in secured soket in Trasport layer. If the same time some one use trasport layer out side this socket this crashed with fatal signal 11 see link here
My appication uses images and I want to use Piccaso.because UIL through OOMs so much
Any help to solve
What to solve: OKhttp or picasso with facebook or dropboxapi
Thanks.