[PHP-DEV] Re: PHP 4.0 Bug #1784 Updated: Child gives SIG 11 after a GET From: Igmar Palsenberg (igmar <email protected>)
Date: 07/31/99

On 31 Jul 1999, Bug Database wrote:

> ID: 1784
> Updated by: zeev
> Reported By: igmar <email protected>
> Status: Assigned
> Bug Type: Reproduceable crash
> Assigned To: zeev
> Comments:
>
> Ok, I looked at the trace and it doesn't make much sense for me.
> Are you using DSO/APXS? If you could give us your exact configure

Configure line :

./configure --with-apache=<some_dir> --with-imap=<somedir> --wth-gd
--with-mysql --with-config-file-path=/etc/httpd --enable-track-vars
--enable-magic-quotes --enable-memory-limit

The names between <> are actual dir-names, but i can't look them up at the
time.

Build is against Apache 1.3.6.

./configure --activate-module=src/modules/php3/libphp3.a
--enable-module=auth_dbm --enable-module=expires
--enable-module=mime_magic --enable-module=so --enable-module=unique_id
--enable-module=headers --enable-module=info --enable-module=rewrite
--enable-module=digest --enable-module=usertrack --enable-suexec

Compiler :
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

I'm not using any modules. All is compiled-in.

So no APXS. If DSO is the loadable apache-module feature, wher also not
using it. It is compiled because I'm working on an apache module.

But it is not included.

> line it may help. Also, if you'd be able to allow us access to
> the box on which this is happening, it'll definitely help
>
> Full Bug description available at: http://bugs.php.net/version4/?id=1784
>

                Igmar

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>