Closed
Bug 982150
Opened 11 years ago
Closed 11 years ago
[B2G][SMS] An SMS is not displayed after hit "Send". The user is unable to open and view any of the sent or received SMSs from the messages list.
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(blocking-b2g:1.4+, b2g-v1.4 fixed)
| Tracking | Status | |
|---|---|---|
| b2g-v1.4 | --- | fixed |
People
(Reporter: nkot, Unassigned)
References
Details
(Keywords: regression, smoketest)
Attachments
(3 files)
Description:
An SMS is not displayed in the thread after hit "Send".The user is unable to open and view it from the messages list. Unable to open and view any of the received messages as well.
Repro Steps:
1) Updated Buri to BuildID: 20140311040203
2) Open Messages
3) Enter valid number
4) Enter message --> Send
5) Tap "<" to go back to messages list
6) Tap the number to open thread
Actual:
- The messages is not displayed in the thread after hit "Send"
- Tapping the number in the messages list won't open thread
Expected:
An SMS is displayed to the user once sent
The user is able to open and view sent/received SMSs from the messages list
Environmental Variables:
Device: Buri master (v1.4) Mozilla RIL
BuildID: 20140311040203
Gaia: a351fe62c11737c722ad33aaff438f6ccd00bd4a
Gecko: 41d962d23e81
Version: 30.0a1
Firmware Version: v1.2-devices.cfg
Notes:
Rebooting device or resetting doesn't resolve the issue.
Repro frequency: 100%, 3/3 devices
See attached logcat
Comment 1•11 years ago
|
||
Adding qaurgent so we can nail down a regression window on this one.
Updated•11 years ago
|
QA Contact: bzumwalt
| Reporter | ||
Comment 2•11 years ago
|
||
It appears that the issue only happens with SMSs to/from non-contact (just a number). When sending an SMS to a saved contact the user is able to see their message and also able to open it from the Messages app.
| Reporter | ||
Comment 3•11 years ago
|
||
Also, there are no SMS notifications when receive messages from non-contact number.
Comment 4•11 years ago
|
||
Could be bug 974733 that I landed this morning on central.
(didn't try to reproduce yet)
Feel free to backout if this proves to be the source of the issue.
Comment 5•11 years ago
|
||
- Last Working -
Device: Buri ENG v1.4 MOZ RIL
BuildID: 20140310060628
Gaia: 8280f6749b8183e4bc52ce84affca310858e86d2
Gecko: 06162d3f18ab
Version: 30.0a1
Firmware Version: V1.2-device.cfg
- First Broken -
Device: Buri ENG v1.4 MOZ RIL
BuildID: 20140310075126
Gaia: 3aff60a128e57b286e13b89c6bcb8fa43ed81836
Gecko: 08aec9942990
Version: 30.0a1
Firmware Version: V1.2-device.cfg
Last working Gaia/First broken Gecko: Issue Does NOT Reproduce
Gaia: 8c9191df3c107df4073f3ca63816a1d36c51af5d
Gecko: 41d962d23e81
First broken Gaia/Last working Gecko: Issue DOES Reproduce
Gaia: 6fbeac2415f07f10de181f0877ddf67ee299b885
Gecko: 923f1411f42f
Push log: https://github.com/mozilla-b2g/gaia/compare/8280f6749b8183e4bc52ce84affca310858e86d2...3aff60a128e57b286e13b89c6bcb8fa43ed81836
Keywords: qaurgent,
regressionwindow-wanted
Comment 6•11 years ago
|
||
ok, 2 culprits:
* bug 981327
* bug 921971
The first one seems more related.
Bug 974733 should be fine then.
Comment 7•11 years ago
|
||
Won't be able to investigate more as I need to leave, sorry.
Comment 8•11 years ago
|
||
The logcat doesn't have console enabled. Can we get a logcat with console enabled? I'm expecting something really obvious to jump out there.
| Reporter | ||
Comment 9•11 years ago
|
||
| Reporter | ||
Comment 10•11 years ago
|
||
Comment 11•11 years ago
|
||
03-11 11:57:11.869: E/GeckoConsole(898): [JavaScript Error: "TypeError: result is null" {file: "app://sms.gaiamobile.org/gaia_build_defer_index.js" line: 824}]
03-11 11:57:12.689: E/GeckoConsole(136): [JavaScript Error: "IndexedDB UnknownErr: IDBTransaction.cpp:863"]
Comment 12•11 years ago
|
||
Mike dug into this a bit - looks like bug 981327 is definitely the cause. He's going to back out that patch in a little bit.
Comment 13•11 years ago
|
||
Github is having issues right now, but I will back out as soon as it's stable again:
https://status.github.com/
Comment 14•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
blocking-b2g: 1.4? → 1.4+
Comment 15•11 years ago
|
||
Thanks Jason and Michael.
Note that I see the IndexedDB error line in working builds as well, but it's difficult to know where it comes from :(
| Reporter | ||
Comment 16•11 years ago
|
||
Still seeing this issue in today's master build, but looks like this is not the latest Gaia...
BuildID: 20140312040203
Gaia: 3005269d4dcabcc7d27eaf72bda44a969873af8c
Gecko: 23005b395ae8
Version: 30.0a1
We pulled the latest Gaia and retested and the issue doesn't reproduce
BuildID: 20140312040203
Gaia: c22466e71c6da1d472ce28733a001fae37bcdc5e
Gecko: 23005b395ae8
Version: 30.0a1
Comment 17•11 years ago
|
||
Yep, Gaia 3005269d4dcabcc7d27eaf72bda44a969873af8c is older than the fix :)
| Reporter | ||
Comment 18•11 years ago
|
||
Verified Fixed.
Works now :)
BuildID: 20140313131233
Gaia: ea9e23abea5933656555d849b922c8da7530c90b
Gecko: fe40387eba1a
Version: 30.0a1
v1.2-device.cfg
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
status-b2g-v1.4:
--- → fixed
Target Milestone: --- → 1.4 S3 (14mar)
You need to log in
before you can comment on or make changes to this bug.
Description
•