ridgerock
Veteran developer
Profile
Posts: 183
Reg: May 19, 2011
Louisville
1,830
04/04/13 02:04 PM (11 years ago)

Fatal signal 11 (SIGSEGV) at 0x00000000 (code1)

Hey Everyone, Android/ Eclipse Questions here: I have been using a Samsung Galaxy S3 to test on due some bugs our apps are showing. I keep getting this: Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1) The apps work great on older and non Samsung devices. Any Ideas? One of the apps does it when 3 menu screens are in order. For example we have a Contact Us (That is a Menu with Image) that when clicked goes into (Pick your Contact) which is a menu with image) then into Call or Email (which is also a Menu with image). I am also getting when trying to use the Password Splash screen. At first the layout was wrong and we fixed that. SO I am stumped here any ideas? Thank You!!
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
04/04/13 02:44 PM (11 years ago)
I've had reports that my app crashes on the lastest version of ICS, not the earlier versions. I have no solutions (yet) I'm just following in case... Cheers! -- Smug
 
ATRAIN53
Code is Art
Profile
Posts: 1755
Reg: Nov 17, 2011
Chicago
26,450
like
04/05/13 07:50 AM (11 years ago)
Found a couple of interesting threads on this- This one - http://www.linkedin.com/groups/Application-crash-android-40-higher-86481.S.171547732 Points you to this Android dev blog that claims it is related to null pointer exceptions using arrays. Seems ICS uses some new garbage collection. http://android-developers.blogspot.com/2011/11/jni-local-reference-changes-in-ics.html I'd guess the BT Menu code builds arrays to store objects/child items, so that makes sense that if you're seeing this after the user Traverses menus. Can you test app with no menus, just some plain screens? Fixing it? This is where when you didn't write the code it becomes a major challenge to reverse engineer... and when the guy who wrote the code probably goes - WTF did they have to change this? My code was working just fine....
 
Worker73
Android Fan
Profile
Posts: 419
Reg: Feb 06, 2012
Austria, Klagen...
4,490
like
05/13/13 07:11 AM (10 years ago)
Same Problem with the Image-Menue from "Susan".... Any on Solved the problem?
 
ridgerock
Veteran developer
Profile
Posts: 183
Reg: May 19, 2011
Louisville
1,830
like
05/13/13 08:21 AM (10 years ago)
I am just re-sizing the Header image to something like 320X150 and I am not receiving the message any more.
 
Worker73
Android Fan
Profile
Posts: 419
Reg: Feb 06, 2012
Austria, Klagen...
4,490
like
05/13/13 08:32 AM (10 years ago)
Do you Use PNG ore JPG Files?
 
Worker73
Android Fan
Profile
Posts: 419
Reg: Feb 06, 2012
Austria, Klagen...
4,490
like
05/14/13 01:13 AM (10 years ago)
@Ridgerock: Okay... Now it works with the smaller Images.... Thanks...
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.