Closed
Bug 701703
Opened 13 years ago
Closed 13 years ago
Null pointer exception thrown loading Fennec Start Page
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: automatedtester, Assigned: blassey)
References
Details
(Keywords: crash, Whiteboard: [testday-20111111], [native-crash])
Attachments
(1 file)
806 bytes,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
I am seeing a NPE in the logs when loading fennec
Steps to reproduce. I built this from tip (http://hg.mozilla.org/projects/birch/rev/dce9246b76d7) and then loaded Fennec.
Steps to reproduce:
Load Fennec from cold and watch the logs
11-11 15:19:08.310: W/System.err(800): java.lang.NullPointerException
11-11 15:19:08.310: W/System.err(800): at org.mozilla.gecko.gfx.GeckoSoftwareLayerClient.endDrawing(GeckoSoftwareLayerClient.java:147)
11-11 15:19:08.320: W/System.err(800): at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method)
11-11 15:19:08.320: W/System.err(800): at org.mozilla.gecko.GeckoAppShell.nativeRun(Native Method)
11-11 15:19:08.320: W/System.err(800): at org.mozilla.gecko.GeckoAppShell.runGecko(GeckoAppShell.java:442)
11-11 15:19:08.320: W/System.err(800): at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:116)
Reporter | ||
Updated•13 years ago
|
Whiteboard: [testday-20111111]
Updated•13 years ago
|
Severity: normal → critical
Keywords: crash
Whiteboard: [testday-20111111] → [testday-20111111], [native-crash]
Updated•13 years ago
|
Blocks: native_droid_panning
Updated•13 years ago
|
Assignee: nobody → blassey.bugs
Priority: -- → P1
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #574728 -
Flags: review?(doug.turner)
Comment 2•13 years ago
|
||
Comment on attachment 574728 [details] [diff] [review]
patch
Review of attachment 574728 [details] [diff] [review]:
-----------------------------------------------------------------
right, this can be called before gecko is up and running.
Attachment #574728 -
Flags: review?(doug.turner) → review+
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
David, can you verify this?
Reporter | ||
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•13 years ago
|
tracking-fennec: --- → 11+
Assignee | ||
Updated•13 years ago
|
status-firefox11:
--- → fixed
Updated•4 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
•