Re: [PHP] PHP FPM and OCI crashes

2011-09-13 Thread Alex Nikitin
On Tue, Sep 13, 2011 at 10:40 AM, linuxsupport wrote: > I enabled debug in log and found this in the log file > > [13-Sep-2011 17:03:19.966801] DEBUG: pid 16974, fpm_got_signal(), line 76: > received SIGCHLD > [13-Sep-2011 17:03:19.966832] WARNING: pid 16974, fpm_children_bury(), line > 252: [pool

Re: [PHP] PHP FPM and OCI crashes

2011-09-13 Thread linuxsupport
I enabled debug in log and found this in the log file [13-Sep-2011 17:03:19.966801] DEBUG: pid 16974, fpm_got_signal(), line 76: received SIGCHLD [13-Sep-2011 17:03:19.966832] WARNING: pid 16974, fpm_children_bury(), line 252: [pool www] child 16992 exited on signal 11 (SIGSEGV) after 58.213448 se

Re: [PHP] PHP FPM and OCI crashes

2011-09-13 Thread linuxsupport
Could you please tell me how to use GDB here? On Tue, Sep 13, 2011 at 4:07 PM, Negin Nickparsa wrote: > use gdb >

Re: [PHP] PHP FPM and OCI crashes

2011-09-13 Thread Negin Nickparsa
use gdb

Re: [PHP] PHP FPM and OCI crashes

2011-09-13 Thread linuxsupport
Yes, it is enabled, I checked through phpinfo() On Tue, Sep 13, 2011 at 2:54 PM, Negin Nickparsa wrote: > is your oci module enabled in php.ini? > I mean something like this? > extension=oci8.so >

Re: [PHP] PHP FPM and OCI crashes

2011-09-13 Thread Negin Nickparsa
is your oci module enabled in php.ini? I mean something like this? extension=oci8.so

[PHP] PHP FPM and OCI crashes

2011-09-13 Thread linuxsupport
Hi, Recently, I decided to use PHP FPM, installation went well, I configured it with Nginx. I can run php script without any issue. But when I used a script to connect to Oracle database using oci module, I got a blank page. Below is the code I am using in script. Connection is OK'; } ?> If I