php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6807 Apache craches on startup with Oracle 8.1.6i
Submitted: 2000-09-18 22:18 UTC Modified: 2000-10-02 16:59 UTC
From: edink at proventum dot net Assigned:
Status: Closed Package: Oracle related
PHP Version: 4.0 Latest CVS (18/09/2000) OS: RH Linuix 6.2
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: edink at proventum dot net
New email:
PHP Version: OS:

 

 [2000-09-18 22:18 UTC] edink at proventum dot net
Could be filed under Reproducable Crash, bit it only happens when compiled with oracle support.

Config:
./configure --prefix=/data/apache/php --enable-sigchild --with-oci8=/ora01/app/oracle/product/8.1.6 --without-xml --without-mysql --with-apxs=/data/apache/bin/apxs 

Backtrace:
(gdb) r -X
Starting program: /data/apache/bin/httpd -X
Cannot access memory at address 0x2b3c1b14
(gdb) bt
#0  0x2aab5f21 in _dl_debug_state () at dl-debug.c:56
#1  0x2ac2d156 in _dl_close (map=0x80c47f0) at dl-close.c:195
#2  0x2ab4b430 in dlclose_doit (handle=0x80c47f0) at dlclose.c:26
#3  0x2aab5c3b in _dl_catch_error (errstring=0x2ab4d080,
    operate=0x2ab4b418 <dlclose_doit>, args=0x80c47f0) at dl-error.c:141
#4  0x2ab4b8b9 in _dlerror_run (operate=0x2ab4b418 <dlclose_doit>,
    args=0x80c47f0) at dlerror.c:125
#5  0x2ab4b3fe in dlclose (handle=0x80c47f0) at dlclose.c:32
#6  0x806f950 in ap_os_dso_unload ()
#7  0x804f270 in unload_module ()
#8  0x805101e in run_cleanups ()
#9  0x804f84d in ap_clear_pool ()
#10 0x805f923 in standalone_main ()
#11 0x80601c3 in main ()
#12 0x2ab669cb in __libc_start_main (main=0x805fe7c <main>, argc=2,
    argv=0x7ffff9c4, init=0x804e870 <_init>, fini=0x809419c <_fini>,
    rtld_fini=0x2aab5e60 <_dl_fini>, stack_end=0x7ffff9bc)
    at ../sysdeps/generic/libc-start.c:92                     

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-02 16:59 UTC] edink at proventum dot net
Compiling apache with -lpthread solved this.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 20:01:30 2025 UTC