Closed
Bug 640454
Opened 14 years ago
Closed 14 years ago
Crash: NullPointerException @ GeckoInputConnection.setComposingText
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(fennec-)
RESOLVED
DUPLICATE
of bug 644613
Tracking | Status | |
---|---|---|
fennec | - | --- |
People
(Reporter: mbrubeck, Assigned: m_kato)
Details
(Keywords: crash, Whiteboard: [need str])
Attachments
(1 file)
6.53 KB,
text/plain
|
Details |
I experienced this crash in a local build from m-c/m-b tip, while the urlbar was focused. I think I had just pressed the backspace key:
java.lang.NullPointerException
at org.mozilla.gecko.GeckoInputConnection.setComposingText(GeckoInputConnection.java:347)
at org.mozilla.gecko.GeckoInputConnection.commitText(GeckoInputConnection.java:83)
at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:257)
at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:77)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:871)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:629)
at dalvik.system.NativeStart.main(Native Method)
Assignee | ||
Comment 1•14 years ago
|
||
ResetInputState resets IME flags by bug 635857, so we should be synchronized function for some methods that uses IME.
Assignee: nobody → m_kato
Comment 2•14 years ago
|
||
Let's see if we can get STR and more people see it. Seems localized to Matt for now
tracking-fennec: ? → 2.0-
Reporter | ||
Comment 3•14 years ago
|
||
Agreed - I haven't been able to reproduce this, and I only saw it the one time. My Galaxy Tab was being unusually laggy at the time, so it's probably a bizarre timing issue.
Whiteboard: [need str]
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•