simhavcs

backtrace_xorg

Jan 13th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. linaro@linaro-alip:~$ sudo su
  2. root@linaro-alip:/home/linaro# ps -elf | grep xorg
  3. 4 S root 2743 2177 3 80 0 - 69291 SyS_ep 07:13 tty7 00:00:01 /usr/lib/xorg/Xorg -nolisten tcp -auth /var/run/sddm/{0f20fb64-5733-4b0f-af32-7146fc4c26f9} -background none -noreset -displayfd 18 -seat seat0 vt7
  4. 0 S root 2920 2785 0 80 0 - 1454 pipe_w 07:14 pts/0 00:00:00 grep xorg
  5. root@linaro-alip:/home/linaro# gdb /usr/lib/xorg/Xorg 2743
  6. GNU gdb (Debian 8.2.1-2+b3) 8.2.1
  7. Copyright (C) 2018 Free Software Foundation, Inc.
  8. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  9. This is free software: you are free to change and redistribute it.
  10. There is NO WARRANTY, to the extent permitted by law.
  11. Type "show copying" and "show warranty" for details.
  12. This GDB was configured as "aarch64-linux-gnu".
  13. Type "show configuration" for configuration details.
  14. For bug reporting instructions, please see:
  15. <http://www.gnu.org/software/gdb/bugs/>.
  16. Find the GDB manual and other documentation resources online at:
  17. <http://www.gnu.org/software/gdb/documentation/>.
  18.  
  19. For help, type "help".
  20. Type "apropos word" to search for commands related to "word"...
  21. Reading symbols from /usr/lib/xorg/Xorg...(no debugging symbols found)...done.
  22. Attaching to program: /usr/lib/xorg/Xorg, process 2743
  23. [New LWP 2745]
  24. [New LWP 2751]
  25. [Thread debugging using libthread_db enabled]
  26. Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
  27. 0x0000ffff91cc7c00 in epoll_pwait () from /lib/aarch64-linux-gnu/libc.so.6
  28. (gdb) continue
  29. Continuing.
  30. (gdb)
  31. Thread 1 "Xorg" received signal SIGSEGV, Segmentation fault.
  32. 0x0000ffff9060cb90 in ?? () from /usr/lib/aarch64-linux-gnu/dri/msm_dri.so
  33. (gdb) backtrace full
  34. #0 0x0000ffff9060cb90 in ?? () from /usr/lib/aarch64-linux-gnu/dri/msm_dri.so
  35. No symbol table info available.
  36. #1 0x0000ffff905c8d80 in ?? () from /usr/lib/aarch64-linux-gnu/dri/msm_dri.so
  37. No symbol table info available.
  38. #2 0x0000ffff905c90d0 in ?? () from /usr/lib/aarch64-linux-gnu/dri/msm_dri.so
  39. No symbol table info available.
  40. #3 0x0000ffff9060e6c0 in ?? () from /usr/lib/aarch64-linux-gnu/dri/msm_dri.so
  41. No symbol table info available.
  42. #4 0x0000ffff9079d584 in ?? () from /usr/lib/aarch64-linux-gnu/dri/msm_dri.so
  43. No symbol table info available.
  44. #5 0x0000ffff9138fbe0 in ?? () from /usr/lib/xorg/modules/libglamoregl.so
  45. No symbol table info available.
  46. #6 0x0000ffff913e7d58 in ?? () from /usr/lib/xorg/modules/drivers/modesetting_drv.so
  47. No symbol table info available.
  48. #7 0x0000aaaad0717418 in BlockHandler ()
  49. No symbol table info available.
  50. #8 0x0000aaaad085e6d0 in WaitForSomething ()
  51. No symbol table info available.
  52. #9 0x0000aaaad07125ac in ?? ()
  53. No symbol table info available.
  54. #10 0x0000aaaad07168e0 in ?? ()
  55. No symbol table info available.
  56. #11 0x0000ffff91c18d24 in __libc_start_main () from /lib/aarch64-linux-gnu/libc.so.6
  57. No symbol table info available.
  58. #12 0x0000aaaad0700368 in _start ()
  59. No symbol table info available.
  60. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  61. (gdb)
Add Comment
Please, Sign In to add comment