Closed
Bug 738971
Opened 13 years ago
Closed 4 years ago
[OOM] Out of memory (?) crash on startup neither caught by breakpad nor android
Categories
(Firefox for Android Graveyard :: General, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: aryx, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [native-crash], oom)
Attachments
(1 file)
|
28.19 KB,
text/plain
|
Details |
Fennec native trunk 2012-03-23, Android 4.0.3 (stock), Google Nexus S
This bug is pretty similar to bug 711751. I had a Wikipedia page open, so I don't expect it to be bug 736481.
In the last two (?) weeks, often after launching Fennec and opening a page, it crashed without a crash reporter showing up, I landed on the home screen. The next startup seems to be faster than normal.
See attached logcat.
The most interesting snippets are:
E/GeckoApp(26547): low memory
W/InputDispatcher( 150): channel '4165c708 org.mozilla.fennec/org.mozilla.fennec.App (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 150): channel '4165c708 org.mozilla.fennec/org.mozilla.fennec.App (server)' ~ Channel is unrecoverably broken and will be disposed!
I/ActivityManager( 150): Process com.radioopt.widget (pid 27010) has died.
W/ActivityManager( 150): Scheduling restart of crashed service com.radioopt.widget/com.radioopt.monitoring.TMService in 20000ms
W/InputDispatcher( 150): Attempted to unregister already unregistered input channel '4165c708 org.mozilla.fennec/org.mozilla.fennec.App (server)'
I/WindowManager( 150): WINDOW DIED Window{4165c708 org.mozilla.fennec/org.mozilla.fennec.App paused=false}
W/WindowManager( 150): Force-removing child win Window{41701190 SurfaceView paused=false} from container Window{4165c708 org.mozilla.fennec/org.mozilla.fennec.App paused=false}
W/WindowManager( 150): Failed looking up window
W/WindowManager( 150): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@41869d90 does not exist
W/WindowManager( 150): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7156)
W/WindowManager( 150): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7147)
W/WindowManager( 150): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1529)
W/WindowManager( 150): at android.os.BinderProxy.sendDeathNotice(Binder.java:417)
W/WindowManager( 150): at dalvik.system.NativeStart.run(Native Method)
I/WindowManager( 150): WIN DEATH: null
W/WindowManager( 150): Failed looking up window
W/WindowManager( 150): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@418ec940 does not exist
W/WindowManager( 150): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7156)
W/WindowManager( 150): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:7147)
W/WindowManager( 150): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1529)
W/WindowManager( 150): at android.os.BinderProxy.sendDeathNotice(Binder.java:417)
W/WindowManager( 150): at dalvik.system.NativeStart.run(Native Method)
I/WindowManager( 150): WIN DEATH: null
I/ActivityManager( 150): Process org.mozilla.fennec (pid 26547) has died.
W/ActivityManager( 150): Force removing ActivityRecord{41c99b58 org.mozilla.fennec/.App}: app died, no saved state
W/InputManagerService( 150): Got RemoteException sending setActive(false) notification to pid 26547 uid 10073
D/dalvikvm(27079): GC_CONCURRENT freed 1760K, 26% free 13318K/17927K, paused 23ms+4ms
Updated•13 years ago
|
Updated•13 years ago
|
Whiteboard: [native-crash] → [native-crash], oom
This might have been a restore issue after OOM?
Updated•13 years ago
|
Summary: [OOM] Out of memory (?) crash on startup neither cached by breakpad nor android → [OOM] Out of memory (?) crash on startup neither caught by breakpad nor android
Comment 2•13 years ago
|
||
OOM crashes on Android are tricky, because the system OOM kills your process, and you don't get a chance to handle it. I don't think there's anything we can do in Breakpad to fix that.
Most likely related to bug 744515
Depends on: 744515
Comment 4•7 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: -- → P5
Comment 5•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•