Advertisement
Guest User

Untitled

a guest
Mar 25th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. root@localhost:~# gdb /usr/bin/Xorg $(pidof Xorg)
  2. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  3. Copyright (C) 2014 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 "arm-linux-gnueabihf".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  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 /usr/bin/Xorg...Reading symbols from /usr/lib/debug//usr/bin/Xorg...done.
  17. done.
  18. (gdb) r
  19. Starting program: /usr/bin/Xorg
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  22.  
  23. X.Org X Server 1.15.1
  24. Release Date: 2014-04-13
  25. X Protocol Version 11, Revision 0
  26. Build Operating System: Linux 3.2.0-67-highbank armv7l Ubuntu
  27. Current Operating System: Linux localhost.localdomain 3.14.14+ #14 SMP Tue Mar 24 11:46:32 EDT 2015 armv7l
  28. Kernel command line: root=/dev/mmcblk0p2 ro max_loop=16 rootwait consoleblank=0
  29. Build Date: 12 February 2015 02:55:07PM
  30. xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see http://www.ubuntu.com/support)
  31. Current version of pixman: 0.30.2
  32. Before reporting problems, check http://wiki.x.org
  33. to make sure that you have the latest version.
  34. Markers: (--) probed, (**) from config file, (==) default setting,
  35. (++) from command line, (!!) notice, (II) informational,
  36. (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  37. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 1 00:29:14 1970
  38. (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  39.  
  40. Program received signal SIGSEGV, Segmentation fault.
  41. __GI_strncmp (s1=<optimized out>, s1@entry=0x0, s2=s2@entry=0x54bd6544 "pci:", n=n@entry=4) at strncmp.c:42
  42. 42 strncmp.c: No such file or directory.
  43. (gdb) bt f
  44. #0 __GI_strncmp (s1=<optimized out>, s1@entry=0x0, s2=s2@entry=0x54bd6544 "pci:", n=n@entry=4) at strncmp.c:42
  45. n4 = 0
  46. c1 = <optimized out>
  47. c2 = <optimized out>
  48. #1 0x54b1f786 in xf86platformProbe () at ../../../../hw/xfree86/common/xf86platformBus.c:232
  49. i = 0
  50. pci = <optimized out>
  51. #2 0x54b01d66 in xf86BusProbe () at ../../../../hw/xfree86/common/xf86Bus.c:203
  52. No locals.
  53. #3 0x54b0bd60 in InitOutput (pScreenInfo=pScreenInfo@entry=0x54c0f608 <screenInfo>, argc=argc@entry=1, argv=argv@entry=0x7efff834) at ../../../../hw/xfree86/common/xf86Init.c:470
  54. i = <optimized out>
  55. j = <optimized out>
  56. k = <optimized out>
  57. scr_index = <optimized out>
  58. modulelist = <optimized out>
  59. optionlist = 0x54c0390c <serverGeneration>
  60. screenpix24 = <optimized out>
  61. pix24 = <optimized out>
  62. pix24From = X_DEFAULT
  63. pix24Fail = 0
  64. autoconfig = 0
  65. sigio_blocked = 0
  66. want_hw_access = 0
  67. configured_device = <optimized out>
  68. #4 0x54ae2548 in dix_main (argc=1, argv=0x7efff834, envp=<optimized out>) at ../../dix/main.c:200
  69. i = <optimized out>
  70. alwaysCheckForInput = {0, 1}
  71. #5 0x76cde632 in __libc_start_main (main=0x54ad4885 <main>, argc=1, argv=0x7efff834, init=<optimized out>, fini=0x54bcd121 <__libc_csu_fini>, rtld_fini=0x76fea4c5 <_dl_fini>,
  72. stack_end=0x7efff834) at libc-start.c:287
  73. result = <optimized out>
  74. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 0, 1994039296, 0, 0, 0, 1421852672, 0, -181808996, -48512903, 0 <repeats 21 times>, 1996487440, 0, 1996487000, -1, 0, 1993158184,
  75. 1996458080, 0, 0, 4096, 255, 0, 0, 0, 0, 0, 0, 1996238848, 1991475200, 1420468224, 1384596, 1420529872, 0, 0, 1421852672, 0, 1996397007, 1991615888, 1, 1, 0, -4,
  76. 1993158184}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x76fee19c <_dl_runtime_resolve+24>}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  77. not_first_call = <optimized out>
  78. #6 0x54ad48bc in _start ()
  79. No symbol table info available.
  80. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement