php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12079 SEGFAULT when compiled with APXS and QTDOM
Submitted: 2001-07-12 01:18 UTC Modified: 2001-11-11 06:43 UTC
From: matt at investigationmarketplace dot com Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.0CVS-2001-07-12 OS: Linux RH 7.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: matt at investigationmarketplace dot com
New email:
PHP Version: OS:

 

 [2001-07-12 01:18 UTC] matt at investigationmarketplace dot com
httpd wont start, segfaults stright away. qtdom makes it do it. It works fine in 4.0.6RC1

configure line:
./configure  --with-apxs=/www/bin/apxs --with-qtdom=yes --disable-pear --without-mysql

no make errors

backtrace:
Starting program: /www/bin/httpd -X

Program received signal SIGSEGV, Segmentation fault.
0x400fb344 in chunk_alloc (ar_ptr=0x401a4f00, nb=16) at malloc.c:2781
2781    malloc.c: No such file or directory.
        in malloc.c
(gdb) bt
#0  0x400fb344 in chunk_alloc (ar_ptr=0x401a4f00, nb=16) at malloc.c:2781
#1  0x400fb13a in __libc_malloc (bytes=8) at malloc.c:2714
#2  0x08075c32 in ap_hook_register_I () at eval.c:41
#3  0x4021bc69 in ssl_io_register () from /www/libexec/libssl.so
#4  0x40212ebf in ssl_hook_AddModule () from /www/libexec/libssl.so
#5  0x0805508f in ap_add_module () at eval.c:41
#6  0x0805519d in ap_add_loaded_module () at eval.c:41
#7  0x08050060 in load_module () at eval.c:41
#8  0x08055650 in invoke_cmd () at eval.c:41
#9  0x08056016 in ap_handle_command () at eval.c:41
#10 0x080560a9 in ap_srm_command_loop () at eval.c:41
#11 0x08056716 in ap_process_resource_config () at eval.c:41
#12 0x0805704b in ap_read_config () at eval.c:41
#13 0x08060d88 in standalone_main () at eval.c:41
#14 0x080616cf in main () at eval.c:41
#15 0x40098177 in __libc_start_main (main=0x8061314 <main>, argc=2, ubp_av=0xbffff9dc, init=0x804f334 <_init>, 
    fini=0x80984c0 <_fini>, rtld_fini=0x4000e184 <_dl_fini>, stack_end=0xbffff9cc) at ../sysdeps/generic/libc-start.c:129
(gdb) 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-21 00:54 UTC] sniper@php.net
Could it be same problem as described in #13215 ?

--Jani

 [2001-11-11 06:43 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC