|
Posted by Andy Hassall on 09/12/06 22:42
On 11 Sep 2006 06:15:17 -0700, "madunix" <madunix@gmail.com> wrote:
>My Server is suffering bad lag (High Utlization)
>I am running on that server Oracle10g with apache_1.3.35/ php-4.4.2
>Web visitors retrieve data from the web by php calls through oci
>cobnnection from 10g release2
>PHP is configured with the following parameters
>'./configure' '--prefix=/opt/oracle/php'
>'--with-apxs=/opt/oracle/apache/bin/apxs'
>'--with-config-file-path=/opt/oracle/apache/conf' '--enable-safe-mode'
>'--enable-session' '--with-oci8=/opt/oracle/product/10gR2'
>'--enable-sigchild' '--with-zlib-dir' '--with-unixODBC=shared,/usr'
>Apache is configured
>./configure --enable-module=so --prefix=$HOME/apache --with-port=XXXX
>I found in the apache error log the following entries
>[Mon Sep 11 10:47:32 2006] [notice] child pid 6758 exit signal
>Segmentation fault (11), possible coredump in /opt/oracle/apache
>
>I think OCI8 calls through php causes a Segmentation Fault (11) error?
>
>is it a bug, i think this hanged the DB server....... is OCI problem (
>any one faced this problem??
You need to get a core dump file in order to trace where the problem occurred.
http://bugs.php.net/bugs-generating-backtrace.php
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|