Edit report at http://bugs.php.net/bug.php?id=53921&edit=1
ID: 53921 Updated by: ahar...@php.net Reported by: umang dot ashu at gmail dot com Summary: Segmentation fault on using new soapclient() function -Status: Open +Status: Feedback Type: Bug Package: SOAP related Operating System: RHEL PHP Version: 5.3SVN-2011-02-04 (snap) Block user comment: N Private report: N New Comment: 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 for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 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. In particular, we need a backtrace with symbols, which is likely going to require debug builds of Apache and PHP. Previous Comments: ------------------------------------------------------------------------ [2011-02-04 02:06:50] umang dot ashu at gmail dot com Description: ------------ I am having trouble in using SOAP extension. I installed PHP with SOAP extension but whenever there is a soapclient function call in the code. The page either doesn't load and shows a blank page or asks to save the .php file without even showing a blank page. In error log file for apache this error is thrown again and again on each page load: [Thu Feb 03 23:02:20 2011] [notice] child pid 23912 exit signal Segmentation fault (11) I tried backtracing it using gdb. But it came out with this which makes no sense: [root@testapp3 bin]# gdb /usr/sbin/httpd /tmp/apache-cores/core.8638 GNU gdb Red Hat Linux (6.5-16.el5rh) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu"...(no debugging symbols found) Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `/www/bin/httpd -k start'. Program terminated with signal 11, Segmentation fault. #0 0x00002aaaab3c836c in ?? () (gdb) where #0 0x00002aaaab3c836c in ?? () #1 0x000000000000000d in ?? () #2 0x0000000005517bd0 in ?? () #3 0x000000004d49f4e4 in ?? () #4 0x00002aaaab3cd7cd in ?? () #5 0x0000000000000000 in ?? () I used the same php code on other machines and it works fine. Please put some light on the problem here. Please help. Thanks, Umang Test script: --------------- The code breaks here, particularly in this line, in all of the pages: $client = new SoapClient($command,$options); Expected result: ---------------- Run the code smoothly Actual result: -------------- Nothing. In error log file there is a segmentation fault. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53921&edit=1