Advertisement
Guest User

Untitled

a guest
Oct 25th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. root@ubuntu-phablet:~# cat ~/usc-gdb.log
  2. GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
  3. Copyright (C) 2016 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 unity-system-compositor...(no debugging symbols found)...done.
  17. Starting program: /usr/sbin/unity-system-compositor --debug-without-dm
  18. Cannot parse expression `.L1185 4@r4'.
  19. warning: Probes-based dynamic linker interface failed.
  20. Reverting to original interface.
  21.  
  22. [Thread debugging using libthread_db enabled]
  23. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  24. [1970-10-01 05:35:31.492958] mirplatform: Found graphics driver: mir:android (version 0.24.2)
  25. [1970-10-01 05:35:31.493916] mirplatform: Found graphics driver: mir:android-caf (version 0.24.2)
  26. [1970-10-01 05:35:31.560159] mirserver: Starting
  27. [1970-10-01 05:35:31.560726] mircommon: Loading modules from: /usr/lib/arm-linux-gnueabihf/mir/server-platform
  28. [1970-10-01 05:35:31.560961] mircommon: Loading module: /usr/lib/arm-linux-gnueabihf/mir/server-platform/graphics-android.so.10
  29. [1970-10-01 05:35:31.566662] mircommon: Loading module: /usr/lib/arm-linux-gnueabihf/mir/server-platform/graphics-android-caf.so.10
  30. [1970-10-01 05:35:31.566844] mircommon: Loading module: /usr/lib/arm-linux-gnueabihf/mir/server-platform/input-evdev.so.5
  31. [1970-10-01 05:35:31.575805] mirplatform: Found graphics driver: mir:android (version 0.24.2)
  32. [1970-10-01 05:35:31.576535] mirplatform: Found graphics driver: mir:android-caf (version 0.24.2)
  33. [1970-10-01 05:35:31.585238] mirserver: Selected driver: mir:android-caf (version 0.24.2)
  34. library "libgui.so" wasn't loaded and RTLD_NOLOAD prevented it
  35.  
  36. Program received signal SIGINT, Interrupt.
  37. 0xf6bcacec in nanosleep () from /android/system/lib/libc.so
  38. #0 0xf6bcacec in nanosleep () from /android/system/lib/libc.so
  39. No symbol table info available.
  40. #1 0xf6baf56c in sleep () from /android/system/lib/libc.so
  41. No symbol table info available.
  42. #2 0xf6b2d1ea in android::defaultServiceManager() () from /android/system/lib/libbinder.so
  43. No symbol table info available.
  44. #3 0xf6887de2 in qService::QService::init() () from /android/system/lib/libqservice.so
  45. No symbol table info available.
  46. #4 0xf68ccc6e in sdm::HWCSession::Init() () from /android/system/lib/hw/hwcomposer.msm8953.so
  47. No symbol table info available.
  48. #5 0xf68cd0ea in sdm::HWCSession::Open(hw_module_t const*, char const*, hw_device_t**) ()
  49. from /android/system/lib/hw/hwcomposer.msm8953.so
  50. No symbol table info available.
  51. #6 0xf6a1cb7c in ?? ()
  52. No symbol table info available.
  53. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  54. root@ubuntu-phablet:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement