Closed
Bug 964131
Opened 12 years ago
Closed 12 years ago
[Tarako][monkey]divide 0: libxul.so!mozilla::MP3FrameParser::GetDuration() [MP3FrameParser.cpp : 519 + 0x13]
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 948326
| blocking-b2g | - |
People
(Reporter: cheng.luo, Unassigned)
References
Details
Attachments
(1 file)
|
261.28 KB,
application/x-bzip
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.04 Chromium/18.0.1025.168 Chrome/18.0.1025.168 Safari/535.19
Steps to reproduce:
monkey test
Actual results:
divide 0 exception
Expected results:
test pass
0 libc.so + 0xe330
1 libmozglue.so!__divdi3 [libgcc2.c : 941 + 0x5]
2 libmozglue.so!__gnu_ldivmod_helper [bpabi.c : 41 + 0x3]
3 libmozglue.so + 0x3bb2f
4 libxul.so!mozilla::MP3FrameParser::GetDuration() [MP3FrameParser.cpp : 519 + 0x13]
5 0x7ffe
6 libxul.so!android::OmxDecoder::NotifyDataArrived(char const*, unsigned int, long long) [OmxDecoder.cpp : 653 + 0x5]
7 libxul.so!mozilla::OmxDecoderNotifyDataArrivedRunnable::Run() [OmxDecoder.cpp : 128 + 0x11]
8 libxul.so!nsThread::ProcessNextEvent(bool, bool*) [nsThread.cpp : 612 + 0x5]
9 libxul.so!NS_ProcessNextEvent(nsIThread*, bool) [nsThreadUtils.cpp : 263 + 0xb
Updated•12 years ago
|
Component: General → Video/Audio
Product: Firefox OS → Core
Comment 2•12 years ago
|
||
It's tarako critical issue.
blocking-b2g: --- → 1.3?
Flags: needinfo?(styang)
Comment 3•12 years ago
|
||
Can we get a reduced testcase please? What MP3 file are we trying to play?
Comment 4•12 years ago
|
||
(In reply to Chris Pearce (:cpearce) from comment #3)
> Can we get a reduced testcase please? What MP3 file are we trying to play?
No, we catch it when monkey test.
Comment 6•12 years ago
|
||
I don't know what a monkey test is. We'd like to fix this bug, but it's harder to fix if we can't reproduce it.
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•12 years ago
|
Flags: needinfo?(styang)
You need to log in
before you can comment on or make changes to this bug.
Description
•