FireBurn

Untitled

Feb 13th, 2017
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.61 KB | None | 0 0
  1. axion demos # gdb ./vulkaninfo
  2. GNU gdb (Gentoo 7.12.1 vanilla) 7.12.1
  3. Copyright (C) 2017 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-pc-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <https://bugs.gentoo.org/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from ./vulkaninfo...done.
  17. (gdb) bt
  18. No stack.
  19. (gdb) run
  20. Starting program: /usr/share/vulkan/demos/vulkaninfo
  21. warning: File "/lib64/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
  22. To enable execution of this file add
  23. add-auto-load-safe-path /lib64/libthread_db-1.0.so
  24. line to your configuration file "/root/.gdbinit".
  25. To completely disable this security protection add
  26. set auto-load safe-path /
  27. line to your configuration file "/root/.gdbinit".
  28. For more information about this security protection see the
  29. "Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
  30. info "(gdb)Auto-loading safe path"
  31. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  32. ===========
  33. VULKAN INFO
  34. ===========
  35.  
  36. Vulkan API Version: 1.0.39
  37.  
  38. INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_swapchain.json, version "1.0.0"
  39. INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_threading.json, version "1.0.0"
  40. INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_image.json, version "1.0.0"
  41. INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_object_tracker.json, version "1.0.0"
  42. INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_parameter_validation.json, version "1.0.0"
  43. INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_core_validation.json, version "1.0.0"
  44. INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_unique_objects.json, version "1.0.0"
  45. INFO: [loader] Code 0 : Found ICD manifest file /usr/share/vulkan/icd.d/intel_icd.x86_64.json, version "1.0.0"
  46. INFO: [loader] Code 0 : Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.i686.json, version "1.0.0"
  47. ERROR: [loader] Code 0 : /usr/lib32/libvulkan_radeon.so: wrong ELF class: ELFCLASS32
  48. INFO: [loader] Code 0 : Found ICD manifest file /usr/share/vulkan/icd.d/intel_icd.i686.json, version "1.0.0"
  49. ERROR: [loader] Code 0 : /usr/lib32/libvulkan_intel.so: wrong ELF class: ELFCLASS32
  50. INFO: [loader] Code 0 : Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version "1.0.0"
  51.  
  52. Program received signal SIGSEGV, Segmentation fault.
  53. 0x000000000001daa6 in ?? ()
  54. (gdb) bt
  55. #0 0x000000000001daa6 in ?? ()
  56. #1 0x00007ffff7a027a2 in radv_lookup_entrypoint (name=<optimized out>) at radv_entrypoints.c:1013
  57. #2 0x00007ffff7f8cfb6 in loader_scanned_icd_add (api_version=4194307, filename=0x7fffffffdcc0 "/usr/lib64/libvulkan_radeon.so", icd_tramp_list=0x464fa0, inst=0x464f60)
  58. at /var/tmp/portage/media-libs/vulkan-base-9999/work/vulkan-base-9999/loader/loader.c:1565
  59. #3 loader_icd_scan (inst=inst@entry=0x464f60, icd_tramp_list=icd_tramp_list@entry=0x464fa0) at /var/tmp/portage/media-libs/vulkan-base-9999/work/vulkan-base-9999/loader/loader.c:3177
  60. #4 0x00007ffff7f92996 in vkCreateInstance (pCreateInfo=pCreateInfo@entry=0x7fffffffe2a0, pAllocator=pAllocator@entry=0x0, pInstance=pInstance@entry=0x7fffffffe2f0)
  61. at /var/tmp/portage/media-libs/vulkan-base-9999/work/vulkan-base-9999/loader/trampoline.c:329
  62. #5 0x00000000004017e5 in AppCreateInstance (inst=0x7fffffffe2f0) at /var/tmp/portage/media-libs/vulkan-base-9999/work/vulkan-base-9999/demos/vulkaninfo.c:667
  63. #6 main (argc=<optimized out>, argv=<optimized out>) at /var/tmp/portage/media-libs/vulkan-base-9999/work/vulkan-base-9999/demos/vulkaninfo.c:1454
  64. (gdb) bt full
  65. #0 0x000000000001daa6 in ?? ()
  66. No symbol table info available.
  67. #1 0x00007ffff7a027a2 in radv_lookup_entrypoint (name=<optimized out>) at radv_entrypoints.c:1013
  68. e = 0x7ffff7ad4e40 <entrypoints>
  69. hash = <optimized out>
  70. h = <optimized out>
  71. i = 0
  72. p = <optimized out>
  73. #2 0x00007ffff7f8cfb6 in loader_scanned_icd_add (api_version=4194307, filename=0x7fffffffdcc0 "/usr/lib64/libvulkan_radeon.so", icd_tramp_list=0x464fa0, inst=0x464f60)
  74. at /var/tmp/portage/media-libs/vulkan-base-9999/work/vulkan-base-9999/loader/loader.c:1565
  75. res = VK_SUCCESS
  76. fp_create_inst = <optimized out>
  77. fp_get_inst_ext_props = <optimized out>
  78. fp_get_proc_addr = 0x7ffff7a0a130 <vk_icdGetInstanceProcAddr>
  79. fp_negotiate_icd_version = <optimized out>
  80. new_scanned_icd = <optimized out>
  81. interface_vers = 3
  82. fp_get_phys_dev_proc_addr = 0x0
  83. #3 loader_icd_scan (inst=inst@entry=0x464f60, icd_tramp_list=icd_tramp_list@entry=0x464fa0) at /var/tmp/portage/media-libs/vulkan-base-9999/work/vulkan-base-9999/loader/loader.c:3177
  84. temp = <optimized out>
  85. library_path = <optimized out>
  86. fullpath = "/usr/lib64/libvulkan_radeon.so", '\000' <repeats 993 times>
  87. vers = 4194307
  88. item = <optimized out>
  89. itemICD = <optimized out>
  90. file_vers = <optimized out>
  91. i = 3
  92. file_str = <optimized out>
  93. file_major_vers = 1
  94. file_minor_vers = 0
  95. file_patch_vers = 0
  96. vers_tok = <optimized out>
  97. manifest_files = {count = 4, filename_list = 0x40b420}
  98. res = VK_SUCCESS
  99. lockedMutex = true
  100. json = 0x4136f0
  101. num_good_icds = 3
  102. #4 0x00007ffff7f92996 in vkCreateInstance (pCreateInfo=pCreateInfo@entry=0x7fffffffe2a0, pAllocator=pAllocator@entry=0x0, pInstance=pInstance@entry=0x7fffffffe2f0)
  103. at /var/tmp/portage/media-libs/vulkan-base-9999/work/vulkan-base-9999/loader/trampoline.c:329
  104. ptr_instance = 0x464f60
  105. created_instance = 0x0
  106. loaderLocked = true
  107. res = <optimized out>
  108. ici = {sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, pNext = 0x7fffffffe230, flags = 0, pApplicationInfo = 0x7fffffffe260, enabledLayerCount = 0, ppEnabledLayerNames = 0x0, enabledExtensionCount = 2, ppEnabledExtensionNames = 0x7fffffffe210}
  109. layerErr = VK_SUCCESS
  110. #5 0x00000000004017e5 in AppCreateInstance (inst=0x7fffffffe2f0) at /var/tmp/portage/media-libs/vulkan-base-9999/work/vulkan-base-9999/demos/vulkaninfo.c:667
  111. i = <optimized out>
  112. ext_count = 2
  113. app_info = {sType = VK_STRUCTURE_TYPE_APPLICATION_INFO, pNext = 0x0, pApplicationName = 0x40457a "vulkaninfo", applicationVersion = 1, pEngineName = 0x40457a "vulkaninfo", engineVersion = 1, apiVersion = 4194304}
  114. inst_info = {sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, pNext = 0x7fffffffe230, flags = 0, pApplicationInfo = 0x7fffffffe260, enabledLayerCount = 0, ppEnabledLayerNames = 0x0, enabledExtensionCount = 2,
  115. ppEnabledExtensionNames = 0x7fffffffe210}
  116. dbg_info = {sType = VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT, pNext = 0x0, flags = 11, pfnCallback = 0x4040e0 <DbgCallback>, pUserData = 0x0}
  117. err = <optimized out>
  118. ext_names = {0x404558 "VK_KHR_surface", 0x404567 "VK_KHR_xcb_surface", 0x7fffffffe378 "\020?@", 0x3000009c61 "H\203\304\060\203", <incomplete sequence \370>}
  119. #6 main (argc=<optimized out>, argv=<optimized out>) at /var/tmp/portage/media-libs/vulkan-base-9999/work/vulkan-base-9999/demos/vulkaninfo.c:1454
  120. gpus = <optimized out>
  121. objs = <optimized out>
  122. gpu_count = 32767
  123. err = <optimized out>
  124. inst = {instance = 0x3000223908 <_rtld_global+2312>, global_layer_count = 8, global_layers = 0x419a40, global_extension_count = 6, global_extensions = 0x41e000, vkGetPhysicalDeviceSurfaceSupportKHR = 0x40,
  125. vkGetPhysicalDeviceSurfaceCapabilitiesKHR = 0x800000, vkGetPhysicalDeviceSurfaceFormatsKHR = 0xf0b5ff, vkGetPhysicalDeviceSurfacePresentModesKHR = 0xc2, surface = 0x7fffffffe36f, width = -7314, height = 32767, xcb_connection = 0x30004995d5,
  126. xcb_screen = 0x1, xcb_window = 4211701}
  127. format_count = <optimized out>
  128. present_mode_count = <optimized out>
  129. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment