ID:               24956
 Updated by:       [EMAIL PROTECTED]
 Reported By:      danielsabsay at pacbell dot net
-Status:           No Feedback
+Status:           Feedback
 Bug Type:         GD related
 Operating System: MacOS 10.2.6
 PHP Version:      4.3.2
-Assigned To:      
+Assigned To:      pajoye
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

"Same error under debian GNU/Linux_x64 with php 5.2.1:"

Please try using the last 5.2 snapshot and RC. If you still have this
problem:

Do you compile php yourself?
Which GD do you use? Bundled or external?
Do you have a script?

Please note that we do not support debian package but only install done
from the official sources (that's true for the external libgd too,
debian's libgd being everything but clean).






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

[2007-04-29 21:05:16] mail1878743 at handymail dot org

Same error under debian GNU/Linux_x64 with php 5.2.1:

#0  0x00002ac7ffffffff in ?? ()
#1  0x00002ac71ca19123 in ?? () from /usr/lib/libfreetype.so.6
#2  0x00002ac71ca191e0 in FT_Done_Face () from
/usr/lib/libfreetype.so.6
#3  0x00002ac71c8cef6d in ?? () from /usr/lib/libgd.so.2
#4  0x00002ac71c8cd65d in gdCacheDelete () from /usr/lib/libgd.so.2
#5  0x00002ac71c8cf5a6 in gdFontCacheShutdown () from
/usr/lib/libgd.so.2
#6  0x00002ac71c0115c9 in zm_deactivate_gd (type=16158400,
module_number=16224416, tsrm_ls=0x1522e20) at ext/gd/gd.c:1303
#7  0x00002ac71c23d4cf in module_registry_cleanup (module=<value
optimized out>, tsrm_ls=0x1522e20) at Zend/zend_API.c:1945
#8  0x00002ac71c246b58 in zend_hash_apply (ht=0x2ac71c7abec0,
apply_func=0x2ac71c23d4b0 <module_registry_cleanup>, tsrm_ls=0xd8ca40)
    at Zend/zend_hash.c:673
#9  0x00002ac71c23b0b0 in zend_deactivate_modules (tsrm_ls=0xd8ca40) at
Zend/zend.c:839
#10 0x00002ac71c1f2495 in php_request_shutdown (dummy=<value optimized
out>) at main/main.c:1293

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

[2003-08-10 21:49:58] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



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

[2003-08-06 09:23:10] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Also, you need to give us the exact configure line you have used.
(note: we don't support using of the external GD libraries, use the
bundled which contains several fixes)


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

[2003-08-05 19:35:53] danielsabsay at pacbell dot net

Description:
------------
Using installation package for MacOS X. Code using 
GD functions causes crash.   There are 3 crash log 
summaries. GD library is version 2.0.12

Actual result:
--------------
Thread 0 Crashed:  #0   0x01d1b9ec in fontTest 
(gdft.c:337)  #1   0x90004a44 in malloc_zone_malloc  #2   
0x01d1b828 in gdCacheGet (gdcache.c:108)  #3   
0x01d1c518 in gdImageStringFTEx (gdft.c:855)  #4   
0x01d1c3a8 in gdImageStringFT (gdft.c:784)  #5   
0x03817130 in php_imagettftext_common (gd.c:3068)  #6   
0x03963144 in execute (zend_execute.c:1606)  #7   
0x0396330c in execute (zend_execute.c:1652)  #8   
0x03954f84 in zend_execute_scripts (zend.c:870)  #9   
0x03929860 in php_execute_script (main.c:1673)  #10  
0x03967bc8 in php_handler (sapi_apache2.c:525)  #11  
0x0001ee64 in ap_run_handler (config.c:195)  #12  
0x0001f5ec in ap_invoke_handler (config.c:403)  #13  

 KERN_INVALID_ADDRESS (0x0001) at 0x2f747265  Thread 0 
Crashed:  #0   0x01d1b81c in gdCacheGet (gdcache.c:108)  
#1   0x01d1c518 in gdImageStringFTEx (gdft.c:855)  #2   
0x01d1c3a8 in gdImageStringFT (gdft.c:784)  #3   
0x03817130 in php_imagettftext_common (gd.c:3068)  #4   
0x03963144 in execute (zend_execute.c:1606)  #5   
0x0396330c in execute (zend_execute.c:1652)  #6   
0x03954f84 in zend_execute_scripts (zend.c:870)  #7   
0x03929860 in php_execute_script (main.c:1673)  #8   
0x03967bc8 in php_handler (sapi_apache2.c:525)  #9   
0x0001ee64 in ap_run_handler (config.c:195)  #10  
0x0001f5ec in ap_invoke_handler (config.c:403)  #11  
0x00007cb4 in ap_process_request (http_request.c:292)  
#12  0x00002cec in ap_proc


in gdCacheDelete (gdcache.c:90)  #1   0x01d1c348 in 
gdFreeFontCache (gdft.c:773)  #2   0x0380beec in 
zm_deactivate_gd (gd.c:384)  #3   0x03957c48 in 
module_registry_cleanup (zend_API.c:1175)  #4   
0x0395a0e4 in zend_hash_apply (zend_hash.c:688)  #5   
0x03954830 in zend_deactivate_modules (zend.c:635)  #6   
0x039280f8 in php_request_shutdown (main.c:974)  #7   
0x03967bec in php_handler (sapi_apache2.c:542)  #8   
0x0001ee64 in 


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


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

Reply via email to