From:             lax4mike at gmail dot com
Operating system: Windows
PHP version:      5.2.9
PHP Bug Type:     Reproducible crash
Bug description:  id3_get_tag memory problem

Description:
------------
There seems to be a problem with id3_get_tag with mp3's that contain 
album art images. I seem to get the following error only on those 
mp3's:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried 
to allocate 1852404086 bytes)





Reproduce code:
---------------
$tag = id3_get_tag("mp3-with-album-art-image.mp3");


Actual result:
--------------
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried 
to allocate 1852404086 bytes)

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

Reply via email to