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)

defect
Not set
normal

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.
Thanks, Kyle. I will follow up this bug see if we can identify dispatch runnable twice.
Assignee: nobody → shuang
Target Milestone: --- → 2.0 S4 (20june)
Target Milestone: 2.0 S4 (20june) → 2.0 S5 (4july)
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.