Hi All,

When i run the browser StartActivityLocked() is called which runs the
activity with some pid. If i open 4 browser windows on UI  for each instance
the same process is called (as noted from pid).Does the memory get allocated
for each window? If this process goes
into background state and the foreground process needs memory how the memory
handler works?

Thanks,
Shweta

On Mon, Feb 2, 2009 at 11:21 AM, shweta kumari <shweta.n...@gmail.com>wrote:

> Hi,
>
> I am running a script that runs randomly the browser and music.After 7-8
> instances of browser getting opened I see the following error :-
>
> D/AndroidRuntime(  992): Shutting down VM
> W/dalvikvm(  992): threadid=3: thread exiting with uncaught exception
> (group=0x4000fe68)
> E/AndroidRuntime(  992): Uncaught handler: thread main exiting due to
> uncaught exception
> E/AndroidRuntime(  992): java.lang.NullPointerException
> E/AndroidRuntime(  992):   at
> android.app.SearchDialog.jamSuggestionQuery(SearchDialog.java:921)
> E/AndroidRuntime(  992):   at
> android.app.SearchDialog.onItemSelected(SearchDialog.java:1451)
> E/AndroidRuntime(  992):   at
> android.widget.AdapterView.fireOnSelected(AdapterView.java:856)
> E/AndroidRuntime(  992):   at
> android.widget.AdapterView.access$200(AdapterView.java:41)
> E/AndroidRuntime(  992):   at
> android.widget.AdapterView$SelectionNotifier.run(AdapterView.java:827)
> E/AndroidRuntime(  992):   at
> android.os.Handler.handleCallback(Handler.java:587)
> E/AndroidRuntime(  992):   at
> android.os.Handler.dispatchMessage(Handler.java:92)
> E/AndroidRuntime(  992):   at android.os.Looper.loop(Looper.java:123)
> E/AndroidRuntime(  992):   at
> android.app.ActivityThread.main(ActivityThread.java:3790)
> E/AndroidRuntime(  992):   at java.lang.reflect.Method.invokeNative(Native
> Method)
> E/AndroidRuntime(  992):   at
> java.lang.reflect.Method.invoke(Method.java:521)
> E/AndroidRuntime(  992):   at
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:745)
> E/AndroidRuntime(  992):   at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:503)
> E/AndroidRuntime(  992):   at dalvik.system.NativeStart.main(Native Method)
> I/Process (  824): Sending signal. PID: 992 SIG: 3
> I/dalvikvm(  992): threadid=7: reacting to signal 3
> W/ActivityManager(  824): Force-killing crashed app com.android.browser at
> watcher's request
> I/Process (  824): Sending signal. PID: 992 SIG: 9
> I/ActivityManager(  824): Process com.android.browser (pid 992) has died
> I/WindowManager(  824): WIN DEATH: Window{43841140
> com.android.browser/com.android.browser.BrowserActivity}
> I/WindowManager(  824): WIN DEATH: Window{438589b0
> Panel:com.android.browser/com.android.browser.BrowserActivity}
> W/WindowManager(  824): No focus window, dropping: KeyEvent{action=1
> code=21 repeat=0 meta=0 scancode=0 mFlags=0}
> V/ActivityThread(  869): Resuming ActivityRecord{436cfbd0
> token=android.os.binderpr...@436cf660{com.android.launcher/com.android.launcher.Launcher}}
>  with isForward=false
> I/ActivityManager(  824): Low Memory: No more background processes.
> D/dalvikvm(  891): GC freed 6207 objects / 226360 bytes in 267ms
> D/dalvikvm(  824): GC freed 7734 objects / 346640 bytes in 354ms
> I/AndroidRuntime(  983): AndroidRuntime onExit calling exit(4973)
>
> Is it possible to open the browser windows consecutively for 10
> mins.Secondly why does the background process get killed?
>
> Thanks,
> Shweta
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to