php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56 Apache core dumps randomly on PHP/Oracle scripts
Submitted: 1998-02-11 11:59 UTC Modified: 1999-06-20 20:06 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: doussot at gifrance dot com Assigned:
Status: Closed Package: Oracle related
PHP Version: 3.0 Latest CVS OS: Solaris 2.5.1 x86
Private report: No CVE-ID: None
 [1998-02-11 11:59 UTC] doussot at gifrance dot com
Apache (1.3b3) core dumps randomly on PHP/Oracle scripts.
IT failts on Ora_Exec function. Oracle version is 7.3
Php and apache compiled which gcc 2.7.2.2
The test script is the on provided by PHP2 doc (and updated
for syntax changes of course)

Here is the backtrace:

#0  0x80119f30 in kill ()
#1  0x800ea8e5 in abort ()
#2  0x8087ad7 in sig_coredump ()
#3  <signal handler called>
#4  0x4 in ?? ()
#5  0xffffffff in ?? ()
#6  0x800f8b68 in free ()
#7  0x80a61d2 in hash_destroy (ht=0x82df740) at hash.c:598
#8  0x80b8569 in ora_describe_define (cursor=0x8289990)
    at functions/oracle.c:834
#9  0x80b801d in php3_Ora_Exec (ht=0xf62e37a0, return_value=0x825b0f8, 
    list=0x825b13c, plist=0x825b110) at functions/oracle.c:553
#10 0x80c0406 in cs_functioncall_post_variable_passing (
    function_name=0x80463e4) at language-parser.tab.c:843
#11 0x80c28bd in phpparse () at language-parser.tab.c:450
#12 0x80a5273 in php3_parse (yyin=0x82626c0) at main.c:1209
#13 0x80a542a in apache_php3_module_main (r=0x828e15c, fd=18, 
    display_source_mode=0, preprocessed=0) at main.c:1499
#14 0x806d8e0 in send_php3 ()
#15 0x806d940 in send_parsed_php3 ()
#16 0x808e544 in invoke_handler ()
#17 0x809247d in process_request_internal ()
#18 0x80924d3 in process_request ()
#19 0x8088c25 in child_main ()



Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC