From:             abertolli at innovim dot com
Operating system: Linux 2
PHP version:      5.0.4
PHP Bug Type:     HTTP related
Bug description:  Segmentation Fault when SOAP request times out

Description:
------------
When a SOAP call takes a long time to respond, the PHP client has a
segmentation fault.  This is different in PHP 5.0.2 which simply returns
with no results.

This is unfortunate because a seg fault terminates the entire script.

Reproduce code:
---------------
   try {
      $result = $soapclient->__soapCall($f,$p);
      print "Successful Call\n";
   } catch (SoapFault $exception) {
      print "SOAP EXCEPTION: $exception\n";
   }

Where $f and $p are the SOAP function and parameters to send.

Expected result:
----------------
Normal SOAP reponse

Actual result:
--------------
[EMAIL PROTECTED] ISDS]$ php createMergedDataset.php
createMergedDataset : Segmentation fault


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

Reply via email to