Advertisement
Guest User

Untitled

a guest
Aug 28th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. root@localhost:~# gdb ./test_egl core
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 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 "arm-linux-gnueabi".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /root/test_egl...done.
  12. [New LWP 436]
  13. [Thread debugging using libthread_db enabled]
  14. Using host libthread_db library "/lib/arm-linux-gnueabi/libthread_db.so.1".
  15. Core was generated by `./test_egl'.
  16. Program terminated with signal 11, Segmentation fault.
  17. #0 0xfffffffc in ?? ()
  18. (gdb) bt
  19. #0 0xfffffffc in ?? ()
  20. #1 0x402c5e5e in ?? ()
  21. #2 0x402c5e5e in ?? ()
  22. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  23. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement