Closed
Bug 864800
Opened 12 years ago
Closed 12 years ago
Video app crashing system on launch if MPEG4 clips are loaded
Categories
(Firefox OS Graveyard :: Gaia::Video, defect, P1)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 864427
People
(Reporter: diego, Unassigned)
Details
(Keywords: crash, Whiteboard: [b2g-crash])
Crash Data
Load any MPEG4 clip on the SD card and open the video app. The system will crash. It does not happen with .ogv or .webm videos.
Sample video: http://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4
Likely due to recent layers refactoring.
Unfortunately the crash stack is not very helpful:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1109.1139]
0x41c2e9ee in mozalloc_abort (msg=<value optimized out>)
at /local/mnt/workspace/dwilson/master/gecko/memory/mozalloc/mozalloc_abort.cpp:30
30 MOZ_CRASH();
(gdb) where
#0 0x41c2e9ee in mozalloc_abort (msg=<value optimized out>)
at /local/mnt/workspace/dwilson/master/gecko/memory/mozalloc/mozalloc_abort.cpp:30
#1 0x41c2ea04 in abort ()
at /local/mnt/workspace/dwilson/master/gecko/memory/mozalloc/mozalloc_abort.cpp:39
#2 0x41c2ea04 in abort ()
at /local/mnt/workspace/dwilson/master/gecko/memory/mozalloc/mozalloc_abort.cpp:39
Reporter | ||
Updated•12 years ago
|
OS: Windows 7 → Gonk (Firefox OS)
Hardware: x86_64 → ARM
Reporter | ||
Updated•12 years ago
|
Severity: normal → critical
Priority: -- → P1
Reporter | ||
Comment 1•12 years ago
|
||
May be related to bug 864598
Updated•12 years ago
|
![]() |
||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•