From:             michael dot virnstein at brodos dot de
Operating system: SuSE Linux 9.0
PHP version:      4.4.2
PHP Bug Type:     Unknown/Other Function
Bug description:  possible integer overflow in memory allocation

Description:
------------
We randomly get errors like the following:
-----------------------------------------
[Mon Mar 13 17:39:12 2006] [error] [client 172.17.5.130] PHP Fatal error: 
Possible integer overflow in memory allocation (28 * 139335776 + 0) in
/home/geugen
/public_html/lib/class/button.php on line 172, referer:
http://localhost/index.php
-----------------------------------------
the strange thing is that this line in the file only contains comments.
There's also a class definition in the file, but this comment is not
inside any function or class. 

Just a note:
In index.php there's an object called and inside one of the methods of
this object the above file is included. Suffice to say that almost all
files get included inside this method call or inside the included files.

The problem seems to occur totally random and disappears with reloading
the page.

We are using PHP 4.4.2 as mod_php with Apache 2.0.54, but the problem
occured with 4.4.1 also.


-- 
Edit bug report at http://bugs.php.net/?id=36722&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36722&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36722&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36722&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36722&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36722&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36722&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36722&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36722&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36722&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36722&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36722&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36722&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36722&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36722&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36722&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36722&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36722&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36722&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36722&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36722&r=mysqlcfg

Reply via email to