Closed
Bug 725175
Opened 14 years ago
Closed 5 years ago
crash java [@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method) ]
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox16 affected, firefox19 affected, firefox20 affected, firefox21 affected, firefox22 affected, firefox23 affected, firefox24 affected, blocking-fennec1.0 -)
People
(Reporter: kbrosnan, Unassigned)
References
Details
(Keywords: crash, reproducible, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file)
2.32 MB,
text/plain
|
Details |
This bug was filed from the Socorro interface and is
report bp-88843f65-d34f-4b31-8c68-8f64d2120204 .
=============================================================
Cyanogenmod 9 Alpha on a Motorola Photon 4G/Sunfire. Someone with stack access please comment with the stack.
Only 1 report so far:
java.lang.IllegalArgumentException
at android.view.Surface.unlockCanvasAndPost(Native Method)
at android.view.ViewRootImpl.draw(ViewRootImpl.java:2044)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1634)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2442)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at org.mozilla.gecko.GeckoApp$32.run(GeckoApp.java:1777)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4424)
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:787)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:554)
at dalvik.system.NativeStart.main(Native Method)
Updated•14 years ago
|
Whiteboard: [native-crash]
![]() |
||
Updated•14 years ago
|
Crash Signature: [@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method)] → [@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method)]
[@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method)]
Updated•13 years ago
|
Priority: -- → P1
Updated•13 years ago
|
tracking-fennec: ? → ---
Java crash; nom-ing for blocking fennec
blocking-fennec1.0: --- → ?
Reporter | ||
Comment 3•13 years ago
|
||
Not a top crash, not blocking. Still good to fix though.
blocking-fennec1.0: ? → -
Updated•13 years ago
|
Crash Signature: [@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method)]
[@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method)] → [@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method) ]
status-firefox16:
--- → affected
status-firefox19:
--- → affected
Comment 4•12 years ago
|
||
status-firefox20:
--- → affected
status-firefox21:
--- → affected
Comment 5•12 years ago
|
||
Curiously, the recent crashes don't include any org.mozilla.gecko code:
java.lang.IllegalArgumentException
at android.view.Surface.unlockCanvasAndPost(Native Method)
at android.view.ViewRootImpl.draw(ViewRootImpl.java:2228)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1816)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2628)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4511)
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:980)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:747)
at dalvik.system.NativeStart.main(Native Method)
Comment 6•12 years ago
|
||
Able to reproduce on the latest Nightly 23.0a1 (24-04-2013)
Device: Samsung Galaxy Note (Android4.0.4)
Steps:
1. Start FF with a clean profile
2. Go to cnn.com/video
3. Play a video. If the video is played correctly (no lag), select and play another video. On my Galaxy Note, it doesn't a take long for the video play to become laggy.
4. While playing the laggy video, Pause/Play the video and switch orientation a few times
Actual result: FF will crash
https://crash-stats.mozilla.com/report/index/bp-289cef44-da3f-4bc1-af61-68dc42130425
Updated•12 years ago
|
status-firefox23:
--- → affected
Keywords: reproducible
Updated•12 years ago
|
Crash Signature: [@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method) ] → [@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method)]
Updated•12 years ago
|
status-firefox22:
--- → affected
status-firefox24:
--- → affected
Updated•10 years ago
|
Crash Signature: [@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method)] → [@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost(Native Method)]
[@ java.lang.IllegalArgumentException: at android.view.Surface.unlockCanvasAndPost]
Comment 8•5 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•5 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
•