Advertisement
Guest User

Untitled

a guest
Sep 19th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. [namor@bulldozer ~]$ gdb `which glxinfo`
  2. GNU gdb 6.1.1 [FreeBSD]
  3. Copyright 2004 Free Software Foundation, Inc.
  4. GDB is free software, covered by the GNU General Public License, and you are
  5. welcome to change it and/or distribute copies of it under certain conditions.
  6. Type "show copying" to see the conditions.
  7. There is absolutely no warranty for GDB. Type "show warranty" for details.
  8. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)...
  9. (gdb) run
  10. Starting program: /usr/local/bin/glxinfo
  11. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[New LWP 100659]
  12. (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
  13. Program received signal SIGSEGV, Segmentation fault.
  14. [Switching to LWP 100659]
  15. 0x00000008006132a2 in _rtld_is_dlopened () from /libexec/ld-elf.so.1
  16. (gdb) bt
  17. #0 0x00000008006132a2 in _rtld_is_dlopened () from /libexec/ld-elf.so.1
  18. #1 0x000000080060cc8d in _r_debug_postinit () from /libexec/ld-elf.so.1
  19. #2 0x000000080060a46d in .text () from /libexec/ld-elf.so.1
  20. #3 0x0000000803d39565 in _nv003glcore () from /usr/local/lib/libnvidia-glcore.so.1
  21. #4 0x000000080399daf0 in _nv023glcore () from /usr/local/lib/libnvidia-glcore.so.1
  22. #5 0x0000000803d1e37c in _nv015glcore () from /usr/local/lib/libnvidia-glcore.so.1
  23. #6 0x0000000800dc44eb in glXCreateNewContext () from /usr/local/lib/libGL.so.1
  24. #7 0x0000000800d8ce5a in .init () from /usr/local/lib/libGL.so.1
  25. #8 0x000000080060ca9f in r_debug_state () from /libexec/ld-elf.so.1
  26. #9 0x000000080060c0ee in __tls_get_addr () from /libexec/ld-elf.so.1
  27. #10 0x000000080060a439 in .text () from /libexec/ld-elf.so.1
  28. #11 0x0000000000000000 in ?? ()
  29. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement