ID: 19704 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating System: Darwin 6 (Mac OS 10.2) PHP Version: 4CVS-2002-10-02 New Comment:
But was 4.2.3 compiled against the same version of libpng? There are known issues with libpng 1.2.x. The 1.0.x versions don't have these problems. Previous Comments: ------------------------------------------------------------------------ [2002-10-02 11:00:56] [EMAIL PROTECTED] I am getting lines in the error log now (i wasn't in PHP v4.2.3) It seems to be stuck in some sort of loop: [Wed Oct 2 10:53:02 2002] [notice] child pid 25019 exit signal Bus error (10) [Wed Oct 2 10:53:03 2002] [notice] child pid 25018 exit signal Bus error (10) ------------------------------------------------------------------------ [2002-10-02 10:58:15] [EMAIL PROTECTED] PNG v1.2.4 ------------------------------------------------------------------------ [2002-10-02 10:42:12] [EMAIL PROTECTED] Which version of libpng? ------------------------------------------------------------------------ [2002-10-02 10:41:17] [EMAIL PROTECTED] Ahhh... Much better this time. Program received signal EXC_BAD_ACCESS, Could not access memory. 0x90004c88 in __sfvwrite () (gdb) bt #0 0x90004c88 in __sfvwrite () #1 0x90005b24 in fwrite () #2 0x007ec104 in filePutbuf (ctx=0x5cdfd0, buf=0xbfffc430, size=8) at /usr/local/php-cvs/php4-200210020600/ext/gd/libgd/gd_io_file.c:93 #3 0x007eb4f8 in gdPutBuf (buf=0xbfffc430, size=8, ctx=0x5cdfd0) at /usr/local/php-cvs/php4-200210020600/ext/gd/libgd/gd_io.c:150 #4 0x007ec8f4 in gdPngWriteData (png_ptr=0x6fcfa0, data=0xbfffc430 "\211PNG\r\n\032\n", length=8) at /usr/local/php-cvs/php4-200210020600/ext/gd/libgd/gd_png.c:89 #5 0x009ba278 in png_write_data () #6 0x009c3888 in png_write_sig () #7 0x009afdc4 in png_write_info_before_PLTE () #8 0x009aff94 in png_write_info () #9 0x007ee058 in gdImagePngCtx (im=0x6b9d90, outfile=0x5cdfd0) at /usr/local/php-cvs/php4-200210020600/ext/gd/libgd/gd_png.c:655 #10 0x007ed72c in gdImagePng (im=0x6b9d90, outFile=0x0) at /usr/local/php-cvs/php4-200210020600/ext/gd/libgd/gd_png.c:424 #11 0x007f54fc in gdImageTrueColorToPalette (im=0x1a1d00, dither=1, colorsWanted=256) at /usr/local/php-cvs/php4-200210020600/ext/gd/libgd/gd_topal.c:1574 #12 0x007d00b4 in zif_imagetruecolortopalette (ht=3, return_value=0x1a01e8, this_ptr=0x0, return_value_used=0) at /usr/local/php-cvs/php4-200210020600/ext/gd/gd.c:645 #13 0x009a42a4 in execute (op_array=0x19f3c8) at /usr/local/php-cvs/php4-200210020600/Zend/zend_execute.c:1597 #14 0x0098bc58 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /usr/local/php-cvs/php4-200210020600/Zend/zend.c:834 #15 0x009420c8 in php_execute_script (primary_file=0xbfffec80) at /usr/local/php-cvs/php4-200210020600/main/main.c:1545 #16 0x009aa04c in apache_php_module_main (r=0x192d58, display_source_mode=0) at /usr/local/php-cvs/php4-200210020600/sapi/apache/sapi_apache.c:55 #17 0x009ab278 in send_php (r=0x192d58, display_source_mode=0, filename=0x194900 "/Library/WebServer/Documents/riverdata/scripts/test2.php") at /usr/local/php-cvs/php4-200210020600/sapi/apache/mod_php4.c:564 #18 0x009ab2f8 in send_parsed_php (r=0x192d58) at /usr/local/php-cvs/php4-200210020600/sapi/apache/mod_php4.c:579 #19 0x0000c4b4 in ap_invoke_handler () #20 0x000160b4 in process_request_internal () #21 0x00016144 in ap_process_request () #22 0x00005b48 in child_main () #23 0x00005d08 in make_child () #24 0x00005e74 in startup_children () #25 0x00006470 in standalone_main () #26 0x00006ce8 in main () #27 0x00001bb0 in _start () #28 0x00001a30 in start () ------------------------------------------------------------------------ [2002-10-02 10:31:41] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ 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/19704 -- Edit this bug report at http://bugs.php.net/?id=19704&edit=1
