Advertisement
Guest User

PHP 5.2.17 Segmentation Fault STrace

a guest
Feb 22nd, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.59 KB | None | 0 0
  1. Process 895294 attached - interrupt to quit
  2. restart_syscall(<... resuming interrupted call ...>) = 0
  3. access("/home/useraccount/public_html/app/Controller/AppController.php", F_OK) = 0
  4. open("/home/useraccount/public_html/app/Controller/AppController.php", O_RDONLY) = 8
  5. fstat(8, {st_mode=S_IFREG|0644, st_size=1186, ...}) = 0
  6. mmap(NULL, 1186, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  7. munmap(0x2b209ca1d000, 1186) = 0
  8. close(8) = 0
  9. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  10. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  11. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  12. lstat("/home/useraccount/public_html/app", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  13. lstat("/home/useraccount/public_html/app/Controller", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  14. lstat("/home/useraccount/public_html/app/Controller/AppController.php", {st_mode=S_IFREG|0644, st_size=1186, ...}) = 0
  15. open("/home/useraccount/public_html/app/Controller/AppController.php", O_RDONLY) = 8
  16. fstat(8, {st_mode=S_IFREG|0644, st_size=1186, ...}) = 0
  17. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  18. fstat(8, {st_mode=S_IFREG|0644, st_size=1186, ...}) = 0
  19. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  20. lseek(8, 0, SEEK_CUR) = 0
  21. lseek(8, 0, SEEK_SET) = 0
  22. read(8, "<?php\n// app/Controller/AppContr"..., 4096) = 1186
  23. lseek(8, 1186, SEEK_SET) = 1186
  24. read(8, "", 4096) = 0
  25. read(8, "", 8192) = 0
  26. read(8, "", 8192) = 0
  27. close(8) = 0
  28. munmap(0x2b209ca1d000, 4096) = 0
  29. access("/home/useraccount/public_html/app/Controller/Controller.php", F_OK) = -1 ENOENT (No such file or directory)
  30. access("/home/useraccount/public_html/app/controllers/Controller.php", F_OK) = -1 ENOENT (No such file or directory)
  31. access("/home/useraccount/public_html/app/Lib/Controller/Controller.php", F_OK) = -1 ENOENT (No such file or directory)
  32. access("/home/useraccount/public_html/lib/Cake/Controller/Controller.php", F_OK) = 0
  33. open("/home/useraccount/public_html/lib/Cake/Controller/Controller.php", O_RDONLY) = 8
  34. fstat(8, {st_mode=S_IFREG|0644, st_size=34839, ...}) = 0
  35. mmap(NULL, 34839, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  36. munmap(0x2b209ca1d000, 34839) = 0
  37. close(8) = 0
  38. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  39. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  40. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  41. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  42. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  43. lstat("/home/useraccount/public_html/lib/Cake/Controller", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  44. lstat("/home/useraccount/public_html/lib/Cake/Controller/Controller.php", {st_mode=S_IFREG|0644, st_size=34839, ...}) = 0
  45. open("/home/useraccount/public_html/lib/Cake/Controller/Controller.php", O_RDONLY) = 8
  46. fstat(8, {st_mode=S_IFREG|0644, st_size=34839, ...}) = 0
  47. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  48. fstat(8, {st_mode=S_IFREG|0644, st_size=34839, ...}) = 0
  49. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  50. lseek(8, 0, SEEK_CUR) = 0
  51. lseek(8, 0, SEEK_SET) = 0
  52. read(8, "<?php\n/**\n * Base controller cla"..., 4096) = 4096
  53. lseek(8, 4096, SEEK_SET) = 4096
  54. read(8, "esponse\n *\n * @var CakeResponse\n"..., 4096) = 4096
  55. read(8, "rent class.\n *\n * @var string\n *"..., 8192) = 8192
  56. brk(0x18b4d000) = 0x18b4d000
  57. read(8, " = array_merge($this->uses, arra"..., 8192) = 8192
  58. read(8, "c_get_args();\n\n\t\tif (empty($obje"..., 8192) = 8192
  59. read(8, "n Success\n * @link http://book.c"..., 8192) = 2071
  60. read(8, "", 4096) = 0
  61. read(8, "", 8192) = 0
  62. read(8, "", 8192) = 0
  63. close(8) = 0
  64. munmap(0x2b209ca1d000, 4096) = 0
  65. access("/home/useraccount/public_html/app/Lib/Core/Object.php", F_OK) = -1 ENOENT (No such file or directory)
  66. access("/home/useraccount/public_html/lib/Cake/Core/Object.php", F_OK) = 0
  67. open("/home/useraccount/public_html/lib/Cake/Core/Object.php", O_RDONLY) = 8
  68. fstat(8, {st_mode=S_IFREG|0644, st_size=6747, ...}) = 0
  69. mmap(NULL, 6747, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  70. munmap(0x2b209ca1d000, 6747) = 0
  71. close(8) = 0
  72. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  73. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  74. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  75. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  76. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  77. lstat("/home/useraccount/public_html/lib/Cake/Core", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  78. lstat("/home/useraccount/public_html/lib/Cake/Core/Object.php", {st_mode=S_IFREG|0644, st_size=6747, ...}) = 0
  79. open("/home/useraccount/public_html/lib/Cake/Core/Object.php", O_RDONLY) = 8
  80. fstat(8, {st_mode=S_IFREG|0644, st_size=6747, ...}) = 0
  81. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  82. fstat(8, {st_mode=S_IFREG|0644, st_size=6747, ...}) = 0
  83. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  84. lseek(8, 0, SEEK_CUR) = 0
  85. lseek(8, 0, SEEK_SET) = 0
  86. read(8, "<?php\n/**\n * Object class, allow"..., 4096) = 4096
  87. lseek(8, 4096, SEEK_SET) = 4096
  88. read(8, "rams[0], $params[1], $params[2])"..., 4096) = 2651
  89. read(8, "", 4096) = 0
  90. read(8, "", 8192) = 0
  91. read(8, "", 8192) = 0
  92. close(8) = 0
  93. munmap(0x2b209ca1d000, 4096) = 0
  94. brk(0x18b8d000) = 0x18b8d000
  95. access("/home/useraccount/public_html/app/Controller/ComponentCollection.php", F_OK) = -1 ENOENT (No such file or directory)
  96. access("/home/useraccount/public_html/app/controllers/ComponentCollection.php", F_OK) = -1 ENOENT (No such file or directory)
  97. access("/home/useraccount/public_html/app/Lib/Controller/ComponentCollection.php", F_OK) = -1 ENOENT (No such file or directory)
  98. access("/home/useraccount/public_html/lib/Cake/Controller/ComponentCollection.php", F_OK) = 0
  99. open("/home/useraccount/public_html/lib/Cake/Controller/ComponentCollection.php", O_RDONLY) = 8
  100. fstat(8, {st_mode=S_IFREG|0644, st_size=3597, ...}) = 0
  101. mmap(NULL, 3597, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  102. munmap(0x2b209ca1d000, 3597) = 0
  103. close(8) = 0
  104. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  105. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  106. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  107. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  108. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  109. lstat("/home/useraccount/public_html/lib/Cake/Controller", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  110. lstat("/home/useraccount/public_html/lib/Cake/Controller/ComponentCollection.php", {st_mode=S_IFREG|0644, st_size=3597, ...}) = 0
  111. open("/home/useraccount/public_html/lib/Cake/Controller/ComponentCollection.php", O_RDONLY) = 8
  112. fstat(8, {st_mode=S_IFREG|0644, st_size=3597, ...}) = 0
  113. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  114. fstat(8, {st_mode=S_IFREG|0644, st_size=3597, ...}) = 0
  115. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  116. lseek(8, 0, SEEK_CUR) = 0
  117. lseek(8, 0, SEEK_SET) = 0
  118. read(8, "<?php\n/**\n * Components collecti"..., 4096) = 3597
  119. lseek(8, 3597, SEEK_SET) = 3597
  120. read(8, "", 4096) = 0
  121. read(8, "", 8192) = 0
  122. read(8, "", 8192) = 0
  123. close(8) = 0
  124. munmap(0x2b209ca1d000, 4096) = 0
  125. access("/home/useraccount/public_html/app/Lib/Utility/ObjectCollection.php", F_OK) = -1 ENOENT (No such file or directory)
  126. access("/home/useraccount/public_html/lib/Cake/Utility/ObjectCollection.php", F_OK) = 0
  127. open("/home/useraccount/public_html/lib/Cake/Utility/ObjectCollection.php", O_RDONLY) = 8
  128. fstat(8, {st_mode=S_IFREG|0644, st_size=8117, ...}) = 0
  129. mmap(NULL, 8117, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  130. munmap(0x2b209ca1d000, 8117) = 0
  131. close(8) = 0
  132. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  133. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  134. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  135. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  136. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  137. lstat("/home/useraccount/public_html/lib/Cake/Utility", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  138. lstat("/home/useraccount/public_html/lib/Cake/Utility/ObjectCollection.php", {st_mode=S_IFREG|0644, st_size=8117, ...}) = 0
  139. open("/home/useraccount/public_html/lib/Cake/Utility/ObjectCollection.php", O_RDONLY) = 8
  140. fstat(8, {st_mode=S_IFREG|0644, st_size=8117, ...}) = 0
  141. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  142. fstat(8, {st_mode=S_IFREG|0644, st_size=8117, ...}) = 0
  143. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  144. lseek(8, 0, SEEK_CUR) = 0
  145. lseek(8, 0, SEEK_SET) = 0
  146. read(8, "<?php\n/**\n * CakePHP(tm) : Rapid"..., 4096) = 4096
  147. lseek(8, 4096, SEEK_SET) = 4096
  148. read(8, "On']) && in_array($result, $opti"..., 4096) = 4021
  149. read(8, "", 4096) = 0
  150. read(8, "", 8192) = 0
  151. read(8, "", 8192) = 0
  152. close(8) = 0
  153. munmap(0x2b209ca1d000, 4096) = 0
  154. access("/home/useraccount/public_html/app/Lib/Utility/Set.php", F_OK) = -1 ENOENT (No such file or directory)
  155. access("/home/useraccount/public_html/lib/Cake/Utility/Set.php", F_OK) = 0
  156. open("/home/useraccount/public_html/lib/Cake/Utility/Set.php", O_RDONLY) = 8
  157. fstat(8, {st_mode=S_IFREG|0644, st_size=32308, ...}) = 0
  158. mmap(NULL, 32308, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  159. munmap(0x2b209ca1d000, 32308) = 0
  160. close(8) = 0
  161. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  162. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  163. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  164. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  165. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  166. lstat("/home/useraccount/public_html/lib/Cake/Utility", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  167. lstat("/home/useraccount/public_html/lib/Cake/Utility/Set.php", {st_mode=S_IFREG|0644, st_size=32308, ...}) = 0
  168. open("/home/useraccount/public_html/lib/Cake/Utility/Set.php", O_RDONLY) = 8
  169. fstat(8, {st_mode=S_IFREG|0644, st_size=32308, ...}) = 0
  170. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  171. fstat(8, {st_mode=S_IFREG|0644, st_size=32308, ...}) = 0
  172. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  173. lseek(8, 0, SEEK_CUR) = 0
  174. lseek(8, 0, SEEK_SET) = 0
  175. read(8, "<?php\n/**\n * Library of array fu"..., 4096) = 4096
  176. lseek(8, 4096, SEEK_SET) = 4096
  177. read(8, "irst array.\n * If $value is not "..., 4096) = 4096
  178. read(8, ");\n\t\t$data = $extracted;\n\t\t$coun"..., 8192) = 8192
  179. brk(0x18bd1000) = 0x18bd1000
  180. read(8, "= '!=' && $val == $expected) {\n\t"..., 8192) = 8192
  181. read(8, "is_string($list)) {\n\t\t\t$list = e"..., 8192) = 7732
  182. read(8, "", 4096) = 0
  183. read(8, "", 8192) = 0
  184. read(8, "", 8192) = 0
  185. close(8) = 0
  186. munmap(0x2b209ca1d000, 4096) = 0
  187. access("/home/useraccount/public_html/app/Controller/Component/SecurityComponent.php", F_OK) = -1 ENOENT (No such file or directory)
  188. access("/home/useraccount/public_html/app/controllers/components/SecurityComponent.php", F_OK) = -1 ENOENT (No such file or directory)
  189. access("/home/useraccount/public_html/app/Lib/Controller/Component/SecurityComponent.php", F_OK) = -1 ENOENT (No such file or directory)
  190. access("/home/useraccount/public_html/lib/Cake/Controller/Component/SecurityComponent.php", F_OK) = 0
  191. open("/home/useraccount/public_html/lib/Cake/Controller/Component/SecurityComponent.php", O_RDONLY) = 8
  192. fstat(8, {st_mode=S_IFREG|0644, st_size=16347, ...}) = 0
  193. mmap(NULL, 16347, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  194. munmap(0x2b209ca1d000, 16347) = 0
  195. close(8) = 0
  196. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  197. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  198. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  199. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  200. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  201. lstat("/home/useraccount/public_html/lib/Cake/Controller", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  202. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  203. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component/SecurityComponent.php", {st_mode=S_IFREG|0644, st_size=16347, ...}) = 0
  204. open("/home/useraccount/public_html/lib/Cake/Controller/Component/SecurityComponent.php", O_RDONLY) = 8
  205. fstat(8, {st_mode=S_IFREG|0644, st_size=16347, ...}) = 0
  206. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  207. fstat(8, {st_mode=S_IFREG|0644, st_size=16347, ...}) = 0
  208. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  209. lseek(8, 0, SEEK_CUR) = 0
  210. lseek(8, 0, SEEK_SET) = 0
  211. read(8, "<?php\n/**\n * Security Component\n"..., 4096) = 4096
  212. lseek(8, 4096, SEEK_SET) = 4096
  213. read(8, "nerate\n * new tokens on each req"..., 4096) = 4096
  214. read(8, "controller, $this->blackHoleCall"..., 8192) = 8155
  215. read(8, "", 4096) = 0
  216. read(8, "", 8192) = 0
  217. brk(0x18c11000) = 0x18c11000
  218. read(8, "", 8192) = 0
  219. close(8) = 0
  220. munmap(0x2b209ca1d000, 4096) = 0
  221. access("/home/useraccount/public_html/app/Controller/Component.php", F_OK) = -1 ENOENT (No such file or directory)
  222. access("/home/useraccount/public_html/app/controllers/Component.php", F_OK) = -1 ENOENT (No such file or directory)
  223. access("/home/useraccount/public_html/app/Lib/Controller/Component.php", F_OK) = -1 ENOENT (No such file or directory)
  224. access("/home/useraccount/public_html/lib/Cake/Controller/Component.php", F_OK) = 0
  225. open("/home/useraccount/public_html/lib/Cake/Controller/Component.php", O_RDONLY) = 8
  226. fstat(8, {st_mode=S_IFREG|0644, st_size=5391, ...}) = 0
  227. mmap(NULL, 5391, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  228. munmap(0x2b209ca1d000, 5391) = 0
  229. close(8) = 0
  230. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  231. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  232. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  233. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  234. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  235. lstat("/home/useraccount/public_html/lib/Cake/Controller", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  236. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component.php", {st_mode=S_IFREG|0644, st_size=5391, ...}) = 0
  237. open("/home/useraccount/public_html/lib/Cake/Controller/Component.php", O_RDONLY) = 8
  238. fstat(8, {st_mode=S_IFREG|0644, st_size=5391, ...}) = 0
  239. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  240. fstat(8, {st_mode=S_IFREG|0644, st_size=5391, ...}) = 0
  241. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  242. lseek(8, 0, SEEK_CUR) = 0
  243. lseek(8, 0, SEEK_SET) = 0
  244. read(8, "<?php\n/**\n *\n * PHP 5\n *\n * Cake"..., 4096) = 4096
  245. lseek(8, 4096, SEEK_SET) = 4096
  246. read(8, " the output is printed to the br"..., 4096) = 1295
  247. read(8, "", 4096) = 0
  248. read(8, "", 8192) = 0
  249. read(8, "", 8192) = 0
  250. close(8) = 0
  251. munmap(0x2b209ca1d000, 4096) = 0
  252. access("/home/useraccount/public_html/app/Controller/Component/SessionComponent.php", F_OK) = -1 ENOENT (No such file or directory)
  253. access("/home/useraccount/public_html/app/controllers/components/SessionComponent.php", F_OK) = -1 ENOENT (No such file or directory)
  254. access("/home/useraccount/public_html/app/Lib/Controller/Component/SessionComponent.php", F_OK) = -1 ENOENT (No such file or directory)
  255. access("/home/useraccount/public_html/lib/Cake/Controller/Component/SessionComponent.php", F_OK) = 0
  256. open("/home/useraccount/public_html/lib/Cake/Controller/Component/SessionComponent.php", O_RDONLY) = 8
  257. fstat(8, {st_mode=S_IFREG|0644, st_size=5693, ...}) = 0
  258. mmap(NULL, 5693, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  259. munmap(0x2b209ca1d000, 5693) = 0
  260. close(8) = 0
  261. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  262. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  263. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  264. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  265. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  266. lstat("/home/useraccount/public_html/lib/Cake/Controller", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  267. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  268. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component/SessionComponent.php", {st_mode=S_IFREG|0644, st_size=5693, ...}) = 0
  269. open("/home/useraccount/public_html/lib/Cake/Controller/Component/SessionComponent.php", O_RDONLY) = 8
  270. fstat(8, {st_mode=S_IFREG|0644, st_size=5693, ...}) = 0
  271. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  272. fstat(8, {st_mode=S_IFREG|0644, st_size=5693, ...}) = 0
  273. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  274. lseek(8, 0, SEEK_CUR) = 0
  275. lseek(8, 0, SEEK_SET) = 0
  276. read(8, "<?php\n/**\n * SessionComponent. P"..., 4096) = 4096
  277. lseek(8, 4096, SEEK_SET) = 4096
  278. read(8, "to be flashed\n * @param string $"..., 4096) = 1597
  279. read(8, "", 4096) = 0
  280. read(8, "", 8192) = 0
  281. read(8, "", 8192) = 0
  282. close(8) = 0
  283. munmap(0x2b209ca1d000, 4096) = 0
  284. access("/home/useraccount/public_html/app/Controller/Component/AuthComponent.php", F_OK) = -1 ENOENT (No such file or directory)
  285. access("/home/useraccount/public_html/app/controllers/components/AuthComponent.php", F_OK) = -1 ENOENT (No such file or directory)
  286. access("/home/useraccount/public_html/app/Lib/Controller/Component/AuthComponent.php", F_OK) = -1 ENOENT (No such file or directory)
  287. access("/home/useraccount/public_html/lib/Cake/Controller/Component/AuthComponent.php", F_OK) = 0
  288. open("/home/useraccount/public_html/lib/Cake/Controller/Component/AuthComponent.php", O_RDONLY) = 8
  289. fstat(8, {st_mode=S_IFREG|0644, st_size=21541, ...}) = 0
  290. mmap(NULL, 21541, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  291. munmap(0x2b209ca1d000, 21541) = 0
  292. close(8) = 0
  293. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  294. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  295. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  296. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  297. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  298. lstat("/home/useraccount/public_html/lib/Cake/Controller", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  299. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  300. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component/AuthComponent.php", {st_mode=S_IFREG|0644, st_size=21541, ...}) = 0
  301. open("/home/useraccount/public_html/lib/Cake/Controller/Component/AuthComponent.php", O_RDONLY) = 8
  302. fstat(8, {st_mode=S_IFREG|0644, st_size=21541, ...}) = 0
  303. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  304. fstat(8, {st_mode=S_IFREG|0644, st_size=21541, ...}) = 0
  305. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  306. lseek(8, 0, SEEK_CUR) = 0
  307. lseek(8, 0, SEEK_SET) = 0
  308. read(8, "<?php\n/**\n * Authentication comp"..., 4096) = 4096
  309. lseek(8, 4096, SEEK_SET) = 4096
  310. read(8, "\t);\n\n/**\n * The session key name"..., 4096) = 4096
  311. read(8, "lse;\n\t\t\t\t} elseif (!empty($this-"..., 8192) = 8192
  312. read(8, "$_user) && !CakeSession::check(s"..., 8192) = 5157
  313. read(8, "", 4096) = 0
  314. read(8, "", 8192) = 0
  315. brk(0x18c51000) = 0x18c51000
  316. read(8, "", 8192) = 0
  317. close(8) = 0
  318. munmap(0x2b209ca1d000, 4096) = 0
  319. access("/home/useraccount/public_html/app/Lib/Utility/Debugger.php", F_OK) = -1 ENOENT (No such file or directory)
  320. access("/home/useraccount/public_html/lib/Cake/Utility/Debugger.php", F_OK) = 0
  321. open("/home/useraccount/public_html/lib/Cake/Utility/Debugger.php", O_RDONLY) = 8
  322. fstat(8, {st_mode=S_IFREG|0644, st_size=22133, ...}) = 0
  323. mmap(NULL, 22133, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  324. munmap(0x2b209ca1d000, 22133) = 0
  325. close(8) = 0
  326. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  327. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  328. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  329. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  330. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  331. lstat("/home/useraccount/public_html/lib/Cake/Utility", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  332. lstat("/home/useraccount/public_html/lib/Cake/Utility/Debugger.php", {st_mode=S_IFREG|0644, st_size=22133, ...}) = 0
  333. open("/home/useraccount/public_html/lib/Cake/Utility/Debugger.php", O_RDONLY) = 8
  334. fstat(8, {st_mode=S_IFREG|0644, st_size=22133, ...}) = 0
  335. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  336. fstat(8, {st_mode=S_IFREG|0644, st_size=22133, ...}) = 0
  337. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  338. lseek(8, 0, SEEK_CUR) = 0
  339. lseek(8, 0, SEEK_SET) = 0
  340. read(8, "<?php\n/**\n * Framework debugging"..., 4096) = 4096
  341. lseek(8, 4096, SEEK_SET) = 4096
  342. read(8, "\t\t$this->_templates['js']['conte"..., 4096) = 4096
  343. read(8, "php.org/2.0/en/development/debug"..., 8192) = 8192
  344. read(8, "ext` and `trace`. Will be set wi"..., 8192) = 5749
  345. read(8, "", 4096) = 0
  346. read(8, "", 8192) = 0
  347. read(8, "", 8192) = 0
  348. close(8) = 0
  349. munmap(0x2b209ca1d000, 4096) = 0
  350. access("/home/useraccount/public_html/app/Lib/Utility/Security.php", F_OK) = -1 ENOENT (No such file or directory)
  351. access("/home/useraccount/public_html/lib/Cake/Utility/Security.php", F_OK) = 0
  352. open("/home/useraccount/public_html/lib/Cake/Utility/Security.php", O_RDONLY) = 8
  353. fstat(8, {st_mode=S_IFREG|0644, st_size=3646, ...}) = 0
  354. mmap(NULL, 3646, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  355. munmap(0x2b209ca1d000, 3646) = 0
  356. close(8) = 0
  357. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  358. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  359. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  360. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  361. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  362. lstat("/home/useraccount/public_html/lib/Cake/Utility", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  363. lstat("/home/useraccount/public_html/lib/Cake/Utility/Security.php", {st_mode=S_IFREG|0644, st_size=3646, ...}) = 0
  364. open("/home/useraccount/public_html/lib/Cake/Utility/Security.php", O_RDONLY) = 8
  365. fstat(8, {st_mode=S_IFREG|0644, st_size=3646, ...}) = 0
  366. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  367. fstat(8, {st_mode=S_IFREG|0644, st_size=3646, ...}) = 0
  368. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  369. lseek(8, 0, SEEK_CUR) = 0
  370. lseek(8, 0, SEEK_SET) = 0
  371. read(8, "<?php\n/**\n * Core Security\n *\n *"..., 4096) = 3646
  372. lseek(8, 3646, SEEK_SET) = 3646
  373. read(8, "", 4096) = 0
  374. read(8, "", 8192) = 0
  375. brk(0x18c91000) = 0x18c91000
  376. read(8, "", 8192) = 0
  377. close(8) = 0
  378. munmap(0x2b209ca1d000, 4096) = 0
  379. access("/home/useraccount/public_html/app/Lib/Utility/String.php", F_OK) = -1 ENOENT (No such file or directory)
  380. access("/home/useraccount/public_html/lib/Cake/Utility/String.php", F_OK) = 0
  381. open("/home/useraccount/public_html/lib/Cake/Utility/String.php", O_RDONLY) = 8
  382. fstat(8, {st_mode=S_IFREG|0644, st_size=10178, ...}) = 0
  383. mmap(NULL, 10178, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  384. munmap(0x2b209ca1d000, 10178) = 0
  385. close(8) = 0
  386. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  387. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  388. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  389. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  390. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  391. lstat("/home/useraccount/public_html/lib/Cake/Utility", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  392. lstat("/home/useraccount/public_html/lib/Cake/Utility/String.php", {st_mode=S_IFREG|0644, st_size=10178, ...}) = 0
  393. open("/home/useraccount/public_html/lib/Cake/Utility/String.php", O_RDONLY) = 8
  394. fstat(8, {st_mode=S_IFREG|0644, st_size=10178, ...}) = 0
  395. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  396. fstat(8, {st_mode=S_IFREG|0644, st_size=10178, ...}) = 0
  397. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  398. lseek(8, 0, SEEK_CUR) = 0
  399. lseek(8, 0, SEEK_SET) = 0
  400. read(8, "<?php\n/**\n * String handling met"..., 4096) = 4096
  401. lseek(8, 4096, SEEK_SET) = 4096
  402. read(8, ")) {\n\t\t\t$results[] = $buffer;\n\t\t"..., 4096) = 4096
  403. read(8, "ions['after'], '/')\n\t\t\t\t);\n\t\t\t\t$"..., 8192) = 1986
  404. read(8, "", 4096) = 0
  405. read(8, "", 8192) = 0
  406. read(8, "", 8192) = 0
  407. close(8) = 0
  408. munmap(0x2b209ca1d000, 4096) = 0
  409. access("/home/useraccount/public_html/app/Model/Datasource/CakeSession.php", F_OK) = -1 ENOENT (No such file or directory)
  410. access("/home/useraccount/public_html/app/models/datasources/CakeSession.php", F_OK) = -1 ENOENT (No such file or directory)
  411. access("/home/useraccount/public_html/app/Lib/Model/Datasource/CakeSession.php", F_OK) = -1 ENOENT (No such file or directory)
  412. access("/home/useraccount/public_html/lib/Cake/Model/Datasource/CakeSession.php", F_OK) = 0
  413. open("/home/useraccount/public_html/lib/Cake/Model/Datasource/CakeSession.php", O_RDONLY) = 8
  414. fstat(8, {st_mode=S_IFREG|0644, st_size=18282, ...}) = 0
  415. mmap(NULL, 18282, PROT_READ, MAP_SHARED, 8, 0) = 0x2b209ca1d000
  416. munmap(0x2b209ca1d000, 18282) = 0
  417. close(8) = 0
  418. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  419. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  420. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  421. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  422. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  423. lstat("/home/useraccount/public_html/lib/Cake/Model", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  424. lstat("/home/useraccount/public_html/lib/Cake/Model/Datasource", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  425. lstat("/home/useraccount/public_html/lib/Cake/Model/Datasource/CakeSession.php", {st_mode=S_IFREG|0644, st_size=18282, ...}) = 0
  426. open("/home/useraccount/public_html/lib/Cake/Model/Datasource/CakeSession.php", O_RDONLY) = 8
  427. fstat(8, {st_mode=S_IFREG|0644, st_size=18282, ...}) = 0
  428. fcntl(8, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  429. fstat(8, {st_mode=S_IFREG|0644, st_size=18282, ...}) = 0
  430. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  431. lseek(8, 0, SEEK_CUR) = 0
  432. lseek(8, 0, SEEK_SET) = 0
  433. read(8, "<?php\n/**\n * Session class for C"..., 4096) = 4096
  434. lseek(8, 4096, SEEK_SET) = 4096
  435. read(8, "self::started()) {\n\t\t\tself::_che"..., 4096) = 4096
  436. read(8, "ull($result)) {\n\t\t\treturn $resul"..., 8192) = 8192
  437. brk(0x18cd1000) = 0x18cd1000
  438. read(8, "**\n * Helper method to set an in"..., 8192) = 1898
  439. read(8, "", 4096) = 0
  440. read(8, "", 8192) = 0
  441. read(8, "", 8192) = 0
  442. close(8) = 0
  443. munmap(0x2b209ca1d000, 4096) = 0
  444. open("/tmp/sess_ca87f6b3211e6ffd88a1d113aa3dd120", O_RDWR|O_CREAT, 0600) = 8
  445. flock(8, LOCK_EX) = 0
  446. fcntl(8, F_SETFD, FD_CLOEXEC) = 0
  447. fstat(8, {st_mode=S_IFREG|0600, st_size=536, ...}) = 0
  448. lseek(8, 0, SEEK_SET) = 0
  449. read(8, "Config|a:3:{s:9:\"userAgent\";s:32"..., 536) = 536
  450. access("/home/useraccount/public_html/app/Lib/I18n/I18n.php", F_OK) = -1 ENOENT (No such file or directory)
  451. access("/home/useraccount/public_html/lib/Cake/I18n/I18n.php", F_OK) = 0
  452. open("/home/useraccount/public_html/lib/Cake/I18n/I18n.php", O_RDONLY) = 9
  453. fstat(9, {st_mode=S_IFREG|0644, st_size=18832, ...}) = 0
  454. mmap(NULL, 18832, PROT_READ, MAP_SHARED, 9, 0) = 0x2b209ca1d000
  455. munmap(0x2b209ca1d000, 18832) = 0
  456. close(9) = 0
  457. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  458. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  459. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  460. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  461. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  462. lstat("/home/useraccount/public_html/lib/Cake/I18n", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  463. lstat("/home/useraccount/public_html/lib/Cake/I18n/I18n.php", {st_mode=S_IFREG|0644, st_size=18832, ...}) = 0
  464. open("/home/useraccount/public_html/lib/Cake/I18n/I18n.php", O_RDONLY) = 9
  465. fstat(9, {st_mode=S_IFREG|0644, st_size=18832, ...}) = 0
  466. fcntl(9, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  467. fstat(9, {st_mode=S_IFREG|0644, st_size=18832, ...}) = 0
  468. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  469. lseek(9, 0, SEEK_CUR) = 0
  470. lseek(9, 0, SEEK_SET) = 0
  471. read(9, "<?php\n/**\n * Internationalizatio"..., 4096) = 4096
  472. lseek(9, 4096, SEEK_SET) = 4096
  473. read(9, ");\n\t\t\tCache::write($_this->domai"..., 4096) = 4096
  474. read(9, "erge = array();\n\t\t$searchPaths ="..., 8192) = 8192
  475. brk(0x18d11000) = 0x18d11000
  476. read(9, "ape = array($escape . ',', $esca"..., 8192) = 2448
  477. read(9, "", 4096) = 0
  478. read(9, "", 8192) = 0
  479. read(9, "", 8192) = 0
  480. close(9) = 0
  481. munmap(0x2b209ca1d000, 4096) = 0
  482. access("/home/useraccount/public_html/app/Lib/I18n/L10n.php", F_OK) = -1 ENOENT (No such file or directory)
  483. access("/home/useraccount/public_html/lib/Cake/I18n/L10n.php", F_OK) = 0
  484. open("/home/useraccount/public_html/lib/Cake/I18n/L10n.php", O_RDONLY) = 9
  485. fstat(9, {st_mode=S_IFREG|0644, st_size=30797, ...}) = 0
  486. mmap(NULL, 30797, PROT_READ, MAP_SHARED, 9, 0) = 0x2b209ca1d000
  487. munmap(0x2b209ca1d000, 30797) = 0
  488. close(9) = 0
  489. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  490. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  491. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  492. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  493. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  494. lstat("/home/useraccount/public_html/lib/Cake/I18n", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  495. lstat("/home/useraccount/public_html/lib/Cake/I18n/L10n.php", {st_mode=S_IFREG|0644, st_size=30797, ...}) = 0
  496. open("/home/useraccount/public_html/lib/Cake/I18n/L10n.php", O_RDONLY) = 9
  497. fstat(9, {st_mode=S_IFREG|0644, st_size=30797, ...}) = 0
  498. fcntl(9, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  499. fstat(9, {st_mode=S_IFREG|0644, st_size=30797, ...}) = 0
  500. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  501. lseek(9, 0, SEEK_CUR) = 0
  502. lseek(9, 0, SEEK_SET) = 0
  503. read(9, "<?php\n/**\n * Localization\n *\n * "..., 4096) = 4096
  504. lseek(9, 4096, SEEK_SET) = 4096
  505. read(9, "\t\t\t\t\t/* Sorbian */ 'wen' => 'sb'"..., 4096) = 4096
  506. read(9, "lback' => 'bod', 'charset' => 'u"..., 8192) = 8192
  507. read(9, "cale' => 'fr_lu', 'localeFallbac"..., 8192) = 8192
  508. read(9, "Vietnamese', 'locale' => 'vie', "..., 8192) = 6221
  509. read(9, "", 4096) = 0
  510. read(9, "", 8192) = 0
  511. read(9, "", 8192) = 0
  512. close(9) = 0
  513. munmap(0x2b209ca1d000, 4096) = 0
  514. stat("/home/useraccount/public_html/app/tmp/cache/persistent/cake_core_cake_en-us", 0x7fff460bd1c0) = -1 ENOENT (No such file or directory)
  515. access("/home/useraccount/public_html/app/Locale/en_us/LC_MESSAGES/core.mo", F_OK) = -1 ENOENT (No such file or directory)
  516. access("/home/useraccount/public_html/app/Locale/en_us/LC_MESSAGES/core.po", F_OK) = -1 ENOENT (No such file or directory)
  517. access("/home/useraccount/public_html/app/Locale/en_us/LC_MESSAGES/cake.mo", F_OK) = -1 ENOENT (No such file or directory)
  518. access("/home/useraccount/public_html/app/Locale/en_us/LC_MESSAGES/cake.po", F_OK) = -1 ENOENT (No such file or directory)
  519. stat("/home/useraccount/public_html/app/Locale/en_us/LC_MESSAGES", 0x7fff460bc6e0) = -1 ENOENT (No such file or directory)
  520. access("/home/useraccount/public_html/app/Locale/eng/LC_MESSAGES/core.mo", F_OK) = -1 ENOENT (No such file or directory)
  521. access("/home/useraccount/public_html/app/Locale/eng/LC_MESSAGES/core.po", F_OK) = -1 ENOENT (No such file or directory)
  522. access("/home/useraccount/public_html/app/Locale/eng/LC_MESSAGES/cake.mo", F_OK) = -1 ENOENT (No such file or directory)
  523. access("/home/useraccount/public_html/app/Locale/eng/LC_MESSAGES/cake.po", F_OK) = -1 ENOENT (No such file or directory)
  524. stat("/home/useraccount/public_html/app/Locale/eng/LC_MESSAGES", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  525. access("/home/useraccount/public_html/app/locale/en_us/LC_MESSAGES/core.mo", F_OK) = -1 ENOENT (No such file or directory)
  526. access("/home/useraccount/public_html/app/locale/en_us/LC_MESSAGES/core.po", F_OK) = -1 ENOENT (No such file or directory)
  527. access("/home/useraccount/public_html/app/locale/en_us/LC_MESSAGES/cake.mo", F_OK) = -1 ENOENT (No such file or directory)
  528. access("/home/useraccount/public_html/app/locale/en_us/LC_MESSAGES/cake.po", F_OK) = -1 ENOENT (No such file or directory)
  529. stat("/home/useraccount/public_html/app/locale/en_us/LC_MESSAGES", 0x7fff460bc6e0) = -1 ENOENT (No such file or directory)
  530. access("/home/useraccount/public_html/app/locale/eng/LC_MESSAGES/core.mo", F_OK) = -1 ENOENT (No such file or directory)
  531. access("/home/useraccount/public_html/app/locale/eng/LC_MESSAGES/core.po", F_OK) = -1 ENOENT (No such file or directory)
  532. access("/home/useraccount/public_html/app/locale/eng/LC_MESSAGES/cake.mo", F_OK) = -1 ENOENT (No such file or directory)
  533. access("/home/useraccount/public_html/app/locale/eng/LC_MESSAGES/cake.po", F_OK) = -1 ENOENT (No such file or directory)
  534. stat("/home/useraccount/public_html/app/locale/eng/LC_MESSAGES", 0x7fff460bc6e0) = -1 ENOENT (No such file or directory)
  535. access("/home/useraccount/public_html/app/tmp/cache/persistent/cake_core_cake_en-us", F_OK) = -1 ENOENT (No such file or directory)
  536. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  537. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  538. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  539. lstat("/home/useraccount/public_html/app", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  540. lstat("/home/useraccount/public_html/app/tmp", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
  541. lstat("/home/useraccount/public_html/app/tmp/cache", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
  542. lstat("/home/useraccount/public_html/app/tmp/cache/persistent", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
  543. lstat("/home/useraccount/public_html/app/tmp/cache/persistent/cake_core_cake_en-us", 0x7fff460b9fa0) = -1 ENOENT (No such file or directory)
  544. open("/home/useraccount/public_html/app/tmp/cache/persistent/cake_core_cake_en-us", O_RDWR|O_CREAT, 0666) = 9
  545. fstat(9, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
  546. lseek(9, 0, SEEK_CUR) = 0
  547. close(7) = 0
  548. chmod("/home/useraccount/public_html/app/tmp/cache/persistent/cake_core_cake_en-us", 0664) = 0
  549. flock(9, LOCK_EX) = 0
  550. lseek(9, 0, SEEK_SET) = 0
  551. ftruncate(9, 0) = 0
  552. write(9, "1329956556\na:1:{s:11:\"LC_MESSAGE"..., 43) = 43
  553. flock(9, LOCK_UN) = 0
  554. access("/home/useraccount/public_html/app/Controller/Component/Auth/SaltFormAuthenticate.php", F_OK) = 0
  555. open("/home/useraccount/public_html/app/Controller/Component/Auth/SaltFormAuthenticate.php", O_RDONLY) = 7
  556. fstat(7, {st_mode=S_IFREG|0644, st_size=1495, ...}) = 0
  557. mmap(NULL, 1495, PROT_READ, MAP_SHARED, 7, 0) = 0x2b209ca1d000
  558. munmap(0x2b209ca1d000, 1495) = 0
  559. close(7) = 0
  560. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  561. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  562. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  563. lstat("/home/useraccount/public_html/app", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  564. lstat("/home/useraccount/public_html/app/Controller", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  565. lstat("/home/useraccount/public_html/app/Controller/Component", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  566. lstat("/home/useraccount/public_html/app/Controller/Component/Auth", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  567. lstat("/home/useraccount/public_html/app/Controller/Component/Auth/SaltFormAuthenticate.php", {st_mode=S_IFREG|0644, st_size=1495, ...}) = 0
  568. open("/home/useraccount/public_html/app/Controller/Component/Auth/SaltFormAuthenticate.php", O_RDONLY) = 7
  569. fstat(7, {st_mode=S_IFREG|0644, st_size=1495, ...}) = 0
  570. fcntl(7, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  571. fstat(7, {st_mode=S_IFREG|0644, st_size=1495, ...}) = 0
  572. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  573. lseek(7, 0, SEEK_CUR) = 0
  574. lseek(7, 0, SEEK_SET) = 0
  575. read(7, "<?php\nApp::uses('FormAuthenticat"..., 4096) = 1495
  576. lseek(7, 1495, SEEK_SET) = 1495
  577. read(7, "", 4096) = 0
  578. read(7, "", 8192) = 0
  579. brk(0x18d51000) = 0x18d51000
  580. read(7, "", 8192) = 0
  581. close(7) = 0
  582. munmap(0x2b209ca1d000, 4096) = 0
  583. access("/home/useraccount/public_html/app/Controller/Component/Auth/FormAuthenticate.php", F_OK) = -1 ENOENT (No such file or directory)
  584. access("/home/useraccount/public_html/app/controllers/components/auth/FormAuthenticate.php", F_OK) = -1 ENOENT (No such file or directory)
  585. access("/home/useraccount/public_html/app/Lib/Controller/Component/Auth/FormAuthenticate.php", F_OK) = -1 ENOENT (No such file or directory)
  586. access("/home/useraccount/public_html/lib/Cake/Controller/Component/Auth/FormAuthenticate.php", F_OK) = 0
  587. open("/home/useraccount/public_html/lib/Cake/Controller/Component/Auth/FormAuthenticate.php", O_RDONLY) = 7
  588. fstat(7, {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0
  589. mmap(NULL, 2368, PROT_READ, MAP_SHARED, 7, 0) = 0x2b209ca1d000
  590. munmap(0x2b209ca1d000, 2368) = 0
  591. close(7) = 0
  592. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  593. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  594. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  595. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  596. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  597. lstat("/home/useraccount/public_html/lib/Cake/Controller", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  598. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  599. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component/Auth", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  600. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component/Auth/FormAuthenticate.php", {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0
  601. open("/home/useraccount/public_html/lib/Cake/Controller/Component/Auth/FormAuthenticate.php", O_RDONLY) = 7
  602. fstat(7, {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0
  603. fcntl(7, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  604. fstat(7, {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0
  605. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  606. lseek(7, 0, SEEK_CUR) = 0
  607. lseek(7, 0, SEEK_SET) = 0
  608. read(7, "<?php\n/**\n * PHP 5\n *\n * CakePHP"..., 4096) = 2368
  609. lseek(7, 2368, SEEK_SET) = 2368
  610. read(7, "", 4096) = 0
  611. read(7, "", 8192) = 0
  612. read(7, "", 8192) = 0
  613. close(7) = 0
  614. munmap(0x2b209ca1d000, 4096) = 0
  615. access("/home/useraccount/public_html/app/Controller/Component/Auth/BaseAuthenticate.php", F_OK) = -1 ENOENT (No such file or directory)
  616. access("/home/useraccount/public_html/app/controllers/components/auth/BaseAuthenticate.php", F_OK) = -1 ENOENT (No such file or directory)
  617. access("/home/useraccount/public_html/app/Lib/Controller/Component/Auth/BaseAuthenticate.php", F_OK) = -1 ENOENT (No such file or directory)
  618. access("/home/useraccount/public_html/lib/Cake/Controller/Component/Auth/BaseAuthenticate.php", F_OK) = 0
  619. open("/home/useraccount/public_html/lib/Cake/Controller/Component/Auth/BaseAuthenticate.php", O_RDONLY) = 7
  620. fstat(7, {st_mode=S_IFREG|0644, st_size=3930, ...}) = 0
  621. mmap(NULL, 3930, PROT_READ, MAP_SHARED, 7, 0) = 0x2b209ca1d000
  622. munmap(0x2b209ca1d000, 3930) = 0
  623. close(7) = 0
  624. lstat("/home", {st_mode=S_IFDIR|0711, st_size=20480, ...}) = 0
  625. lstat("/home/useraccount", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
  626. lstat("/home/useraccount/public_html", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0
  627. lstat("/home/useraccount/public_html/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  628. lstat("/home/useraccount/public_html/lib/Cake", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  629. lstat("/home/useraccount/public_html/lib/Cake/Controller", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  630. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  631. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component/Auth", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  632. lstat("/home/useraccount/public_html/lib/Cake/Controller/Component/Auth/BaseAuthenticate.php", {st_mode=S_IFREG|0644, st_size=3930, ...}) = 0
  633. open("/home/useraccount/public_html/lib/Cake/Controller/Component/Auth/BaseAuthenticate.php", O_RDONLY) = 7
  634. fstat(7, {st_mode=S_IFREG|0644, st_size=3930, ...}) = 0
  635. fcntl(7, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE)
  636. fstat(7, {st_mode=S_IFREG|0644, st_size=3930, ...}) = 0
  637. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b209ca1d000
  638. lseek(7, 0, SEEK_CUR) = 0
  639. lseek(7, 0, SEEK_SET) = 0
  640. read(7, "<?php\n/**\n * PHP 5\n *\n * CakePHP"..., 4096) = 3930
  641. lseek(7, 3930, SEEK_SET) = 3930
  642. read(7, "", 4096) = 0
  643. read(7, "", 8192) = 0
  644. read(7, "", 8192) = 0
  645. close(7) = 0
  646. munmap(0x2b209ca1d000, 4096) = 0
  647. lseek(8, 0, SEEK_SET) = 0
  648. write(8, "Config|a:3:{s:9:\"userAgent\";s:32"..., 873) = 873
  649. close(8) = 0
  650. chdir("/usr/local/lsws/fcgi-bin") = 0
  651. access("/home/useraccount/public_html/app/tmp/cache/persistent/cake_core_file_map", F_OK) = 0
  652. open("/home/useraccount/public_html/app/tmp/cache/persistent/cake_core_file_map", O_RDWR|O_CREAT, 0666) = 7
  653. fstat(7, {st_mode=S_IFREG|0664, st_size=3529, ...}) = 0
  654. lseek(7, 0, SEEK_CUR) = 0
  655. close(9) = 0
  656. flock(7, LOCK_EX) = 0
  657. lseek(7, 0, SEEK_SET) = 0
  658. ftruncate(7, 0) = 0
  659. write(7, "1329956556\na:31:{s:9:\"Configure\""..., 2750) = 2750
  660. flock(7, LOCK_UN) = 0
  661. close(7) = 0
  662. brk(0x18cd1000) = 0x18cd1000
  663. brk(0x18c51000) = 0x18c51000
  664. brk(0x18bd1000) = 0x18bd1000
  665. brk(0x18b4d000) = 0x18b4d000
  666. open("error_log", O_WRONLY|O_CREAT|O_APPEND, 0644) = -1 EACCES (Permission denied)
  667. writev(6, [{"LS\6\0\203\0\0\0", 8}, {"PHP Fatal error: Allowed memory"..., 123}], 2) = 131
  668. --- SIGSEGV (Segmentation fault) @ 0 (0) ---
  669. Process 895294 detached
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement