From:             mkaatman at gmail dot com
Operating system: linux
PHP version:      5.2.5
PHP Bug Type:     SOAP related
Bug description:  SoapClient Segmentation fault on timeout

Description:
------------
Bug 33412 seems to have slipped back in.

Seeing it in ubuntu's 5.2.3-1ubuntu6.2 package and CentOS 5.2.4 package.

I've been able to reproduce it 100% of the time by running my requests
through a proxy and just stopping the proxy.

Every subsequent request gives a notice in the apache2 log.

[Mon Dec 10 15:13:07 2007] [notice] child pid 11731 exit signal
Segmentation fault (11)

Once I start the proxy back up everything works fine.


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


Expected result:
----------------
No segfault. Normal SOAP timeout response.

Actual result:
--------------
[Mon Dec 10 15:13:07 2007] [notice] child pid 11731 exit signal
Segmentation fault (11)


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

Reply via email to