Dear all,

After having looked into the strace code further, I have noticed one of
thing, that is missing filename eventually. I'm looking forward to getting
your help.

script location to be executed
/home/httpd/devel/tuncow/phpinfo.php

20498 lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
20498 lstat("/home/httpd", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
20498 lstat("/home/httpd/devel", {st_mode=S_IFDIR|0711, st_size=4096, ...})
= 0
20498 lstat("/home/httpd/devel/
tuncow", {st_mode=S_IFDIR|0711, st_size=12288, ...}) = 0
20498 lstat("/home/httpd/devel/tuncow/-", 0x7fff92241310) = -1 ENOENT (No
such file or directory)

################ Problem right here ############
Why is there a dash symbol above instead of filename phpinfo.php ?

20498 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff92244270) = -1 EINVAL
(Invalid argument)
20498 fstat(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
20498 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x7ffc8a245000
20498 read(0, ""..., 8192)              = 0
20498 close(0)                          = 0
20498 munmap(0x7ffc8a245000, 4096)      = 0
20498 setitimer(ITIMER_PROF, {it_interval={0, 0}, it_value={0, 0}}, NULL) =
0
20498 munmap(0x7ffc83c9f000, 2228136)   = 0
20498 brk(0x134a000)                    = 0x134a000
20498 exit_group(0)                     = ?



Thanks
Wah Jong
_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp

Reply via email to