Closed
Bug 1989632
Opened 8 months ago
Closed 1 month ago
Make ConcurrentConnection properly thread-safe
Categories
(Toolkit :: Places, defect, P2)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
(Blocks 5 open bugs)
Details
(Whiteboard: [sng])
Attachments
(1 file)
ConcurrentConnection may be created off the main-thread, even just to register a pending request... While it uses thread-safe refcounting, it was not designed to be used like that, and thus some properties and initialization expect to be on the main-thread. Those should properly be dispatched.
Updated•8 months ago
|
| Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Attachment #9570708 -
Attachment description: WIP: Bug 1989632 - Make ConcurrentConnection properly thread-safe → Bug 1989632 - Make ConcurrentConnection properly thread-safe. r=Standard8
Pushed by mak77@bonardo.net:
https://github.com/mozilla-firefox/firefox/commit/a653c1921332
https://hg.mozilla.org/integration/autoland/rev/7d5a302ca683
Make ConcurrentConnection properly thread-safe. r=Standard8,places-reviewers
Pushed by abutkovits@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/3fa096bd62ae
https://hg.mozilla.org/integration/autoland/rev/bdb74d66642f
Revert "Bug 1989632 - Make ConcurrentConnection properly thread-safe. r=Standard8,places-reviewers" for causing bustages in test_ConcurrentConnection.cpp
Comment 4•1 month ago
|
||
Backed out for causing bustages in test_ConcurrentConnection.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/bdb74d66642f
Push where failures started: https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=d9d4df13d7490ed6fd62988460e832c800798e13&selectedTaskRun=G3XTJQw9S3KAY5HZa4ddqg.0
Flags: needinfo?(mak)
| Assignee | ||
Comment 5•1 month ago
|
||
Of course, the only test that didn't run on Try
Flags: needinfo?(mak)
Pushed by mak77@bonardo.net:
https://github.com/mozilla-firefox/firefox/commit/047172930281
https://hg.mozilla.org/integration/autoland/rev/552e480efcc8
Make ConcurrentConnection properly thread-safe. r=Standard8,places-reviewers
Comment 7•1 month ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Updated•13 days ago
|
QA Whiteboard: [qa-triage-done-c153/b152]
You need to log in
before you can comment on or make changes to this bug.
Description
•