ID:               43556
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mkaatman at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         SOAP related
 Operating System: linux
 PHP Version:      5.2.5
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.




Previous Comments:
------------------------------------------------------------------------

[2007-12-10 21:42:51] mkaatman at gmail dot com

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 this bug report at http://bugs.php.net/?id=43556&edit=1

Reply via email to