Closed
Bug 914959
Opened 12 years ago
Closed 12 years ago
[Buri][MMS]It will popup crash when view the 3GP file in mms
Categories
(Firefox OS Graveyard :: Gaia::Video, defect, P1)
Firefox OS Graveyard
Gaia::Video
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: sync-1, Unassigned)
Details
(Keywords: crash)
Attachments
(3 files)
Mozilla build ID:20130902041201
Created an attachment (id=514910)
PIC
DEFECT DESCRIPTION:
It will popup crash when view the 3GP file in mms
REPRODUCING PROCEDURES:
1.Creat a mms, tap attachment button and choose video
2.Add a 3GP video to mms
3.View the video, it will popup warning --KO
EXPECTED BEHAVIOUR:
KO:can view the video successfully
ASSOCIATE SPECIFICATION:
TEST PLAN REFERENCE:
TOOLS AND PLATFORMS USED:
USER IMPACT:High
REPRODUCING RATE:5/5
For FT PR, Please list reference mobile's behavior:
Can you add the crash id please? You can find the crash id by:
adb shell ls -al /data/b2g/mozilla/Crash\ Reports/submitted
I crashed when I tried to send something via the MMS, so I think that this might be an issue with sending in general w/ MMS.
Updated•12 years ago
|
Flags: needinfo?(sync-1)
Updated•12 years ago
|
Flags: needinfo?(nhirata.bugzilla)
Comment 8•12 years ago
|
||
The crash id is:
bp-900b40ad-9932-4032-9500-0473e2130911
Flags: needinfo?(sync-1)
Comment 9•12 years ago
|
||
This specific bug is about the video app.
Naoki, the crash you're experiencing is probably something else (and probably comm ril related ?)
Component: Gaia::SMS → Gaia::Video
Looking at the crash stack, it had to do with IPC/graphics layer. I filed a different bug for my crash.
The crash stack for the crash id for this bug unfortunately does not have a symbol associated with it.
Flags: needinfo?(nhirata.bugzilla)
Updated•12 years ago
|
blocking-b2g: --- → leo?
Comment 11•12 years ago
|
||
crash seems to be something we should fix but before that could we check if this is reproduced with any 3GP files ?
Updated•12 years ago
|
Flags: needinfo?(nhirata.bugzilla)
I tried to reproduce this crash and cannot do so in today's build with a sample 3gp file from Apple ( http://support.apple.com/kb/ht1425 ) nor with the attached video file.
Gaia a0079597d510ce8ea0b9cbb02c506030510b9eeb
Gecko c4bcef90cef9
BuildID 20130916040205
Version 26.0a1
Buri
Can you please try to reproduce the crash with the latest build and state which build/device you used please?
Flags: needinfo?(sync-1)
Comment 13•12 years ago
|
||
I can not reproduce it ethier. And I found the code has changed with the patch for Bug 895726.
Bug 895726 - [Buri][Monitor][MMS] Unable to save attachement from Camera(with conlicts fixing)
// Make sure media is openable and savable even if:
// - Blob mimetype is unsupported but file extension is valid.
// - File extenion is missing or invalid but mimetype is supported.
var mimetype =
MimeMapper.guessTypeFromFileProperties(this.name, this.blob.type);
var filename = MimeMapper.ensureFilenameMatchesType(this.name, mimetype);
var activity = new MozActivity({
name: 'open',
data: {
type: mimetype,
filename: filename,
blob: this.blob,
allowSave: options && options.allowSave
}
});
Flags: needinfo?(sync-1)
Comment 14•12 years ago
|
||
xiupinglong,
This patch is only modifying the filename to meet the filename examination of device storage. That doesn't change anything about video playing.
I had tried this bug with my Inari under version 20130902041201. I can't reproduce it with both normal start-up of video app and view activity of video app. I had tested with the attached 3gp file.
Comment 16•12 years ago
|
||
Verified on Leo 1.1 MOZ RIL, the issue doesn't reproduce
All files are opening for view and not crash appears
Build ID: 20130917041200
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/b459ac3ebe24
Gaia: 862b5761825e010e3cc5968c096377e1ea54bbf2
Platform Version: 18.1
Keywords: qawanted
Comment 17•12 years ago
|
||
closing then
thanks !
Status: NEW → RESOLVED
blocking-b2g: leo? → ---
Closed: 12 years ago
Flags: needinfo?(nhirata.bugzilla)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•