From: matthew_peters at uk dot ibm dot com Operating system: WinXP PHP version: 5CVS-2005-10-04 (snap) PHP Bug Type: SOAP related Bug description: SoapClient<->SoapServer crashes under apache with 5.10RC2
Description: ------------ Running the samples in http://www.zend.com/php5/articles/php5-SOAP.php Specifically using the sample client5.php to talk to server1.php, both locally onthe same apache. Works OK with 5.1.0RC1 but every two times pops up dialog box "Apache HTTP server has encountered a problem..." with 5.1.0RC2. Actually Apache is still running. Environment: PHP 5.1.0RC2 - reports build date Oct 3 2005 20:23:30 WinXP Apache 2.0 just the one php_soap.dll extension enabled in php.ini I have also tried with 0916 build of RC2 (see stack trace below) Reproduce code: --------------- Use the samples straight from the SOAP article. Run at least twice as working alternates with failing. Expected result: ---------------- Normal results as I see with RC1 Actual result: -------------- Dialog box as mentioned, I also tried with a copy of RC2 I took from snaps at 200509160830 and built with debug, and went into the debugger - the stack trace was: NTDLL! 77f585c0() _emalloc(unsigned int 10, char * 0x014165d0 `string', unsigned int 240, char * 0x00000000, unsigned int 0) line 182 + 63 bytes _estrdup(const char * 0x007d47f0, char * 0x014165d0 `string', unsigned int 240, char * 0x00000000, unsigned int 0) line 403 + 25 bytes sapi_get_default_content_type(void * * * 0x00b0a678) line 240 + 29 bytes php_apache_request_ctor(request_rec * 0x005e1508, php_struct * 0x005e2da0, void * * * 0x00b0a678) line 419 + 12 bytes php_handler(request_rec * 0x005e1508) line 535 + 17 bytes LIBHTTPD! 6ff0155f() -- Edit bug report at http://bugs.php.net/?id=34729&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34729&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=34729&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=34729&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=34729&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=34729&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=34729&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=34729&r=needscript Try newer version: http://bugs.php.net/fix.php?id=34729&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=34729&r=support Expected behavior: http://bugs.php.net/fix.php?id=34729&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=34729&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=34729&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=34729&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34729&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=34729&r=dst IIS Stability: http://bugs.php.net/fix.php?id=34729&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=34729&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=34729&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=34729&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=34729&r=mysqlcfg
