Closed
Bug 812430
Opened 13 years ago
Closed 13 years ago
[SETTINGS][BLUETOOTH] First time connected by laptop would crash the phone
Categories
(Firefox OS Graveyard :: General, defect, P1)
Tracking
(blocking-basecamp:+, firefox18 fixed, firefox19 fixed, firefox20 fixed)
VERIFIED
FIXED
blocking-basecamp | + |
People
(Reporter: wachen, Assigned: gyeh)
References
Details
Attachments
(2 files, 1 obsolete file)
2.24 MB,
image/jpeg
|
Details | |
15.19 KB,
patch
|
Details | Diff | Splinter Review |
*Environment:
Phone - Unagi
gaia master(git): 487a7c18c8ff08db7d2e76239e85e3e5eefcc8b7
gecko aurora(hg): 0d76df6f808d
Please note that this bug is not reproducible in Otoro phone
*How to reproduce:
0. Make sure "Settings" app got killed
1. Go to "Settings" > "Bluetooth"
2. Enable Bluetooth, and set "Visible to all"
3. Pair it from laptop
*Expected Result:
showing message of pin and laptop name
*Actual Result:
shows empty screen with 2 lines
*sidenote:
only valid when settings first run. (otherwise, you need to kill settings to redo it)
Reporter | ||
Comment 1•13 years ago
|
||
Reporter | ||
Updated•13 years ago
|
blocking-basecamp: --- → ?
Updated•13 years ago
|
Component: General → Gaia::Settings
Assignee | ||
Comment 2•13 years ago
|
||
I followed the reproduce steps, but the result is different:
B2G phone crashed after receiving pairing message
This issue is resolved in the patch. Please help to verify. Thanks.
Assignee: nobody → gyeh
Attachment #683053 -
Flags: review?(echou)
Assignee | ||
Updated•13 years ago
|
Blocks: b2g-bluetooth
Comment 4•13 years ago
|
||
Comment on attachment 683053 [details] [diff] [review]
Patch 1(v1): Clear bluetooth signal table while process is killed
Review of attachment 683053 [details] [diff] [review]:
-----------------------------------------------------------------
r+ with nit addressed.
::: dom/bluetooth/BluetoothManager.cpp
@@ +62,5 @@
> + if (v.type() != BluetoothValue::TArrayOfBluetoothNamedValue) {
> + NS_WARNING("Not a BluetoothNamedValue array!");
> + SetError(NS_LITERAL_STRING("BluetoothReplyTypeError"));
> + return false;
> + }
v.type() has to be BluetoothValue::TArrayOfBluetoothNamedValue, otherwise it would be a serious error. How about using MOZ_ASSERT() here?
Attachment #683053 -
Flags: review?(echou) → review+
Assignee | ||
Comment 5•13 years ago
|
||
try server:
https://tbpl.mozilla.org/?tree=Try&rev=9e1ed4e5335f
https://tbpl.mozilla.org/?tree=Try&rev=af31dc88d99e
Attachment #683053 -
Attachment is obsolete: true
Reporter | ||
Comment 6•13 years ago
|
||
During the process, Gina figured out stuffs related with crashing system when pairing. The empty system message was found in bug 813440. After bug 813440 solved, I will be verifying both fix simultaneously. (mark as depends on 813440 since there were 2 issues in this bug)
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•13 years ago
|
||
Updated•13 years ago
|
blocking-basecamp: ? → +
Priority: -- → P1
Comment 8•13 years ago
|
||
Casey, can you provide the expected result specs here?
Comment 9•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•13 years ago
|
||
Hi,
Please refer to my comment 6.
I think my English is too bad for people to understand after several bugzilla misunderstood.
Let me list it here:
1. That fix was to fix the crashing of system found during the reproduction of this bug.
2. The empty message issue still occurred
3. I will be verifying both of them simultaneously after Gina finished it.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 11•13 years ago
|
||
Since we got another bug tracking on empty system message, this one can closed for fixing the crashing issue.
Thanks
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
No longer depends on: 813440
Resolution: --- → FIXED
Summary: [SETTINGS][BLUETOOTH] First time connected by laptop would show empty pairing message → [SETTINGS][BLUETOOTH] First time connected by laptop would crash the phone
Updated•13 years ago
|
Component: Gaia::Settings → General
Comment 12•13 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/4c2ca6b7c432
https://hg.mozilla.org/releases/mozilla-beta/rev/6c1632c71b81
(BTW, my bb+ uplift bug queries don't look at bugs filed under the Gaia component, FWIW)
Reporter | ||
Comment 13•13 years ago
|
||
https://releases.mozilla.com/b2g/ verified in 20121212 build
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•13 years ago
|
QA Contact: wachen
You need to log in
before you can comment on or make changes to this bug.
Description
•