Advertisement
neochapay

Untitled

Jul 5th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. gdb /usr/bin/test_hwcomposer core.3867
  2. GNU gdb (GDB) Mer (7.5.1+git3)
  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 "armv7hl-meego-linux-gnueabi".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/test_hwcomposer...(no debugging symbols found)...done.
  12. [New LWP 3867]
  13. [New LWP 3868]
  14. Missing separate debuginfo for /usr/lib/libwayland-client.so.0
  15. Try: zypper install -C "debuginfo(build-id)=819d2ca5d97262b1dac008159a35b97326098ee1"
  16. Missing separate debuginfo for /usr/lib/libwayland-server.so.0
  17. Try: zypper install -C "debuginfo(build-id)=6b4cb230b6c86e6f7e642ee300047e72a54cb423"
  18. Missing separate debuginfo for /lib/libdl.so.2
  19. Try: zypper install -C "debuginfo(build-id)=8a4e4592be87d1590b2d71ec3614ce4e54c4bdc4"
  20. Missing separate debuginfo for /lib/librt.so.1
  21. Try: zypper install -C "debuginfo(build-id)=1e1831cd012a55fec90d738d530a15763266ff86"
  22. Missing separate debuginfo for /usr/lib/libstdc++.so.6
  23. Try: zypper install -C "debuginfo(build-id)=c963c512215e86403ae9d7b263c70313ba01c7b9"
  24. Missing separate debuginfo for /lib/libm.so.6
  25. Try: zypper install -C "debuginfo(build-id)=f8ebd7ef6955e225ff33cd98ee8862389f90baab"
  26. Missing separate debuginfo for /lib/libgcc_s.so.1
  27. Try: zypper install -C "debuginfo(build-id)=cfc60f7a30d61effa9455972e1809511e1d1360d"
  28. Missing separate debuginfo for /lib/libpthread.so.0
  29. Try: zypper install -C "debuginfo(build-id)=9fae67645201dce43b7e5c9ed1e2e0e898f93270"
  30.  
  31. warning: File "/lib/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
  32. To enable execution of this file add
  33. add-auto-load-safe-path /lib/libthread_db-1.0.so
  34. line to your configuration file "/root/.gdbinit".
  35. To completely disable this security protection add
  36. set auto-load safe-path /
  37. line to your configuration file "/root/.gdbinit".
  38. For more information about this security protection see the
  39. "Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
  40. info "(gdb)Auto-loading safe path"
  41.  
  42. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  43. Missing separate debuginfo for /lib/libc.so.6
  44. Try: zypper install -C "debuginfo(build-id)=780f92c29979eddbde04bc0fb8500b3c33bbf7d4"
  45. Missing separate debuginfo for /lib/ld-linux-armhf.so.3
  46. Try: zypper install -C "debuginfo(build-id)=bfc9251e916a60e9d763939c5341cbbd3feb8bea"
  47. Missing separate debuginfo for /usr/lib/libffi.so.5
  48. Try: zypper install -C "debuginfo(build-id)=021163c265de85e2fe3e923bc9bad5dc2460afa3"
  49.  
  50. warning: File "/lib/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
  51.  
  52. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  53. Core was generated by `test_hwcomposer'.
  54. Program terminated with signal 11, Segmentation fault.
  55. #0 0x00000000 in ?? ()
  56. (gdb) bt
  57. #0 0x00000000 in ?? ()
  58. #1 0x000097fe in main ()
  59. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement