ID:               23905
 Updated by:       [EMAIL PROTECTED]
 Reported By:      dsorrells at rhyton dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Session related
 Operating System: FreeBSD 4.7
 PHP Version:      4.3.2
 New Comment:

What else changed between compiling PHP 4.3.1 and 4.3.2 ?
Was the original 4.3.1 compiled with exactly same tools??
(the one that wasn't "bloated")



Previous Comments:
------------------------------------------------------------------------

[2003-06-06 06:35:09] dsorrells at rhyton dot com

> Did you compile PHP 4.3.1 with GCC 3.2.2 ?
Yes, but I tried a recompile of 4.3.1 again and it now gives a bloated
VSZ too. (I give up!).

> Did you have the same libmm for both?
Yes. mm-1.3.0.

> Try this configure: .....
Compiled using your suggested config and got similar bloat results on
VSZ.

> What is your session.save_handler ini option set to?
The default "session.save_handler = files".

I tar'd the whole src package and rebuilt on another machine and got
the exact same results (bloat). It is definately tied to the inclusion
of mm, as the VSZ goes to normal if mm is excluded.

It would not be so bad if this had not built with no memory problems
originally.

------------------------------------------------------------------------

[2003-06-06 05:58:49] [EMAIL PROTECTED]

What is your session.save_handler ini option set to?


------------------------------------------------------------------------

[2003-06-06 05:52:39] [EMAIL PROTECTED]

The patch from #5571 has been in PHP 4 since that bug was fixed..so
it's not that.

Did you compile PHP 4.3.1 with GCC 3.2.2 ?
Did you have the same libmm for both?
Try this configure:

# rm config.cache && ./configure --disable-all
--with-apxs=/usr/local/apache/bin/apxs --enable-session
--with-mm=/usr/local



------------------------------------------------------------------------

[2003-06-06 03:32:06] dsorrells at rhyton dot com

Okay, I recompiled with --enable-debug. I also set "error_reporting  = 
E_ALL" and "display_startup_errors = On" in the ini file. Nothing
strange is reported during startup and the VSZ is still on average
140172 with resident at 5016.

Did Bug report 5571 provide any incite?

One other thing -- I am compiling with gcc version 3.2.2.

------------------------------------------------------------------------

[2003-06-06 02:43:37] [EMAIL PROTECTED]

Compile PHP with --enable-debug to see if there are some leaks
related.


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/23905

-- 
Edit this bug report at http://bugs.php.net/?id=23905&edit=1

Reply via email to