Last active
February 6, 2024 23:02
-
-
Save MSchmidt/3fdfaa7e5239ec60f9fb091beed0d337 to your computer and use it in GitHub Desktop.
A51 crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Native crash of /vendor/bin/hw/[email protected] | |
Revision: '4' | |
ABI: 'arm' | |
Processor: '4' | |
Timestamp: 2024-02-06 14:46:44.680494307-0800 | |
Process uptime: 0s | |
Cmdline: /vendor/bin/hw/[email protected] | |
pid: 4760, tid: 13125, name: FrameFactorySta >>> /vendor/bin/hw/[email protected] <<< | |
uid: 1047 | |
signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- | |
Abort message: 'ASSERT(m_checkBufferInfo):[B0]Invalid Service Buffer!' | |
r0 00000000 r1 00003345 r2 00000006 r3 eb227bc8 | |
r4 eb227bdc r5 eb227bc0 r6 00001298 r7 0000016b | |
r8 eb227bc8 r9 eb227bd8 r10 eb227bf8 r11 eb227be8 | |
ip 00003345 sp eb227b98 lr efd8e091 pc efd8e0a4 | |
backtrace: | |
#00 pc 000610a4 /apex/com.android.runtime/lib/bionic/libc.so (abort+172) (BuildId: f1f4a4b2b76c986f7bd6e840119e41e2) | |
#01 pc 000049cf /system/lib/liblog.so (__android_log_default_aborter+6) (BuildId: 9020290cef1a0067ecd8886cfe0e660b) | |
#02 pc 000050a3 /system/lib/liblog.so (__android_log_assert+158) (BuildId: 9020290cef1a0067ecd8886cfe0e660b) | |
#03 pc 000e6203 /vendor/lib/libexynoscamera3.so (android::ServiceExynosCameraBufferManager::m_checkBufferInfo(native_handle const*, android::ExynosCameraBuffer const*)+418) (BuildId: 4320c0709b503455656517c32483368d) | |
#04 pc 000e5e6b /vendor/lib/libexynoscamera3.so (android::ServiceExynosCameraBufferManager::getBuffer(int*, android::EXYNOS_CAMERA_BUFFER_POSITION, android::ExynosCameraBuffer*)+710) (BuildId: 4320c0709b503455656517c32483368d) | |
#05 pc 000e9a8d /vendor/lib/libexynoscamera3.so (android::ExynosCameraBufferSupplier::getBuffer(android::buffer_manager_tag, android::ExynosCameraBuffer*)+76) (BuildId: 4320c0709b503455656517c32483368d) | |
#06 pc 00157ae9 /vendor/lib/libexynoscamera3.so (android::ExynosCamera::m_setupPreviewFactoryBuffers(android::sp<android::ExynosCameraRequest>, android::sp<android::ExynosCameraFrame>, android::ExynosCameraFrameFactory*)+2096) (BuildId: 4320c0709b503455656517c32483368d) | |
#07 pc 0013be93 /vendor/lib/libexynoscamera3.so (android::ExynosCamera::m_previewFrameHandler(android::sp<android::ExynosCameraRequest>, android::ExynosCameraFrameFactory*, android::FRAME_TYPE, android::DynamicShotInfo const*)+6030) (BuildId: 4320c0709b503455656517c32483368d) | |
#08 pc 001140a1 /vendor/lib/libexynoscamera3.so (android::ExynosCamera::m_createPreviewFrameFunc(android::Request_Sync_Type, bool)+1508) (BuildId: 4320c0709b503455656517c32483368d) | |
#09 pc 0013fb8d /vendor/lib/libexynoscamera3.so (android::ExynosCamera::m_frameFactoryStartThreadFunc()+1208) (BuildId: 4320c0709b503455656517c32483368d) | |
#10 pc 000b5b05 /vendor/lib/libexynoscamera3.so (ExynosCameraThread<android::ExynosCameraPipeSWMCSC>::threadLoop()+22) (BuildId: 4320c0709b503455656517c32483368d) | |
#11 pc 0000d315 /apex/com.android.vndk.v31/lib/libutils.so (android::Thread::_threadLoop(void*)+168) (BuildId: 3557f8316f1f5726e97e78082a543deb) | |
#12 pc 0000ce49 /apex/com.android.vndk.v31/lib/libutils.so (thread_data_t::trampoline(thread_data_t const*)+268) (BuildId: 3557f8316f1f5726e97e78082a543deb) | |
#13 pc 000a9ffb /apex/com.android.runtime/lib/bionic/libc.so (__pthread_start(void*)+40) (BuildId: f1f4a4b2b76c986f7bd6e840119e41e2) | |
#14 pc 00061fbb /apex/com.android.runtime/lib/bionic/libc.so (__start_thread+30) (BuildId: f1f4a4b2b76c986f7bd6e840119e41e2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment