Closed
Bug 896369
Opened 12 years ago
Closed 12 years ago
MOZ_ASSERT(status == OK) in ShadowLayerUtilsGralloc.cpp function PlatformOpenDescriptor()
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 896286
People
(Reporter: vchang, Unassigned)
Details
When trying to turn on wifi in m-c debug build, I found the moz_assert fail debug message below.
E/libgenlock( 582): perform_lock_unlock_operation: GENLOCK_IOC_LOCK failed (lockType0x1, err=Invalid argument fd=112)
E/msm7627a.gralloc( 582): gralloc_lock: genlock_lock_buffer (lockType=0x2) failed
W/GraphicBufferMapper( 582): lock(...) failed -22 (Invalid argument)
F/MOZ_Assert( 582): Assertion failure: status == OK, at
mozilla-central/gfx/layers/ipc/ShadowLayerUtilsGralloc.cpp:465
F/libc ( 582): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)
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
•