On Thu, Mar 29, 2007 at 03:25:21PM -0700, MOFLO - wrote:
> strace php -q poller2.php 2 56 0 0
> ...
> access("/opt/jffnms/rrd/interface-56-0.rrd", F_OK) = -1 ENOENT (No such file 
> or directory)...
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---

It is completely reasonable for a program to call access() to check if
a file exists (it doesn't in this case).

It is unreasonable for PHP to seg fault because of it.
Something is unwell with your PHP binary.

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/                             csmall at : enc.com.au
http://www.debian.org/          Debian GNU/Linux, software should be Free 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to