Closed Bug 830875 Opened 11 years ago Closed 11 years ago

Crash [@ __libc_android_abort | __android_log_assert | android::OMXCodec::signalBufferReturned(MediaBuffer*)]

Categories

(Core :: Audio/Video, defect)

ARM
Gonk (Firefox OS)
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 823324
blocking-b2g -

People

(Reporter: cjones, Unassigned)

Details

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

Crash Data

Attachments

(1 file)

Seen while running [1].  Launching the video app for the first time after a full flash triggered the crash.

We're failing this assertion

void OMXCodec::signalBufferReturned(MediaBuffer *buffer) {
...
    for (size_t i = 0; i < buffers->size(); ++i) {
...
        if (info->mMediaBuffer == buffer) {
...
            CHECK_EQ((int)info->mStatus, (int)OWNED_BY_CLIENT);

[1] https://wiki.mozilla.org/B2G/Memory_acceptance_criteria#MW0:_Every_app_is_successfully_launched_into_the_foreground
Crash Signature: Crash [@ __libc_android_abort | __android_log_assert | android::OMXCodec::signalBufferReturned(MediaBuffer*)] → [@ __libc_android_abort | __android_log_assert | android::OMXCodec::signalBufferReturned(MediaBuffer*)]
Crash signatures in 18.0 don't have parenthesis.

This crash signature is #4 top crasher in B2G 18.0 even after the fix of bug 823324.
Severity: normal → critical
Crash Signature: [@ __libc_android_abort | __android_log_assert | android::OMXCodec::signalBufferReturned(MediaBuffer*)] → [@ __libc_android_abort | __android_log_assert | android::OMXCodec::signalBufferReturned(MediaBuffer*)] [@ __libc_android_abort | __android_log_assert | android::OMXCodec::signalBufferReturned]
tracking-b2g18: --- → ?
Keywords: crash
Whiteboard: [b2g-crash]
Oops!

That patch landed in a downstream repository, it's not integrated into moz builds.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
blocking-b2g: tef? → -
(In reply to Chris Jones [:cjones] [:warhammer] from comment #2)
> That patch landed in a downstream repository, it's not integrated into moz
> builds.
Bug 823324 is fixed in b2g-18 and not this one. Are you sure it's a duplicate?
Pretty sure; the signatures are the same and that crash isn't showing up in downstream builds.
tracking-b2g18: ? → ---
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: