A crash of the system process is by definition a bug on the platform. If you have code to reproduce this, please consider filing a bug report with the code so an engineer can look at it.
On Wed, Aug 26, 2009 at 12:58 AM, Mika <[email protected]> wrote: > > Hi, > I have started to have strange problems that make the whole OS to > restart. I have this stack trace: > > 08-21 14:43:15.128: WARN/dalvikvm(11513): threadid=15: thread exiting > with uncaught exception (group=0x4000fe70) > 08-21 14:43:15.128: ERROR/AndroidRuntime(11513): Uncaught handler: > thread android.server.ServerThread exiting due to uncaught exception > 08-21 14:43:15.128: ERROR/AndroidRuntime(11513): *** EXCEPTION IN > SYSTEM PROCESS. System will crash. > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): > java.lang.IndexOutOfBoundsException: index=1 count=0 > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): at > android.view.ViewGroup.addInArray(ViewGroup.java:1890) > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): at > android.view.ViewGroup.addViewInner(ViewGroup.java:1834) > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): at > android.view.ViewGroup.addView(ViewGroup.java:1711) > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): at > android.view.ViewGroup.addView(ViewGroup.java:1668) > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): at > com.android.server.status.StatusBarService.addNotificationView > (StatusBarService.java:871) > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): at > com.android.server.status.StatusBarService.performAddUpdateIcon > (StatusBarService.java:670) > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): at > com.android.server.status.StatusBarService$H.handleMessage > (StatusBarService.java:615) > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): at > android.os.Handler.dispatchMessage(Handler.java:99) > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): at > android.os.Looper.loop(Looper.java:123) > 08-21 14:43:15.228: ERROR/AndroidRuntime(11513): at > com.android.server.ServerThread.run(SystemServer.java:357) > 08-21 14:43:15.438: INFO/Process(11513): Sending signal. PID: 11513 > SIG: 9 > > Any ideas is this a bug in the platform, or is it possible that the > application I'm developing (or some other app in the device) is doing > something that makes the whole system crash. I'm using 1.1 SDK but > the > device has 1.5. Could those compatibility issues be the reason for > the > crash?? > -Mika > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

