Log message - is everything ok with it?

Log message - is everything ok with it?

am 30.03.2007 14:52:15 von burning shadow

I found this message in log when my script crashed:

[Fri Mar 30 16:29:42 2007] [error] [client 192.168.0.100] PHP Fatal
error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 3456 bytes) in
D:\\root\\mygal.net.ru\\minigal\\includes\\mg2admin_function s.php on
line 441, referer: http://mygal.net.ru/minigal/admin.php

How can 3456 bytes exhaust 32 megabytes? Is it a bug or just a mistake
in error message?

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Log message - is everything ok with it?

am 30.03.2007 16:18:48 von Stut

burning shadow wrote:
> I found this message in log when my script crashed:
>
> [Fri Mar 30 16:29:42 2007] [error] [client 192.168.0.100] PHP Fatal
> error: Allowed memory size of 33554432 bytes exhausted (tried to
> allocate 3456 bytes) in
> D:\\root\\mygal.net.ru\\minigal\\includes\\mg2admin_function s.php on
> line 441, referer: http://mygal.net.ru/minigal/admin.php
>
> How can 3456 bytes exhaust 32 megabytes? Is it a bug or just a mistake
> in error message?

It means that the error occurred when it tried to allocate 3456 bytes on
top of everything it had already allocated. The extra 3456 took it over
the 32meg limit. So no, everything is not ok with it.

-Stut

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php