adeen-s

strace droid-hal-init

Dec 24th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. sh-3.2# strace droid-hal-init
  2. execve("/sbin/droid-hal-init", ["droid-hal-init"], [/* 11 vars */]) = 0
  3. getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
  4. gettid() = 958
  5. set_tls(0x37830, 0xfffffefc, 0, 0x37830, 0x37a74) = 0
  6. mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = 0x4009c000
  7. madvise(0x4009c000, 8192, MADV_MERGEABLE) = -1 EINVAL (Invalid argument)
  8. sigaltstack({ss_sp=0x4009c000, ss_flags=0, ss_size=8192}, NULL) = 0
  9. open("/dev/__properties__", O_RDONLY|O_LARGEFILE|O_NOFOLLOW|O_CLOEXEC) = 3
  10. fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
  11. fstat64(3, {st_mode=S_IFREG|0444, st_size=131072, ...}) = 0
  12. mmap2(NULL, 131072, PROT_READ, MAP_SHARED, 3, 0) = 0x40179000
  13. close(3) = 0
  14. mprotect(0x34000, 4096, PROT_READ) = 0
  15. statfs64("/sys/fs/selinux", 88, 0xbee1c948) = -1 ENOENT (No such file or directory)
  16. open("/proc/filesystems", O_RDONLY|O_LARGEFILE) = 3
  17. fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  18. gettimeofday({1450966928, 677953}, NULL) = 0
  19. brk(0) = 0xefd000
  20. brk(0xefd000) = 0xefd000
  21. brk(0xefe000) = 0xefe000
  22. read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 281
  23. read(3, "", 1024) = 0
  24. close(3) = 0
  25. clock_gettime(CLOCK_MONOTONIC, {257, 962743645}) = 0
  26. mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401ff000
  27. madvise(0x401ff000, 4096, MADV_MERGEABLE) = -1 EINVAL (Invalid argument)
  28. mprotect(0x401ff000, 4096, PROT_READ) = 0
  29. brk(0xeff000) = 0xeff000
  30. umask(0) = 022
  31. mkdir("/dev/socket", 0755) = -1 EEXIST (File exists)
  32. open("/dev/.booting", O_WRONLY|O_CREAT|O_LARGEFILE, 0) = 3
  33. close(3) = 0
  34. mknod("/dev/__null__", S_IFCHR|0600, makedev(1, 3)) = 0
  35. open("/dev/__null__", O_RDWR|O_LARGEFILE) = 3
  36. unlink("/dev/__null__") = 0
  37. dup2(3, 0) = 0
  38. dup2(3, 1) = 1
  39. dup2(3, 2) = 2
  40. close(3) = 0
  41. mknod("/dev/__kmsg__", S_IFCHR|0600, makedev(1, 11)) = 0
  42. open("/dev/__kmsg__", O_WRONLY|O_LARGEFILE) = 3
  43. fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
  44. unlink("/dev/__kmsg__") = 0
  45. open("/dev/__properties__", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE|O_NOFOLLOW|O_CLOEXEC, 0444) = -1 EEXIST (File exists)
  46. open("/proc/cpuinfo", O_RDONLY|O_LARGEFILE) = 4
  47. read(4, "Processor\t: ARMv7 Processor rev "..., 1023) = 323
  48. close(4) = 0
  49. chmod("/proc/cmdline", 0440) = 0
  50. open("/proc/cmdline", O_RDONLY|O_LARGEFILE) = 4
  51. read(4, "root=/dev/mmcblk0p1 rw rootdelay"..., 1023) = 455
  52. close(4) = 0
  53. access("/sys/fs/selinux", F_OK) = -1 ENOENT (No such file or directory)
  54. open("/proc/filesystems", O_RDONLY|O_LARGEFILE) = 4
  55. fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  56. read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 281
  57. read(4, "", 1024) = 0
  58. close(4) = 0
  59. open("/proc/filesystems", O_RDONLY|O_LARGEFILE) = 4
  60. fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  61. read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 281
  62. read(4, "", 1024) = 0
  63. close(4) = 0
  64. open("/proc/filesystems", O_RDONLY|O_LARGEFILE) = 4
  65. fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  66. read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 281
  67. read(4, "", 1024) = 0
  68. close(4) = 0
  69. open("/proc/filesystems", O_RDONLY|O_LARGEFILE) = 4
  70. fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  71. read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 281
  72. read(4, "", 1024) = 0
  73. close(4) = 0
  74. open("/default.prop", O_RDONLY|O_LARGEFILE) = 4
  75. fstat64(4, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
  76. lseek(4, 0, SEEK_END) = 136
  77. lseek(4, 0, SEEK_SET) = 0
  78. read(4, "#\n# ADDITIONAL_DEFAULT_PROPERTIE"..., 136) = 136
  79. close(4) = 0
  80. --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0x40179af8} ---
  81. +++ killed by SIGSEGV +++
  82. Segmentation fault
Add Comment
Please, Sign In to add comment