Closed Bug 861095 Opened 12 years ago Closed 12 years ago

B2G MMS: b2g crash on opening a MMS message

Categories

(Core :: DOM: Device Interfaces, defect)

ARM
Gonk (Firefox OS)
defect
Not set
blocker

Tracking

()

RESOLVED FIXED
mozilla23
blocking-b2g leo+
Tracking Status
firefox21 --- unaffected
firefox22 --- unaffected
firefox23 --- fixed
b2g18 --- fixed
b2g18-v1.0.0 --- unaffected
b2g18-v1.0.1 --- unaffected

People

(Reporter: vicamo, Assigned: vicamo)

References

()

Details

(Keywords: crash, Whiteboard: [b2g-crash])

Attachments

(1 file, 1 obsolete file)

One piece omitted in bug 847744, no MMS handling in MobileMessageCursorParent::NotifyCursorResult()[1]. Then b2g falls in the assertion when getMessages() returns a MMS message and then restarts itself. [1]: https://github.com/mozilla/releases-mozilla-central/blob/master/dom/mobilemessage/src/ipc/SmsParent.cpp#L715
Nominate for leo+ because b2g restarts every time an user clicks a message thread with MMS messages.
blocking-b2g: --- → leo?
Attached patch patch (obsolete) (deleted) — Splinter Review
Attachment #736710 - Flags: review?(mounir)
Blocks: 845173
Summary: B2G MMS: b2g crash on → B2G MMS: b2g crash on opening a MMS message
Adding [NO_UPLIFT]. Just making sure all the MMS bugs have this tag for now. This must be landed after bug 847744 lands.
Whiteboard: [NO_UPLIFT]
Keywords: crash
Whiteboard: [NO_UPLIFT] → [b2g-crash][NO_UPLIFT]
this is needed for MMS. leo+
blocking-b2g: leo? → leo+
Comment on attachment 736710 [details] [diff] [review] patch Review of attachment 736710 [details] [diff] [review]: ----------------------------------------------------------------- ::: dom/mobilemessage/src/ipc/SmsParent.cpp @@ +707,5 @@ > > + nsCOMPtr<nsIDOMMozMmsMessage> iMms = do_QueryInterface(aResult); > + if (iMms) { > + MmsMessage* message = static_cast<MmsMessage*>(aResult); > + ContentParent *parent = static_cast<ContentParent*>(Manager()->Manager()); coding style: "ContentParent* parent"
Attachment #736710 - Flags: review?(mounir) → review+
Attached patch v2 (deleted) — Splinter Review
Address review comment, add r=mounir.
Attachment #736710 - Attachment is obsolete: true
Attachment #736834 - Flags: review+
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Flags: in-moztrap?
Flags: in-moztrap? → in-moztrap+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: