Closed
Bug 1166175
Opened 10 years ago
Closed 10 years ago
BlueZ leaks instances of |BluetoothSocket|
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1058371
People
(Reporter: tzimmermann, Unassigned)
References
Details
Attachments
(2 files)
|
236.36 KB,
application/x-gzip
|
Details | |
|
6.47 KB,
patch
|
Details | Diff | Splinter Review |
Bluetooth's BlueZ backend leaks 5 instances of |BluetoothSocket| during Mochitests. It's unknown if this is from incomplete cleanup or happens on each transfer.
Attached is a log from the try server. Search for 'leakcheck.'
| Reporter | ||
Comment 1•10 years ago
|
||
| Reporter | ||
Comment 2•10 years ago
|
||
Some of the early BT errors are (apparently) not present on a real device; flame in this case.
| Reporter | ||
Comment 3•10 years ago
|
||
Failed initialization leaks some of the managers. Let's see if this helps.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=001ef05de8ac
| Reporter | ||
Comment 4•10 years ago
|
||
| Reporter | ||
Comment 5•10 years ago
|
||
(In reply to Thomas Zimmermann [:tzimmermann] [:tdz] from comment #4)
> https://treeherder.mozilla.org/#/jobs?repo=try&revision=55b58f306871
Worked. Let's see if it fails without the BT fixes.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a4d23ed206d9
| Reporter | ||
Comment 6•10 years ago
|
||
Incorrect test. This one should be better:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ca34a8bbe212
| Reporter | ||
Comment 7•10 years ago
|
||
Another approach:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=9c7e8f2a53c4
| Reporter | ||
Comment 8•10 years ago
|
||
With extra checks in BT managers:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=dfd8f16670ae
| Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•