Today I came across an error due to which my Android application works with SIGNAL 11.
This error usually occurs due to unauthorized access to the memory area on the Android internal memory. Some of the possible scenarios are web access, network communication, uploading images to a server, etc. Mine was in the event of a browser download URL!
http://bootloader.wikidot.com/linux:android:crashlog
I need to start the browser after scanning the QR code.
The application continued to scan and launch the browser, but the problem occurs after 15-20 attempts of similar steps.
I researched a lot and found that its MEMORY ERROR, which is found in Android Native. Usually when an unknown memory area tries to access the android internal storage system.
Finally, I found that when I saw the application’s memory usage in the Android app settings section, I found that the cache reached up to 10 MB.
android sigsegv
rohit mandiwal Feb 11 '11 at 19:45 2011-02-11 19:45
source share