Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54788 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32905 invoked from network); 22 Aug 2011 10:29:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2011 10:29:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=speedy.spam@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=speedy.spam@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.42 as permitted sender) X-PHP-List-Original-Sender: speedy.spam@gmail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:33120] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/B9-13024-C6F225E4 for ; Mon, 22 Aug 2011 06:29:02 -0400 Received: by fxe23 with SMTP id 23so3472038fxe.29 for ; Mon, 22 Aug 2011 03:28:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:reply-to:x-priority:message-id:to:subject:mime-version :content-type; bh=Vk98GyNAbvkDs+vUOo1BVnAz4Acsdcfia9VA+u3pIVM=; b=wcqtinyhKv67DGiuRjz+kz1SROfcDeBE63TKR6IrW40UjeV1YGxveraOU2wreW0rcq ByVbSWUaofjSkFJOx63i5qiEvT6+XSsx+fbaKcX1xZXDKSSq9XtDDB9wXJuO4UzLJUSi YttRlEIrzpMdZ9S4vYIcV70Um0MOZPed8N0YM= Received: by 10.223.85.145 with SMTP id o17mr3513426fal.16.1314008937905; Mon, 22 Aug 2011 03:28:57 -0700 (PDT) Received: from tankgirl (cable-188-2-73-188.dynamic.sbb.rs [188.2.73.188]) by mx.google.com with ESMTPS id g16sm5001344faa.3.2011.08.22.03.28.54 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Aug 2011 03:28:56 -0700 (PDT) Date: Mon, 22 Aug 2011 12:27:27 +0200 Reply-To: speedy X-Priority: 3 (Normal) Message-ID: <78581403.20110822122727@gmail.com> To: PHP Internals MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------BAEA1592C71FDFF" Subject: php.exe crashes on infinite recursion (PHP 5.3.5) From: speedy.spam@gmail.com (speedy) ------------BAEA1592C71FDFF Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Hello PHP dev crew, The screenshot of the crash is in the attachment. The problem is easily reproducible, just make a PHP function call itself. I think the stack grows too big and the php interpreter crashes inside the MSVCRT.dll. Maybe it could be handled with more grace? I feel that high level language interpreter should not crash its process whatever I do in the php code. Throwing a stack overflow / memory exa= usted exception would make it much easier to debug. Cheers, Milan =20 --=20 Best regards, speedy mailto:speedy.spam@gmail.com ------------BAEA1592C71FDFF--