Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. sh-3.2# gdb /system/bin/grep
  2. GNU gdb (GDB) Mer (7.6.2+git2)
  3. Copyright (C) 2013 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 /system/bin/grep...Missing separate debuginfo for /system/bin/grep
  12. Try: zypper install -C "debuginfo(build-id)=893d232085361b3036857f53843dba0e.debug"
  13. (no debugging symbols found)...done.
  14. (gdb) run
  15. Starting program: /system/bin/grep
  16.  
  17. Program received signal SIGSEGV, Segmentation fault.
  18. 0xb6ed918c in getauxval (type=25) at bionic/libc/bionic/getauxval.cpp:45
  19. 45 bionic/libc/bionic/getauxval.cpp: No such file or directory.
  20. (gdb) where
  21. #0 0xb6ed918c in getauxval (type=25) at bionic/libc/bionic/getauxval.cpp:45
  22. #1 0xb6eda86c in __libc_init_common (args=..., hybris=hybris@entry=1) at bionic/libc/bionic/libc_init_common.cpp:126
  23. #2 0xb6ed6982 in __libc_preinit () at bionic/libc/bionic/libc_init_dynamic.cpp:85
  24. #3 0xb6fe0476 in soinfo::call_function (this=0xb6fd8344, function_name=0xb6ff656c "function", function=0xb6ed6979 <__libc_preinit()>) at bionic/linker/linker.cpp:2239
  25. #4 0xb6fe0542 in soinfo::call_array (this=0xb6fd8344, array_name=0xb6ff6633 "DT_INIT_ARRAY", functions=0xb6f362c8, count=<optimized out>, reverse=false)
  26. at bionic/linker/linker.cpp:2227
  27. #5 0xb6fe0708 in soinfo::call_constructors (this=0xb6fd8344) at bionic/linker/linker.cpp:2280
  28. #6 0xb6fe06bc in operator() (__closure=<optimized out>, si=<optimized out>) at bionic/linker/linker.cpp:2273
  29. #7 operator() (__closure=<optimized out>, si=<optimized out>) at bionic/linker/linked_list.h:105
  30. #8 visit<LinkedList<T, Allocator>::for_each(F) const [with F = soinfo::call_constructors()::<lambda(soinfo*)>; T = soinfo; Allocator = SoinfoListAllocator]::<lambda(soinfo*)> > (this=<optimized out>, action=...) at bionic/linker/linked_list.h:113
  31. #9 for_each<soinfo::call_constructors()::<lambda(soinfo*)> > (action=..., this=<optimized out>) at bionic/linker/linked_list.h:104
  32. #10 soinfo::call_constructors (this=0xb6fd81a4) at bionic/linker/linker.cpp:2274
  33. #11 0xb6fe06bc in operator() (__closure=<optimized out>, si=<optimized out>) at bionic/linker/linker.cpp:2273
  34. #12 operator() (__closure=<optimized out>, si=<optimized out>) at bionic/linker/linked_list.h:105
  35. #13 visit<LinkedList<T, Allocator>::for_each(F) const [with F = soinfo::call_constructors()::<lambda(soinfo*)>; T = soinfo; Allocator = SoinfoListAllocator]::<lambda(soinfo*)> > (this=<optimized out>, action=...) at bionic/linker/linked_list.h:113
  36. #14 for_each<soinfo::call_constructors()::<lambda(soinfo*)> > (action=..., this=<optimized out>) at bionic/linker/linked_list.h:104
  37. #15 soinfo::call_constructors (this=0xb6fd8004) at bionic/linker/linker.cpp:2274
  38. #16 0xb6fe46a2 in __linker_init_post_relocation (linker_base=<optimized out>, args=...) at bionic/linker/linker.cpp:3286
  39. #17 __linker_init (raw_args=<optimized out>) at bionic/linker/linker.cpp:3429
  40. #18 0xb6fdf66c in __dl__start () at bionic/linker/arch/arm/begin.S:33
  41. #19 0xb6fdf66c in __dl__start () at bionic/linker/arch/arm/begin.S:33
  42. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  43. (gdb) list
  44. 40 in bionic/libc/bionic/getauxval.cpp
  45. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement