Closed
Bug 1230937
Opened 10 years ago
Closed 10 years ago
Nightly crashes in restricted profile
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox42 unaffected, firefox43 unaffected, firefox44 unaffected, firefox45 verified, firefox46 verified, fennec45+)
RESOLVED
FIXED
Firefox 46
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | unaffected |
| firefox43 | --- | unaffected |
| firefox44 | --- | unaffected |
| firefox45 | --- | verified |
| firefox46 | --- | verified |
| fennec | 45+ | --- |
People
(Reporter: u549602, Assigned: sebastian)
References
Details
Attachments
(1 file)
|
40 bytes,
text/x-review-board-request
|
Margaret
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details |
Environment: Nightly
Device: Sony Xperia z2 (Android 5.0.2 );
Build: Nightly 45.0a1 (2015-12-07);
Steps to reproduce:
1. Have the Nightly build installed and restricted profile active
2. Log in restricted profile and open Nightly
Expected result:
Nightly should properly be opened and running
Actual result:
Scenario 1 :Nightly crashes
Scenario 2: Nightly opens but it is unresponsive, no default tabs are opened and no buttons work. After a while "Nightly isn't responding. Do you want to close it" message is displayed
Note: Possible regression caused by the fix of https://bugzilla.mozilla.org/show_bug.cgi?id=1226130
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=039a8490891595736b16a3ccb17f025f4dcf13eb&tochange=47b49b0d32360fab04b11ff9120970979c426911
Please review the ADB logs for further details here https://pastebin.mozilla.org/8854017.
Crash-report link from logs returns an invalid crash id
Blocks: family-friendly-browsing-2
Updated•10 years ago
|
Assignee: nobody → s.kaspari
tracking-fennec: --- → ?
| Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•10 years ago
|
||
NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Boolean.booleanValue()' on a null object reference
at org.mozilla.gecko.restrictions.RestrictedProfileConfiguration.isAllowed(RestrictedProfileConfiguration.java:80)
at org.mozilla.gecko.Restrictions.isAllowed(Restrictions.java:109)
[..]
status-firefox46:
--- → affected
| Assignee | ||
Comment 3•10 years ago
|
||
Bug 1230937 - Restricted profiles: Always allow features that are not in the configuration. r?margaret
Attachment #8698414 -
Flags: review?(margaret.leibovic)
Comment 4•10 years ago
|
||
Comment on attachment 8698414 [details]
MozReview Request: Bug 1230937 - Restricted profiles: Always allow features that are not in the configuration. r?margaret
https://reviewboard.mozilla.org/r/27981/#review25057
Attachment #8698414 -
Flags: review?(margaret.leibovic) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/bbe415dff6006d3d2197e4d180807054a4f78aa9
Bug 1230937 - Restricted profiles: Always allow features that are not in the configuration. r=margaret
| Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8698414 [details]
MozReview Request: Bug 1230937 - Restricted profiles: Always allow features that are not in the configuration. r?margaret
Approval Request Comment
[Feature/regressing bug #]: Regression introduced in bug 1189336.
[User impact if declined]: Firefox crashes when used in a restricted profile.
[Describe test coverage new/current, TreeHerder]: Local testing; No support for UI tests in restricted profiles yet.
[Risks and why]: Low. Crash trigger by unhandled restrictions. Patch will allow all unknown features in restricted profiles.
[String/UUID change made/needed]: -
Attachment #8698414 -
Flags: approval-mozilla-aurora?
Backed out in https://hg.mozilla.org/integration/fx-team/rev/044a0f3fca16 for rc3 failures like https://treeherder.mozilla.org/logviewer.html#?job_id=6205590&repo=fx-team
(Also backed out bug 1222377 for this since I couldn't tell which was at fault.)
Flags: needinfo?(s.kaspari)
| Assignee | ||
Comment 8•10 years ago
|
||
Failure caused by bug 1222377. I'll re-land this one.
Flags: needinfo?(s.kaspari)
| Assignee | ||
Comment 9•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/5ac640a116e12ec1dc1828f53b248adeb9297911
Bug 1230937 - Restricted profiles: Always allow features that are not in the configuration. r=margaret
Comment 10•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
| Reporter | ||
Comment 11•10 years ago
|
||
Verified as fixed on latest Nightly build (46.0a1 / 2015-12-20) on Nexus 7 with Android 5.1.1, Samsung Galaxy Tab S2 with Android 5.0.2 and Nexus 9 with Android 6.0.
Comment 12•10 years ago
|
||
Comment on attachment 8698414 [details]
MozReview Request: Bug 1230937 - Restricted profiles: Always allow features that are not in the configuration. r?margaret
Fix a crash. Verified, taking it.
Attachment #8698414 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 13•10 years ago
|
||
| bugherder uplift | ||
Updated•10 years ago
|
tracking-fennec: ? → 45+
| Reporter | ||
Comment 14•10 years ago
|
||
Verified as fixed on the latest Aurora Build (45.0a2 07-01-2016), using a Samsung Galaxy Tab S2 with Android 5.0.2
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
•