Closed
Bug 700565
Opened 12 years ago
Closed 12 years ago
NPE at GeckoSoftwareLayerClient.java 145
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox11 fixed, fennec11+)
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
Details
W/System.err(29797): java.lang.NullPointerException W/System.err(29797): at org.mozilla.fennec.gfx.GeckoSoftwareLayerClient.endDrawing(GeckoSoftwareLayerClient.java:145) W/System.err(29797): at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method) W/System.err(29797): at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method) W/System.err(29797): at org.mozilla.gecko.GeckoAppShell.runGecko(GeckoAppShell.java:441) W/System.err(29797): at org.mozilla.gecko.GeckoApp$1GeckoTask.doInBackground(GeckoApp.java:394) W/System.err(29797): at org.mozilla.gecko.GeckoApp$1GeckoTask.doInBackground(GeckoApp.java:343) W/System.err(29797): at android.os.AsyncTask$2.call(AsyncTask.java:185) W/System.err(29797): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306) W/System.err(29797): at java.util.concurrent.FutureTask.run(FutureTask.java:138) W/System.err(29797): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088) W/System.err(29797): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581) W/System.err(29797): at java.lang.Thread.run(Thread.java:1019) i see this at start. probably harmless. should test for null?
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → doug.turner
Priority: -- → P3
Assignee | ||
Comment 1•12 years ago
|
||
this has been fixed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
tracking-fennec: --- → 11+
Updated•12 years ago
|
status-firefox11:
--- → fixed
Updated•3 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
•