Deadlock(?) when saving state
Categories
(GeckoView :: General, defect, P2)
Tracking
(Not tracked)
People
(Reporter: sebastian, Unassigned)
References
Details
In the reference browser whenever we save the state of a GeckoSession while we are on "about:performance" this save operation blocks indefinitely.
In the current version of the reference browser this blocks our UI thread. After removing this and only saving on the background thread this unblocked the UI thread - but the save operation still freezes up and never completes.
Reference Browser issue:
https://github.com/mozilla-mobile/reference-browser/issues/405
Reporter | ||
Comment 1•6 years ago
|
||
This pretty much kills our session saving since all later save requests get cancelled since one is already ongoing.
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Dylan thinks the synchronous saveState API in bug 1475648 will fix this about:performance hang.
P2 for now if this hang only affects about:performance.
Reporter | ||
Comment 4•6 years ago
|
||
I think this doesn't only affect about:performance. But this is a reliable way for us to reproduce this.
Updated•5 years ago
|
Comment 5•4 years ago
|
||
Sebastian, do you think this is still a problem?
Reporter | ||
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•1 years ago
|
Description
•