Android Question Fatal Message in Log

JohnD

Active Member
Licensed User
Longtime User
I get the message below when I compile my app and it installs itself. I get it right after I try to uninstall it through Settings. It does not uninstall through settings. I have to do it through a menu option.

Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 20235 (ackageinstaller)
 

NJDude

Expert
Licensed User
Longtime User
I see a Out Of Memory error prior to the "Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 12176 (ackageinstaller)" error, have you compiled your app in DEBUG mode? it will stop at the offending line, also, when doing a logs dump, clear the current log before you start running the app so only the most current and relevant info is shown.
 
Upvote 0

JohnD

Active Member
Licensed User
Longtime User
I updated the SQLCipher lib as you instructed. I still get the
Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 5766 (ackageinstaller)
This is preceeded by the out-of-memory error. Just for kicks I took SQLCipher out of the equation and just used the SQL lib. Same error when I try to uninstall the App from Settings, Applications. I think it might be a problem with the installer program in b4a. I'm considering uninstalling and reinstalling b4a. What are your thoughts on this?
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
Then is something on your device, I have no issues whatsoever after I fixed the code.

I ran your code on a Nexus 7 (KitKat), EVO 4G LTE (Jelly Bean) and LG Optimus V (Froyo), no problem on any of them.
 
Upvote 0
Top