|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-09 07:28 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 12 12:00:01 2025 UTC |
When doing a recursion like this: function foo () { foo (); } php crashes after a few thousand recursions. The number of recursions possible depends on the function size. I recompiled the webserver without optimization and debugging symbols accordingly. Program received signal SIGSEGV, Segmentation fault. 0x2822f7bb in object.11 () at ./zend_execute.c:877 877 } (gdb) bt #0 0x2822f7bb in object.11 () at ./zend_execute.c:877 Error accessing memory address 0xbbbffc3c: Bad address. Oh btw, I'd appreciate to see a password field for passwords in the bug form...