Closed
Bug 1362968
Opened 8 years ago
Closed 8 years ago
latest Firefox Focus buddybuild crashes on startup
Categories
(Focus-iOS :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: freddy, Assigned: ahunt)
Details
Attachments
(1 file)
11.38 KB,
text/plain
|
Details |
STR:
- select Focus from the app launcher
- screen goes black
- Focus closes, back to app launcher
This is on LineageOS 14.1-20170424-NIGHTLY (based off of AOSP 7.1.2), I am attaching adb logcat output
Assignee | ||
Comment 1•8 years ago
|
||
The only thing I can see in the log is:
chromium: [ERROR:connection.cc(1892)] Cookie sqlite error 1802, errno 0: disk I/O error, sql: CREATE TABLE cookies (creation_utc INTEGER NOT NULL UNIQUE PRIMARY KEY,host_key TEXT NOT NULL,name TEXT NOT NULL,value TEXT NOT NULL,path TEXT NOT NULL,expires_utc INTEGER NOT NULL,secure INTEGER NOT NULL,httponly INTEGER NOT NULL,last_access_utc INTEGER NOT NULL, has_expires INTEGER NOT NULL DEFAULT 1, persistent INTEGER NOT NULL DEFAULT 1,priority INTEGER NOT NULL DEFAULT 1,encrypted_value BLOB DEFAULT '',firstpartyonly INTEGER NOT NULL DEFAULT 0)
I wonder if that's related to us trying to cleaning up data, while WebView might be initialising. (WebkitView.deleteContentFromKnownLocations() vs cleanup()).
Maybe we should be waiting for the callback from CookieManager.removeAllCookies()?
Assignee | ||
Comment 2•8 years ago
|
||
A hopeful fix landed in:
https://github.com/mozilla-mobile/focus-android/commit/5141683a7566bb25f126d4bfa777b4c69a37cbff
We'll hopefully push out a new beta containing that fix sometime this week.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ahunt
You need to log in
before you can comment on or make changes to this bug.
Description
•