Advertisement
neochapay

Untitled

Jan 27th, 2017
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. [root@Sailfish ~]# strace /sbin/droid-hal-init
  2. execve("/sbin/droid-hal-init", ["/sbin/droid-hal-init"], [/* 18 vars */]) = 0
  3. set_tid_address(0x54538) = 1446
  4. set_tls(0x54774, 0x54774, 0x54774, 0x54544, 0x54530) = 0
  5. mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fba000
  6. madvise(0xb6fba000, 8192, MADV_MERGEABLE) = 0
  7. sigaltstack({ss_sp=0xb6fba000, ss_flags=0, ss_size=8192}, NULL) = 0
  8. openat(AT_FDCWD, "/dev/__properties__", O_RDONLY|O_LARGEFILE|O_NOFOLLOW|O_CLOEXEC) = 3
  9. fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
  10. fstat64(3, {st_mode=S_IFREG|0444, st_size=131072, ...}) = 0
  11. mmap2(NULL, 131072, PROT_READ, MAP_SHARED, 3, 0) = 0xb6f9a000
  12. close(3) = 0
  13. mprotect(0x51000, 4096, PROT_READ) = 0
  14. statfs64("/sys/fs/selinux", 88, 0xbe9a58a8) = -1 ENOENT (No such file or directory)
  15. mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f99000
  16. madvise(0xb6f99000, 4096, MADV_MERGEABLE) = 0
  17. mprotect(0xb6f99000, 4096, PROT_READ) = 0
  18. openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_LARGEFILE) = 3
  19. fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  20. gettimeofday({1485507127, 688724}, NULL) = 0
  21. brk(0) = 0x1827000
  22. brk(0x1828000) = 0x1828000
  23. mprotect(0xb6f99000, 4096, PROT_READ|PROT_WRITE) = 0
  24. mprotect(0xb6f99000, 4096, PROT_READ) = 0
  25. read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 293
  26. read(3, "", 1024) = 0
  27. close(3) = 0
  28. mprotect(0xb6f99000, 4096, PROT_READ|PROT_WRITE) = 0
  29. mprotect(0xb6f99000, 4096, PROT_READ) = 0
  30. brk(0x1829000) = 0x1829000
  31. umask(0) = 022
  32. mkdirat(AT_FDCWD, "/dev/socket", 0755) = -1 EEXIST (File exists)
  33. openat(AT_FDCWD, "/dev/.booting", O_WRONLY|O_CREAT|O_LARGEFILE, 0) = 3
  34. close(3) = 0
  35. mknodat(AT_FDCWD, "/dev/__null__", S_IFCHR|0600, makedev(1, 3)) = 0
  36. openat(AT_FDCWD, "/dev/__null__", O_RDWR|O_LARGEFILE) = 3
  37. unlinkat(AT_FDCWD, "/dev/__null__", 0) = 0
  38. dup3(3, 0, 0) = 0
  39. dup3(3, 1, 0) = 1
  40. dup3(3, 2, 0) = 2
  41. close(3) = 0
  42. mknodat(AT_FDCWD, "/dev/__kmsg__", S_IFCHR|0600, makedev(1, 11)) = 0
  43. openat(AT_FDCWD, "/dev/__kmsg__", O_WRONLY|O_LARGEFILE) = 3
  44. fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
  45. unlinkat(AT_FDCWD, "/dev/__kmsg__", 0) = 0
  46. openat(AT_FDCWD, "/dev/__properties__", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE|O_NOFOLLOW|O_CLOEXEC, 0444) = -1 EEXIST (File exists)
  47. openat(AT_FDCWD, "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies", O_RDONLY|O_LARGEFILE) = 4
  48. read(4, "126000 216000 312000 408000 6000"..., 127) = 106
  49. close(4) = 0
  50. fchmodat(AT_FDCWD, "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", 0644) = 0
  51. openat(AT_FDCWD, "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq", O_RDWR|O_LARGEFILE) = 4
  52. read(4, "1416000\n", 15) = 8
  53. write(4, "1416000", 7) = 7
  54. close(4) = 0
  55. openat(AT_FDCWD, "/sys/devices/system/cpu/type", O_RDONLY|O_LARGEFILE) = 4
  56. read(4, "rk3288v2\n", 63) = 9
  57. close(4) = 0
  58. openat(AT_FDCWD, "/sys/devices/system/cpu/soc", O_RDONLY|O_LARGEFILE) = 4
  59. read(4, "rk3288\n", 63) = 7
  60. close(4) = 0
  61. openat(AT_FDCWD, "/proc/cpuinfo", O_RDONLY|O_LARGEFILE) = 4
  62. read(4, "Processor\t: ARMv7 Processor rev "..., 1024) = 1024
  63. read(4, "ure: 7\nCPU variant\t: 0x0\nCPU par"..., 1024) = 154
  64. close(4) = 0
  65. fchmodat(AT_FDCWD, "/proc/cmdline", 0440) = 0
  66. openat(AT_FDCWD, "/proc/cmdline", O_RDONLY|O_LARGEFILE) = 4
  67. read(4, "vmalloc=496M console=ttyFIQ0 and"..., 2047) = 689
  68. close(4) = 0
  69. openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_LARGEFILE) = 4
  70. fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  71. mprotect(0xb6f99000, 4096, PROT_READ|PROT_WRITE) = 0
  72. mprotect(0xb6f99000, 4096, PROT_READ) = 0
  73. read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 293
  74. read(4, "", 1024) = 0
  75. close(4) = 0
  76. openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_LARGEFILE) = 4
  77. fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  78. mprotect(0xb6f99000, 4096, PROT_READ|PROT_WRITE) = 0
  79. mprotect(0xb6f99000, 4096, PROT_READ) = 0
  80. read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 293
  81. read(4, "", 1024) = 0
  82. close(4) = 0
  83. openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_LARGEFILE) = 4
  84. fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  85. mprotect(0xb6f99000, 4096, PROT_READ|PROT_WRITE) = 0
  86. mprotect(0xb6f99000, 4096, PROT_READ) = 0
  87. read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 293
  88. read(4, "", 1024) = 0
  89. close(4) = 0
  90. openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_LARGEFILE) = 4
  91. fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  92. mprotect(0xb6f99000, 4096, PROT_READ|PROT_WRITE) = 0
  93. mprotect(0xb6f99000, 4096, PROT_READ) = 0
  94. read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 293
  95. read(4, "", 1024) = 0
  96. close(4) = 0
  97. openat(AT_FDCWD, "/default.prop", O_RDONLY|O_LARGEFILE) = 4
  98. fstat64(4, {st_mode=S_IFREG|0644, st_size=333, ...}) = 0
  99. lseek(4, 0, SEEK_END) = 333
  100. lseek(4, 0, SEEK_SET) = 0
  101. read(4, "#\n# ADDITIONAL_DEFAULT_PROPERTIE"..., 333) = 333
  102. close(4) = 0
  103. --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0xb6f9ab9c} ---
  104. +++ killed by SIGSEGV +++
  105. Segmentation fault
  106. [root@Sailfish ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement