|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-11-11 15:42 UTC] pear at sapphire dot no
Description: ------------ [root@aragorn etc]# lynx -source http://go-pear.org/ | php [Tue Nov 11 21:23:47 2003] [apc-notice] APC version 2.0b -- startup complete Segmentation fault [root@aragorn etc]# Disabeling APC makes the install work. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 05:00:01 2025 UTC |
Digging further, here are the last few lines of stracing the httpd -X that is serving up an imp web page. It actually worked for a bit -- I started the web server w/out apc, logged in to imp, restarted the web server with apc, no problems. I then removed the php session files which forced a re-login to imp .... and it just died. stat64("./Log.php", 0xbff850bc) = -1 ENOENT (No such file or directory) stat64("/usr/share/pear/Log.php", {st_mode=S_IFREG|0644, st_size=18563, ...}) = 0 getcwd("/var/www/InternalFacing/html/horde-2.2.5/imp-3.2.5", 4096) = 51 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/share", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 lstat64("/usr/share/pear", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/share/pear/Log.php", {st_mode=S_IFREG|0644, st_size=18563, ...}) = 0 open("/usr/share/pear/Log.php", O_RDONLY) = 23 fstat64(23, {st_mode=S_IFREG|0644, st_size=18563, ...}) = 0 fstat64(23, {st_mode=S_IFREG|0644, st_size=18563, ...}) = 0 lseek(23, 0, SEEK_CUR) = 0 lseek(23, 0, SEEK_SET) = 0 stat64("Log.php", 0xbff860ec) = -1 ENOENT (No such file or directory) stat64("./Log.php", 0xbff85cac) = -1 ENOENT (No such file or directory) stat64("/usr/share/pear/Log.php", {st_mode=S_IFREG|0644, st_size=18563, ...}) = 0 fcntl64(19, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=1}) = 0 fcntl64(19, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=1}) = 0 close(23) = 0 fcntl64(19, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=1}) = 0 fcntl64(19, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=1}) = 0 stat64("./Log/syslog.php", 0xbff8428c) = -1 ENOENT (No such file or directory) stat64("/usr/share/pear/Log/syslog.php", {st_mode=S_IFREG|0644, st_size=4875, ...}) = 0 getcwd("/var/www/InternalFacing/html/horde-2.2.5/imp-3.2.5", 4096) = 51 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/share", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 lstat64("/usr/share/pear", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/share/pear/Log", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/share/pear/Log/syslog.php", {st_mode=S_IFREG|0644, st_size=4875, ...}) = 0 open("/usr/share/pear/Log/syslog.php", O_RDONLY) = 23 fstat64(23, {st_mode=S_IFREG|0644, st_size=4875, ...}) = 0 fstat64(23, {st_mode=S_IFREG|0644, st_size=4875, ...}) = 0 lseek(23, 0, SEEK_CUR) = 0 lseek(23, 0, SEEK_SET) = 0 stat64("Log/syslog.php", 0xbff852bc) = -1 ENOENT (No such file or directory) stat64("./Log/syslog.php", 0xbff84e7c) = -1 ENOENT (No such file or directory) stat64("/usr/share/pear/Log/syslog.php", {st_mode=S_IFREG|0644, st_size=4875, ...}) = 0 fcntl64(19, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=1}) = 0 fcntl64(19, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=1}) = 0 close(23) = 0 fcntl64(19, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=1}) = 0 fcntl64(19, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=1}) = 0 gettimeofday({1115823216, 883866}, NULL) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++