php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4627 use of GD crashes PHP when compiled as DSO
Submitted: 2000-05-26 22:58 UTC Modified: 2000-08-05 00:45 UTC
From: php at drearyrainbow dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.0 Release OS: Linux/2.2.10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: php at drearyrainbow dot com
New email:
PHP Version: OS:

 

 [2000-05-26 22:58 UTC] php at drearyrainbow dot com
#0  0x40113bf8 in chunk_free (ar_ptr=0x401a19c0, p=0x8203240) at malloc.c:3030
#1  0x40113a8f in __libc_free (mem=0x8203248) at malloc.c:2942
#2  0x4020b0e0 in php_mysql_do_connect (ht=3, return_value=0x82031dc, 
    this_ptr=0x0, return_value_used=0, persistent=1) at php_mysql.c:438
#3  0x4020b4e8 in php_if_mysql_pconnect (ht=3, return_value=0x82031dc, 
    this_ptr=0x0, return_value_used=0) at php_mysql.c:569
#4  0x401e1f1a in execute (op_array=0x8202f6c) at ./zend_execute.c:1574
#5  0x401cafad in php_execute_script (primary_file=0xbffff474) at main.c:1200
#6  0x401fa795 in apache_php_module_main (r=0x8200a8c, fd=19, 
    display_source_mode=0) at sapi_apache.c:93
#7  0x401fb0f4 in send_php (r=0x8200a8c, display_source_mode=0, 
    filename=0x82014dc "/home/webpages/userworld/htdocs/users/tljohnsn/vote2.php3") at mod_php4.c:512
#8  0x401fb139 in send_parsed_php (r=0x8200a8c) at mod_php4.c:524
#9  0x80894af in ap_invoke_handler ()
#10 0x809c0b5 in process_request_internal ()
#11 0x809c114 in ap_process_request ()
#12 0x8093f25 in child_main ()
#13 0x80940b8 in make_child ()
#14 0x8094213 in startup_children ()
#15 0x8094828 in standalone_main ()
#16 0x8094f7b in main ()
#17 0x400d444b in __libc_start_main (main=0x8094c60 <main>, argc=2, 
    argv=0xbffff644, init=0x805e930 <_init>, fini=0x81090b0 <_fini>, 
    rtld_fini=0x4000a128 <_dl_fini>, stack_end=0xbffff63c)
    at ../sysdeps/generic/libc-start.c:78

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-29 02:10 UTC] sniper@php.net
Please provide a minimal script which can be used to reproduce this.
Also include your configuration line.

--Jani

 [2000-08-05 00:45 UTC] sniper@php.net
No feedback from user. Couldn't reproduce with my own scripts.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 13:01:32 2024 UTC