|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-10-07 14:31 UTC] kelcon at ceti dot pl
class someclass {
function error() {
return $this->error()
}
}
Running $instance->error() crashes php on windows (it should be catch when source is parsed).
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 22 12:00:01 2025 UTC |
Backtrace: #0 0x40176626 in sbrk () from /lib/libc.so.6 #1 0x4011d21e in __default_morecore () from /lib/libc.so.6 #2 0x4011a743 in malloc () from /lib/libc.so.6 #3 0x4011a134 in malloc () from /lib/libc.so.6 #4 0x080d512c in _emalloc (size=32) at zend_alloc.c:165 #5 0x080d5297 in _ecalloc (nmemb=8, size=4) at zend_alloc.c:257 #6 0x080e4c6b in zend_hash_init (ht=0x8541fbc, nSize=0, pHashFunction=0, pDestructor=0x80da7fc <_zval_ptr_dtor>, persistent=0) at zend_hash.c:176 #7 0x080fd65a in execute (op_array=0x81792e4) at ./zend_execute.c:1616 #8 0x080fd71a in execute (op_array=0x81792e4) at ./zend_execute.c:1638 #9 0x080fd71a in execute (op_array=0x81792e4) at ./zend_execute.c:1638 <snip> #24951 0x080fd71a in execute (op_array=0x81792e4) at ./zend_execute.c:1638 #24952 0x080fd71a in execute (op_array=0x81792e4) at ./zend_execute.c:1638 #24953 0x080fd71a in execute (op_array=0x8173034) at ./zend_execute.c:1638 #24954 0x080e204a in zend_execute_scripts (type=8, retval=0x0, file_count=3) at zend.c:814 #24955 0x0805fd16 in php_execute_script (primary_file=0xbffffb58) at main.c:1310 #24956 0x0805de7c in main (argc=2, argv=0xbffffbd4) at cgi_main.c:737 #24957 0x400c56ef in __libc_start_main () from /lib/libc.so.6 Catching failure to do a