php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9111 Segmentation Fault
Submitted: 2001-02-05 09:36 UTC Modified: 2001-02-05 12:02 UTC
From: david at deus dot dk Assigned:
Status: Closed Package: dBase related
PHP Version: 4.0.1pl2 OS: RedHat 6.2/Linux
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: david at deus dot dk
New email:
PHP Version: OS:

 

 [2001-02-05 09:36 UTC] david at deus dot dk
This happens upon dbase_create no mater what I do.

(gdb) run -X
Starting program: /home/httpd/bin/httpd -X
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
__libc_free (mem=0x6d706f6c) at malloc.c:3005
3005    malloc.c: No such file or directory.
(gdb) bt
#0  __libc_free (mem=0x6d706f6c) at malloc.c:3005
#1  0x8121591 in free_dbf_head ()
#2  0x80923e2 in php_if_dbase_create ()
#3  0x813c340 in execute ()
#4  0x8141166 in execute ()
#5  0x808a75b in php_execute_script ()
#6  0x811bac0 in apache_php_module_main ()
#7  0x808850b in send_php ()
#8  0x808854c in send_parsed_php ()
#9  0x81487d3 in ap_invoke_handler ()
#10 0x815c009 in ap_some_auth_required ()
#11 0x815c06c in ap_process_request ()
#12 0x81538ee in ap_child_terminate ()
#13 0x8153a7c in ap_child_terminate ()
#14 0x8153bd9 in ap_child_terminate ()
#15 0x8154206 in ap_child_terminate ()
#16 0x8154993 in main ()
#17 0x4076d9cb in __libc_start_main (main=0x815464c <main>, argc=2, argv=0xbffffa54, 
    init=0x806e76c <_init>, fini=0x81c944c <_fini>, rtld_fini=0x4000ae60 <_dl_fini>, 
    stack_end=0xbffffa4c) at ../sysdeps/generic/libc-start.c:92

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-05 12:02 UTC] david at deus dot dk
Fixed in 4.0.4pl1
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 08:01:29 2024 UTC