Advertisement
Guest User

Untitled

a guest
Aug 28th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. root@localhost:~# ./test_egl
  2. start
  3. EGL get display
  4. found ro.product.board for tuna
  5. found ro.board.platform for omap4
  6. majorminor 1.4
  7. foundecfg 15
  8. ANDROID CREATE 0x405FFADD
  9. found ro.product.board for tuna
  10. found ro.board.platform for omap4
  11. window is null
  12. SF = 0057b318
  13. test is BE8564E8
  14. test is 63DE8
  15. done with this...
  16. done
  17. +++++++++++++++++++++++++++++++++starting compile
  18. *** glibc detected *** ./test_egl: free(): invalid pointer: 0x442a0470 ***
  19. Aborted (core dumped)
  20. root@localhost:~# gdb ./test_egl core
  21. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
  22. Copyright (C) 2012 Free Software Foundation, Inc.
  23. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  24. This is free software: you are free to change and redistribute it.
  25. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  26. and "show warranty" for details.
  27. This GDB was configured as "arm-linux-gnueabi".
  28. For bug reporting instructions, please see:
  29. <http://bugs.launchpad.net/gdb-linaro/>...
  30. Reading symbols from /root/test_egl...done.
  31. [New LWP 1296]
  32. [New LWP 1298]
  33. [Thread debugging using libthread_db enabled]
  34. Using host libthread_db library "/lib/arm-linux-gnueabi/libthread_db.so.1".
  35. Core was generated by `./test_egl'.
  36. Program terminated with signal 6, Aborted.
  37. #0 __libc_do_syscall ()
  38. at ../ports/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S:47
  39. 47 ../ports/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S: No such file or directory.
  40. (gdb) bt
  41. #0 __libc_do_syscall ()
  42. at ../ports/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S:47
  43. #1 0x4018ae52 in __GI_raise (sig=6)
  44. at ../nptl/sysdeps/unix/sysv/linux/raise.c:67
  45. #2 0x4018d228 in __GI_abort () at abort.c:91
  46. #3 0x401b1688 in __libc_message (do_abort=2,
  47. fmt=0x4022e918 "*** glibc detected *** %s: %s: 0x%s ***\n")
  48. at ../sysdeps/unix/sysv/linux/libc_fatal.c:201
  49. #4 0x401b7fe6 in malloc_printerr (action=3,
  50. str=0x4022eb24 "free(): invalid pointer", ptr=<optimized out>)
  51. at malloc.c:5007
  52. #5 0x40049094 in __pthread_attr_destroy (attr=<optimized out>)
  53. at pthread_attr_destroy.c:42
  54. #6 0x401fdbd2 in pthread_attr_destroy (attr=<optimized out>) at forward.c:49
  55. #7 0x402baed0 in ?? ()
  56. #8 0x402baed0 in ?? ()
  57. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  58. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement