Advertisement
ashjas

Untitled

Jan 25th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. root@abc-HP:/home/abc/wayland# gdb $WLD/bin/Xorg
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  3. Copyright (C) 2012 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-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /home/abc/WAYLANDINSTALLDIR/bin/Xorg...done.
  12. (gdb) attach 19458
  13. Attaching to program: /home/abc/WAYLANDINSTALLDIR/bin/Xorg, process 19458
  14. Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
  15. Loaded symbols for /lib64/ld-linux-x86-64.so.2
  16. 0x00007fe41ef5d820 in ?? ()
  17. (gdb) c
  18. Continuing.
  19. process 19458 is executing new program: /home/abc/WAYLANDINSTALLDIR/bin/Xorg
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  22.  
  23. Program received signal SIGSEGV, Segmentation fault.
  24. wl_proxy_create (factory=0x0, interface=0x7feb89670c60) at wayland-client.c:215
  25. 215 struct wl_display *display = factory->display;
  26. (gdb) bt
  27. #0 wl_proxy_create (factory=0x0, interface=0x7feb89670c60) at wayland-client.c:215
  28. #1 0x00007feb8946d662 in wl_registry_bind (wl_registry=0x0, name=11, interface=0x7feb89670c60, version=1)
  29. at /home/abc/WAYLANDINSTALLDIR/include/wayland-client-protocol.h:286
  30. #2 0x00007feb8946d87f in drm_handler (data=0x22960b0, registry=0x228e5b0, id=11, interface=0x229b6e0 "wl_drm", version=1) at xwayland-drm.c:84
  31. #3 0x00007feb89057a14 in ffi_call_unix64 () from /usr/lib/x86_64-linux-gnu/libffi.so.6
  32. #4 0x00007feb89057435 in ffi_call () from /usr/lib/x86_64-linux-gnu/libffi.so.6
  33. #5 0x00007feb89260fdf in wl_closure_invoke (closure=<optimized out>, target=0x228e5b0, func=<optimized out>, data=0x22960b0) at connection.c:908
  34. #6 0x00007feb8925e88c in dispatch_event (display=0x22961b0, queue=<optimized out>) at wayland-client.c:839
  35. #7 dispatch_queue (display=0x22961b0, queue=0x2296238, block=<optimized out>) at wayland-client.c:893
  36. #8 0x00007feb8925f57c in wl_display_roundtrip (display=0x22961b0) at wayland-client.c:653
  37. #9 0x00007feb8946d8f3 in xwl_drm_pre_init (xwl_screen=0x22960b0) at xwayland-drm.c:104
  38. #10 0x00007feb88e30234 in NVPciProbe (drv=<optimized out>, entity_num=0, pci_dev=0x2273100, match_data=<optimized out>) at nv_driver.c:245
  39. #11 0x00000000004a8901 in xf86PciProbeDev (drvp=0x2295e50) at xf86pciBus.c:535
  40. #12 0x000000000047eedd in xf86CallDriverProbe (drv=0x2295e50, detect_only=0) at xf86Bus.c:88
  41. #13 0x000000000047effe in xf86BusConfig () at xf86Bus.c:133
  42. #14 0x000000000048be43 in InitOutput (pScreenInfo=0x861d00, argc=8, argv=0x7fffe620ea88) at xf86Init.c:558
  43. #15 0x0000000000420e61 in main (argc=8, argv=0x7fffe620ea88, envp=0x7fffe620ead0) at main.c:203
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement