Comment # 1 on bug 1022156 from
GNU gdb (GDB; openSUSE Tumbleweed) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from vulkaninfo...Reading symbols from
/usr/lib/debug/usr/bin/vulkaninfo.debug...done.
done.
[New LWP 12714]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `vulkaninfo'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x000000000001c266 in ?? ()
(gdb) bt
#0  0x000000000001c266 in ?? ()
#1  0x00007f2569f6cfa2 in radv_lookup_entrypoint (name=<optimized out>) at
radv_entrypoints.c:857
#2  0x00007f257251da3d in loader_scanned_icd_add (api_version=4194307,
filename=0x7ffed7d64720 "/usr/lib64/libvulkan_radeon.so", icd_libs=0xffcd70,
inst=0xffcd00)
    at
/usr/src/debug/Vulkan-LoaderAndValidationLayers-1.0.32.g28/loader/loader.c:1542
#3  loader_icd_scan (inst=inst@entry=0xffcd00, icds=icds@entry=0xffcd70) at
/usr/src/debug/Vulkan-LoaderAndValidationLayers-1.0.32.g28/loader/loader.c:3045
#4  0x00007f25725216db in vkCreateInstance
(pCreateInfo=pCreateInfo@entry=0x7ffed7d64cc0, pAllocator=pAllocator@entry=0x0,
pInstance=pInstance@entry=0x7ffed7d64d10)
    at
/usr/src/debug/Vulkan-LoaderAndValidationLayers-1.0.32.g28/loader/trampoline.c:367
#5  0x0000000000401968 in app_create_instance (inst=0x7ffed7d64d10) at
/usr/src/debug/Vulkan-LoaderAndValidationLayers-1.0.32.g28/demos/vulkaninfo.c:678
#6  main (argc=<optimized out>, argv=<optimized out>) at
/usr/src/debug/Vulkan-LoaderAndValidationLayers-1.0.32.g28/demos/vulkaninfo.c:1428
(gdb)


You are receiving this mail because: