Closed
Bug 1128521
Opened 10 years ago
Closed 10 years ago
crash in java.lang.NoSuchMethodError: org.mozilla.search.SearchActivity.isDestroyed at org.mozilla.search.SearchActivity$6.onAnimationEnd(SearchActivity.java)
Categories
(Firefox for Android Graveyard :: Search Activity, defect)
Tracking
(firefox36+ fixed, firefox37+ fixed, firefox38+ fixed, fennec36+)
RESOLVED
FIXED
Firefox 38
People
(Reporter: aaronmt, Assigned: Margaret)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file, 1 obsolete file)
This bug was filed from the Socorro interface and is
report bp-55f5fe3a-8d5e-4e1c-bc8f-695992150201.
=============================================================
java.lang.NoSuchMethodError: org.mozilla.search.SearchActivity.isDestroyed
at org.mozilla.search.SearchActivity$6.onAnimationEnd(SearchActivity.java:344)
at com.nineoldandroids.animation.AnimatorSet$AnimatorSetListener.onAnimationEnd(AnimatorSet.java:756)
at com.nineoldandroids.animation.ValueAnimator.endAnimation(ValueAnimator.java:1034)
at com.nineoldandroids.animation.ValueAnimator.access$900(ValueAnimator.java:43)
at com.nineoldandroids.animation.ValueAnimator$AnimationHandler.handleMessage(ValueAnimator.java:669)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:153)
at android.app.ActivityThread.main(ActivityThread.java:5006)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:821)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:584)
at dalvik.system.NativeStart.main(Native Method)
Assignee | ||
Comment 1•10 years ago
|
||
Crap.
[Tracking Requested - why for this release]: Regression from bug 1089653.
Assignee: nobody → margaret.leibovic
Blocks: 1089653
status-firefox36:
--- → affected
status-firefox37:
--- → affected
tracking-firefox37:
--- → ?
tracking-firefox38:
--- → ?
Assignee | ||
Updated•10 years ago
|
tracking-fennec: --- → 36+
Updated•10 years ago
|
Assignee | ||
Comment 2•10 years ago
|
||
/r/3289 - Bug 1128521 - Don't use API 17+ method in search activity. r=mfinkle
Pull down this commit:
hg pull review -r 84dcdf3e202095ca403b1aac13ed976953f87ce2
Attachment #8558687 -
Flags: review?(mark.finkle)
Comment 3•10 years ago
|
||
https://reviewboard.mozilla.org/r/3289/#review2703
LGTM. If this is still racing with the onDestroy, we could move the searchEngineManager destruction above the super.onDestroy() in an attempt to clear out the state ASAP.
Comment 4•10 years ago
|
||
Comment on attachment 8558687 [details]
MozReview Request: bz://1128521/margaret
https://reviewboard.mozilla.org/r/3287/#review2709
Ship It!
Attachment #8558687 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8558687 [details]
MozReview Request: bz://1128521/margaret
Approval Request Comment
[Feature/regressing bug #]: bug 1089653
[User impact if declined]: search activity will crash on devices running Android < 4.2
[Describe test coverage new/current, TreeHerder]: no automated tests, tested locally
[Risks and why]: adds a null check (same risk profile as bug 1089653, except this time I did the patch correctly!)
[String/UUID change made/needed]: none
Attachment #8558687 -
Flags: approval-mozilla-beta?
Attachment #8558687 -
Flags: approval-mozilla-aurora?
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
Updated•10 years ago
|
Attachment #8558687 -
Flags: approval-mozilla-beta?
Attachment #8558687 -
Flags: approval-mozilla-beta+
Attachment #8558687 -
Flags: approval-mozilla-aurora?
Attachment #8558687 -
Flags: approval-mozilla-aurora+
Comment 8•10 years ago
|
||
Assignee | ||
Comment 9•9 years ago
|
||
Attachment #8558687 -
Attachment is obsolete: true
Attachment #8619287 -
Flags: review+
Assignee | ||
Comment 10•9 years ago
|
||
Updated•7 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
•