Re: [PHP-DEV] apache1.3.11+php3.0.14 on Solaris2.7 From: Havard (flood <email protected>)
Date: 02/24/00

How many virtual hosts are on this server? I've noticed a problem with
more than 232 virtuals. Decided to compile in debugging, and this is what
I get:

[Tue Feb 15 18:08:14 2000] [error] Possible PHP3 memory leak detected
(harmless): 38 bytes from request_info.c:205

This happens for me, even if it is just php, and nothing else. Php4 has
the same problem.

Regards,
John Havard
Systems Administrator
Internet Doorway, Inc.

Internet Doorway, Inc. (NETDOOR) - "Mississippi's ISP"
601.969.1434 | 800.952.1570 | http://www.netdoor.com/

On Thu, 24 Feb 2000, Danny Mitchell wrote:

> I've been trying to get php3 setup with apache1.3.11 on a Solaris2.7
> system using gcc2.8.1 everything compiles fine, installs fine, yet when
> I try to load a php3 document, it gives the infamous "document contains no
> data" notice. Below is the gdb output from the httpd when trying to load
> the php3 page.
>
> The php3 page is the very simple test:
> <html>
> <head>
> <title>Example</title>
> </head>
> <body>
> testing php<p>
> <?php echo "Hi, I'm a PHP script!"; ?>
> </body>
> </html>
>
>
> Anyone have any comments or suggestions?
>
> Thanks for your Help,
>
> Danny Mitchell,
> Alcatel USA, Inc.
>
> (no debugging symbols found)...
> (gdb) run -X -f/www/conf/httpd.conf
> Starting program: /local/www/bin/./httpd -X -f/www/conf/httpd.conf
> warning: Unable to find dynamic linker breakpoint function.
> warning: GDB will be unable to debug shared library initializers
> warning: and track explicitly loaded dynamic code.
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...(no debugging symbols found)...
> (no debugging symbols found)...
>
> Program received signal SIGPIPE, Broken pipe.
> 0xef118054 in _libc_write ()
> (gdb)
> (gdb) bt
> #0 0xef118054 in _libc_write ()
> #1 0xa364c in ap_bspawn_child ()
> #2 0xa5dc0 in ap_vbprintf ()
> #3 0xa4c90 in ap_bfilbuf ()
> #4 0xa5634 in ap_bwrite ()
> #5 0xa5798 in ap_bflush ()
> #6 0xb39c4 in ap_kill_timeout ()
> #7 0xb6c78 in ap_child_terminate ()
> #8 0xb6d58 in ap_child_terminate ()
> #9 0xb6f58 in ap_child_terminate ()
> #10 0xb783c in ap_child_terminate ()
> #11 0xb83e8 in main ()
> (gdb) quit
>
> --
> -----------------------------------------------------------------------------
> Daniel Mitchell Engineering Services
> Alcatel USA, Inc. Internet:dmitchel <email protected>
> 1000 Coit Road Plano, Texas 75075 Home: danny <email protected>
> **** The opinions expressed are not those of , Alcatel USA, Inc ****
>
> --
> 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>
>
>

-- 
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>