ID: 28780 Updated by: [EMAIL PROTECTED] Reported By: reinhard dot e dot voglmaier at gsk dot com Status: Open Bug Type: Reproducible crash Operating System: Sun Solaris 9 PHP Version: 4.3.7 New Comment:
Seems to be a Solaris-specific GDB bug. Have a look at these messages: http://www.mail-archive.com/[EMAIL PROTECTED]/msg00818.html http://www.mail-archive.com/[EMAIL PROTECTED]/msg00452.html Btw, what Oracle client version do you use and does it correspond to Oracle server version? Previous Comments: ------------------------------------------------------------------------ [2004-06-15 11:59:21] reinhard dot e dot voglmaier at gsk dot com You're right, I use apache 1.3.29 what does this mean ? procfs: 4265 -- process not stopped procfs: ...giving up... ------------------------------------------------------------------------ [2004-06-15 11:17:00] [EMAIL PROTECTED] Well.. I can't get a backtrace for you too. Btw, you didn't tell your version of Apache (or whatever you use). If you use Apache2, you'd better read this: http://www.php.net/manual/en/install.apache2.php ------------------------------------------------------------------------ [2004-06-15 10:53:15] reinhard dot e dot voglmaier at gsk dot com I did'nt get any backtrace, running gdb resulted in: gdb httpd (gdb) run -X procfs: 4265 -- process not stopped procfs: ...giving up... httpd is running, I see it via "ps -ef" calling OCILogin results in Segmentation fault, but the process doesn't stop, I don't get the core file ------------------------------------------------------------------------ [2004-06-14 19:41:17] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2004-06-14 19:31:00] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28780&edit=1