Advertisement
Guest User

Untitled

a guest
Aug 28th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 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 1502]
  13. [New LWP 1504]
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/arm-linux-gnueabi/libthread_db.so.1".
  16. Core was generated by `./test_egl'.
  17. Program terminated with signal 6, Aborted.
  18. #0 0x401bb276 in ?? () from /lib/arm-linux-gnueabi/libc.so.6
  19. (gdb) bt
  20. #0 0x401bb276 in ?? () from /lib/arm-linux-gnueabi/libc.so.6
  21. #1 0x401c8e52 in raise () from /lib/arm-linux-gnueabi/libc.so.6
  22. #2 0x401cb228 in abort () from /lib/arm-linux-gnueabi/libc.so.6
  23. #3 0x401ef688 in ?? () from /lib/arm-linux-gnueabi/libc.so.6
  24. #4 0x401ef688 in ?? () from /lib/arm-linux-gnueabi/libc.so.6
  25. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  26. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement