Closed
Bug 679176
Opened 14 years ago
Closed 14 years ago
[Java] java.lang.RuntimeException: Unable to pause activity
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nhirata, Assigned: cwiiis)
Details
(Keywords: crash, topcrash)
Crash Data
From https://crash-stats.mozilla.com/report/index/7df304c2-2d35-4f15-91ea-1b3a32110809:
java.lang.RuntimeException: Unable to pause activity {org.mozilla.fennec/org.mozilla.fennec.App}: java.lang.IllegalArgumentException: Receiver not registered: org.mozilla.gecko.GeckoConnectivityReceiver@40757dd0
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2358)
at android.app.ActivityThread.performPauseActivity(ActivityThread.java:2315)
at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:2295)
at android.app.ActivityThread.access$1700(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at org.mozilla.gecko.GeckoApp$3.run(GeckoApp.java:197)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3687)
at java.lang.reflect.Method
More reports: https://crash-stats.mozilla.com/report/list?range_value=7&range_unit=days&date=2011-08-15%2013%3A00%3A00&signature=mozalloc_abort%20%7C%20libc.so%400x19c6a&version=Fennec%3A8.0a1
| Reporter | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
Version: Firefox 7 → Trunk
Comment 2•14 years ago
|
||
this shouldn't really happen. We register our GeckoConnectivityReceiver in OnResume, and unregister in OnPause. We could wrap with a try, but that is just a bandaide.
do we see this in 9.0?
| Reporter | ||
Comment 3•14 years ago
|
||
yes, we do see this in 9.0:
https://crash-stats.mozilla.com/report/index/ba07ceb7-0651-45ae-bc6f-681362110831
2.69% of 260 crashes during this period of 2011-08-25 10:00:00 through 2011-09-01 10:00:00
More Reports:
https://crash-stats.mozilla.com/report/list?range_value=7&range_unit=days&date=2011-09-01%2010%3A00%3A00&signature=mozalloc_abort%20%7C%20libc.so%400x19c6a&version=Fennec%3A9.0a1
Updated•14 years ago
|
Assignee: nobody → chrislord.net
| Reporter | ||
Comment 4•14 years ago
|
||
STR:
1. go to 7.chan.org
2. pinch zoom in
3. pan to the left and down
Mozilla/5.0 (Android; Linux armv7I; rv10.0a1) Gecko/20110929 Firefox/10.0a1 Fennec/10.0a1
Device: Droid 2
OS: Android 2.2
Video shown in bug 686070
https://crash-stats.mozilla.com/report/index/bp-08da65e6-40a3-4042-adad-2f8b62110929
| Reporter | ||
Comment 5•14 years ago
|
||
I can't seem to reproduce the crashing on Honeycomb and AaronMT can't seem to repro on 2.3.
Comment 6•14 years ago
|
||
There have been no crashes with their signatures containing mozalloc_abort | libc.so in Fennec for the last four weeks.
I close it as WFM.
Status: NEW → RESOLVED
Crash Signature: Crash Report [@ mozalloc_abort | libc.so@0x19c6a ] → [@ mozalloc_abort | libc.so@0x19c6a]
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•