php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7669 no data found
Submitted: 2000-11-06 22:07 UTC Modified: 2000-12-07 12:05 UTC
From: ericm at boxerjam dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.3pl1 OS: Linux RH6.2
Private report: No CVE-ID: None
 [2000-11-06 22:07 UTC] ericm at boxerjam dot com
gdb output per FAQ:

Program received signal SIGSEGV, Segmentation fault.
0x404bc128 in ?? () from /oracle/product/8.1.5/lib/libclntsh.so.8.0
(gdb) bt
#0  0x404bc128 in ?? () from /oracle/product/8.1.5/lib/libclntsh.so.8.0
#1  0x404bc25c in ?? () from /oracle/product/8.1.5/lib/libclntsh.so.8.0
#2  0x8054443 in ap_invoke_handler ()
#3  0x8067d59 in process_request_internal ()
#4  0x8068178 in ap_internal_redirect ()
#5  0x401e4e92 in ?? () from /usr/local/apache/libexec/mod_cgi.so
#6  0x8054443 in ap_invoke_handler ()
#7  0x8067d59 in process_request_internal ()
#8  0x8067dbc in ap_process_request ()
#9  0x805f63e in child_main ()
#10 0x805f7cc in make_child ()
#11 0x805f929 in startup_children ()
#12 0x805ff56 in standalone_main ()
#13 0x80606e3 in main ()
#14 0x400d19cb in __libc_start_main (main=0x806039c <main>, argc=4,
    argv=0xbffff644, init=0x804e984 <_init>, fini=0x8094ddc <_fini>,
    rtld_fini=0x4000ae60 <_dl_fini>, stack_end=0xbffff63c)
    at ../sysdeps/generic/libc-start.c:92


running latest versions of apache(x.x.14) and php.  will not load page.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-08 00:40 UTC] sniper@php.net
1. Have you set the oracle specific environment variables before starting apache?
( http://www.php.net/manual/ref.oci8.php )

2. What's your configure line used for PHP 4 ?

3. If still crashing after setting those variables..to generate valid backtrace,
you should use --enable-debug  when configuring PHP.

--Jani
 [2000-11-08 00:40 UTC] sniper@php.net
reclassified..
 [2000-12-07 12:05 UTC] sniper@php.net
No feedback.
Reopen, if this still happens when using latest snapshot
from http://snaps.php.net/

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC