Closed
Bug 1020048
Opened 11 years ago
Closed 8 years ago
Find and fix the root cause of bug 1011110
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Firefox OS Graveyard
Bluetooth
Tracking
(Not tracked)
RESOLVED
WONTFIX
2.0 S5 (4july)
People
(Reporter: khuey, Assigned: shawnjohnjr)
References
Details
The patch I landed in bug 1011110 fixes the symptom, but the root cause remains. We are dispatching a BluetoothRequestParent::ReplyRunnable twice. That causes us to Send__delete__ on the underlying actor twice. I fixed the code to not call Send__delete__ again, but we should figure out where we are dispatching the runnable from and fix that. We should probably audit all of the places where we dispatch the runnable and ensure that we null out whatever pointer we have to it, which will prevent us from dispatching it a second time.
Assignee | ||
Comment 1•11 years ago
|
||
Thanks, Kyle. I will follow up this bug see if we can identify dispatch runnable twice.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → shuang
Assignee | ||
Updated•11 years ago
|
Target Milestone: --- → 2.0 S4 (20june)
Updated•11 years ago
|
Target Milestone: 2.0 S4 (20june) → 2.0 S5 (4july)
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•