Skip to content

Instantly share code, notes, and snippets.

@HeyLookItsBrandon
Created March 22, 2018 08:09
Show Gist options
  • Save HeyLookItsBrandon/eaf9f22f2acec46314e21d60570cebf7 to your computer and use it in GitHub Desktop.
Save HeyLookItsBrandon/eaf9f22f2acec46314e21d60570cebf7 to your computer and use it in GitHub Desktop.
Trace from a Vulkan crash
03-22 01:03:20.358 23996-24013/? A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x4559414c5f4b66 in tid 24013 (vulkan.template)
[ 03-22 01:03:20.359 214: 214 W/ ]
debuggerd: handling request: pid=23996 uid=10094 gid=10094 tid=24013
03-22 01:03:20.370 24015-24015/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
03-22 01:03:20.370 24015-24015/? A/DEBUG: Build fingerprint: 'NVIDIA/darcy/darcy:7.0/NRD90M/2427173_1038.2788:user/release-keys'
03-22 01:03:20.370 24015-24015/? A/DEBUG: Revision: '0'
03-22 01:03:20.370 24015-24015/? A/DEBUG: ABI: 'arm64'
03-22 01:03:20.371 24015-24015/? A/DEBUG: pid: 23996, tid: 24013, name: vulkan.template >>> com.whatever.vulkan <<<
03-22 01:03:20.371 24015-24015/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x4559414c5f4b66
03-22 01:03:20.371 24015-24015/? A/DEBUG: x0 0000000000000011 x1 0000002025f42a74 x2 0000000000000073 x3 0000000000000062
03-22 01:03:20.371 24015-24015/? A/DEBUG: x4 0000000000000000 x5 0636011f00000000 x6 000000001f013606 x7 0000000001d08fc6
03-22 01:03:20.371 24015-24015/? A/DEBUG: x8 524559414c5f4b56 x9 0000002024aa3d50 x10 0101010101010101 x11 0000000000000023
03-22 01:03:20.371 24015-24015/? A/DEBUG: x12 0000000000000000 x13 0000000000000000 x14 0000000000000000 x15 00155ff6de04be1d
03-22 01:03:20.371 24015-24015/? A/DEBUG: x16 0000002024254d68 x17 000000202386115c x18 00000000ffffffff x19 0000002025f42a69
03-22 01:03:20.371 24015-24015/? A/DEBUG: x20 0000002025f42b7c x21 1a859da4508ac9de x22 0000002024253e60 x23 0000002024253af0
03-22 01:03:20.372 24015-24015/? A/DEBUG: x24 0000000000000000 x25 0000000000000000 x26 0000002024253e50 x27 0000000000000058
03-22 01:03:20.372 24015-24015/? A/DEBUG: x28 0000002024901340 x29 0000002026070160 x30 000000202423f178
03-22 01:03:20.372 24015-24015/? A/DEBUG: sp 0000002026070100 pc 000000202423f180 pstate 0000000020000000
03-22 01:03:20.376 24015-24015/? A/DEBUG: backtrace:
03-22 01:03:20.376 24015-24015/? A/DEBUG: #00 pc 000000000000c180 /system/lib64/libvulkan.so
03-22 01:03:20.376 24015-24015/? A/DEBUG: #01 pc 0000000000013058 /data/app/com.whatever.vulkan-2/lib/arm64/libnative-lib.so (_ZN15VulkanNativeApp17initializeDisplayEv+228)
03-22 01:03:20.376 24015-24015/? A/DEBUG: #02 pc 0000000000012f5c /data/app/com.whatever.vulkan-2/lib/arm64/libnative-lib.so (_ZN15VulkanNativeApp19onWindowInitializedEv+24)
03-22 01:03:20.376 24015-24015/? A/DEBUG: #03 pc 000000000001186c /data/app/com.whatever.vulkan-2/lib/arm64/libnative-lib.so (_ZN13BaseNativeApp16handleAppCommandEP11android_appi+100)
03-22 01:03:20.376 24015-24015/? A/DEBUG: #04 pc 0000000000011728 /data/app/com.whatever.vulkan-2/lib/arm64/libnative-lib.so (_ZN13BaseNativeApp18delegateAppCommandEP11android_appi+44)
03-22 01:03:20.376 24015-24015/? A/DEBUG: #05 pc 00000000000174f4 /data/app/com.whatever.vulkan-2/lib/arm64/libnative-lib.so
03-22 01:03:20.376 24015-24015/? A/DEBUG: #06 pc 00000000000117cc /data/app/com.whatever.vulkan-2/lib/arm64/libnative-lib.so (_ZN13BaseNativeApp13processEventsEP11android_app+88)
03-22 01:03:20.376 24015-24015/? A/DEBUG: #07 pc 00000000000116ec /data/app/com.whatever.vulkan-2/lib/arm64/libnative-lib.so (_ZN13BaseNativeApp3runEP11android_app+80)
03-22 01:03:20.377 24015-24015/? A/DEBUG: #08 pc 0000000000011674 /data/app/com.whatever.vulkan-2/lib/arm64/libnative-lib.so (android_main+52)
03-22 01:03:20.377 24015-24015/? A/DEBUG: #09 pc 0000000000017488 /data/app/com.whatever.vulkan-2/lib/arm64/libnative-lib.so
03-22 01:03:20.377 24015-24015/? A/DEBUG: #10 pc 0000000000067f50 /system/lib64/libc.so (_ZL15__pthread_startPv+196)
03-22 01:03:20.377 24015-24015/? A/DEBUG: #11 pc 000000000001d940 /system/lib64/libc.so (__start_thread+16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment