ID: 48706 Comment by: aigors at inbox dot lv Reported By: aigors at inbox dot lv Status: Open Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 5.2.10 New Comment:
I generated the crash backtrace report, it's available in http://gedrox.no-ip.org/php/CrashHang_Report__PID_5620__06272009131757156.mht. Hope did it right. Previous Comments: ------------------------------------------------------------------------ [2009-06-27 09:59:53] aigors at inbox dot lv Description: ------------ SoapClient crashes the PHP when invalid wsdl_url is used and file php log output is configured in the php.ini. Reproduce code: --------------- PHP code: <?php new SoapClient('http://example.com'); ?> php.ini-dist and php.ini changes: --- C:/php5/php.ini-dist +++ C:/php5/php.ini -log_errors = Off +log_errors = On -;error_log = filename +error_log = c:/php_log -;extension=php_soap.dll +extension=php_soap.dll Expected result: ---------------- SoapFault Exception should be thrown. Actual result: -------------- PHP crashes with system log message "Faulting application php.exe, version 5.2.10.10, faulting module php5ts.dll, version 5.2.10.10, fault address 0x000abc6f." ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48706&edit=1