Closed
Bug 941416
Opened 12 years ago
Closed 12 years ago
Assertion failure: NS_IsMainThread(),dom/bluetooth/BluetoothService.cpp:520
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shawnjohnjr, Assigned: echou)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.69 KB,
patch
|
gyeh
:
review+
|
Details | Diff | Splinter Review |
Assertion in SetEnabled() and GetAllBluetoothActors in debugs whenever bluetooth truns on.
BluetoothService::SetEnabled(bool aEnabled)
{
MOZ_ASSERT(NS_IsMainThread());
GetAllBluetoothActors(InfallibleTArray<BluetoothParent*>& aActors)
{
MOZ_ASSERT(NS_IsMainThread());
| Reporter | ||
Comment 1•12 years ago
|
||
Could be related to patch of bug 936995
| Reporter | ||
Updated•12 years ago
|
Assignee: shuang → nobody
| Assignee | ||
Comment 2•12 years ago
|
||
This is a regression of bug 941416. I'll fix it today.
Assignee: nobody → echou
Keywords: regression
| Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Eric Chou [:ericchou] [:echou] from comment #2)
> This is a regression of bug 941416. I'll fix it today.
typo: bug 936995
| Assignee | ||
Comment 4•12 years ago
|
||
Attachment #8335823 -
Flags: review?(gyeh)
| Assignee | ||
Updated•12 years ago
|
Attachment #8335823 -
Attachment is patch: true
Attachment #8335823 -
Attachment mime type: message/rfc822 → text/plain
Comment 5•12 years ago
|
||
Comment on attachment 8335823 [details] [diff] [review]
patch 1: v1: fix
Review of attachment 8335823 [details] [diff] [review]:
-----------------------------------------------------------------
Great! Thanks!
Attachment #8335823 -
Flags: review?(gyeh) → review+
| Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•