From:             thejam at gmail dot com
Operating system: SLES 10 (s390x) 64bit
PHP version:      5.2.1
PHP Bug Type:     SOAP related
Bug description:  new Soapclient produces Segfault/Core dump

Description:
------------
First bug report, I've scoured the reports for similar issues, nothing is
helping though.  Hopefully I didn't miss something.

Platform is zLinux VM on the mainframe.  SLES 10.

PHP installed from source, not through yast:

'./configure' '--enable-soap' '--without-pear'
'--with-apxs2=/usr/local/apache2/bin/apxs'

-------------------
Declaring a new SoapClient throws a segfault when the script is processed.
 In a browser, it immediately asks if you want to save the script.  Log
files shows a Segmentation Fault.







Reproduce code:
---------------
<?

echo "Hello World!";

$sccSystem = new
SoapClient('http://myserver/services/sccsystem?wsdl');

?>

Expected result:
----------------
Hello World!

**I don't expect output from the SoapClient object, I whittled it down to
just this line, and found it still segfaulted.**

Actual result:
--------------
Nothing.

Log file says:

[Wed Feb 21 13:21:32 2007] [notice] child pid 21118 exit signal
Segmentation fault (11)

-- 
Edit bug report at http://bugs.php.net/?id=40584&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40584&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40584&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40584&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40584&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40584&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40584&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40584&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40584&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40584&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40584&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40584&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40584&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40584&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40584&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40584&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40584&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40584&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40584&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40584&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40584&r=mysqlcfg

Reply via email to