|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-06-14 19:31 UTC] reinhard dot e dot voglmaier at gsk dot com
Description:
------------
export CFLAGS=-m64
export ORACLE_HOME=/opt/oracl/9.2.0 \
./configure --with-oracle \
--with-oci8
this is the configuration of the build process. When I try to connect to Oracle with the OCILogon function the web server crashes. It does not write a core dump
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 02:00:01 2025 UTC |
I'm using Oracle 9.2.0 same product as I am connecting to. Oracle is 64 bit ( -m64 switch for gcc ). I started it under truss, here the last few lines: lstat("/opt/apache/itweb/htdocs", 0xFFFFFFFF7FFF80F0) = 0 getuid() = 60001 [60001] door_info(4, 0xFFFFFFFF7FFF5D68) = 0 door_call(4, 0xFFFFFFFF7FFF5D38) = 0 sigprocmask(SIG_SETMASK, 0xFFFFFFFF7C91D500, 0xFFFFFFFF7FFF7C90) = 0 sigprocmask(SIG_SETMASK, 0xFFFFFFFF7FFF7C7C, 0x00000000) = 0 sigaction(SIGINT, 0xFFFFFFFF7FFF7AF0, 0xFFFFFFFF7FFF7CE8) = 0 sigprocmask(SIG_SETMASK, 0xFFFFFFFF7C91D500, 0xFFFFFFFF7FFF7C90) = 0 sigprocmask(SIG_SETMASK, 0xFFFFFFFF7FFF7C7C, 0x00000000) = 0 brk(0x1004C6210) = 0 brk(0x1004CA210) = 0 brk(0x1004CA210) = 0 brk(0x1004CE210) = 0 brk(0x1004CE210) = 0 brk(0x1004D2210) = 0 door_info(4, 0xFFFFFFFF7FFF4538) = 0 door_call(4, 0xFFFFFFFF7FFF4508) = 0 brk(0x1004D2210) = 0 brk(0x1004D6210) = 0 so_socket(PF_INET, SOCK_STREAM, IPPROTO_IP, "", 1) = 7 connect(7, 0xFFFFFFFF7FFF67F4, 16, 1) = 0 getsockname(7, 0xFFFFFFFF7FFF67F4, 0xFFFFFFFF7FFF6804, 1) = 0 setsockopt(7, tcp, TCP_NODELAY, 0xFFFFFFFF7FFF6964, 4, 1) = 0 fcntl(7, F_SETFD, 0x00000001) = 0 brk(0x1004D6210) = 0 brk(0x1004DA210) = 0 brk(0x1004DA210) = 0 brk(0x1004DE210) = 0 brk(0x1004DE210) = 0 brk(0x1004FE210) = 0 Incurred fault #6, FLTBOUNDS %pc = 0xFFFFFFFF7D63C1AC siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000 Received signal #11, SIGSEGV [default] siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000