On 28.03.2008 17:35, Felipe Pena wrote:
  Log:
  MFH: Implemented "jump label" operator (limited "goto")

# cat ./Zend/tests/jump01.mem
==14076== Invalid read of size 4
==14076==    at 0x863C6F: zend_resolve_goto_label (zend_compile.c:1734)
==14076==    by 0x863D72: zend_do_goto (zend_compile.c:1761)
==14076==    by 0x83A466: zendparse (zend_language_parser.y:252)
==14076==    by 0x83E4BA: compile_file (zend_language_scanner.l:289)
==14076==    by 0x882919: zend_execute_scripts (zend.c:1161)
==14076==    by 0x80D32A: php_execute_script (main.c:2077)
==14076==    by 0x92448D: main (php_cli.c:1139)
==14076==  Address 0xffffffffc is not stack'd, malloc'd or (recently) free'd
==14076==
==14076== Process terminating with default action of signal 11 (SIGSEGV): 
dumping core
==14076==  Access not within mapped region at address 0xFFFFFFFFC
==14076==    at 0x863C6F: zend_resolve_goto_label (zend_compile.c:1734)
==14076==    by 0x863D72: zend_do_goto (zend_compile.c:1761)
==14076==    by 0x83A466: zendparse (zend_language_parser.y:252)
==14076==    by 0x83E4BA: compile_file (zend_language_scanner.l:289)
==14076==    by 0x882919: zend_execute_scripts (zend.c:1161)
==14076==    by 0x80D32A: php_execute_script (main.c:2077)
==14076==    by 0x92448D: main (php_cli.c:1139)


--
Wbr, Antony Dovgal

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to