-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to free someone else's memory frame! #1379
Comments
Could you please try the latest 1.3.0? $ phpunit unit-tests/ViewEnginesVoltTest.php
PHPUnit 3.6.10 by Sebastian Bergmann.
................
Time: 0 seconds, Memory: 3.50Mb
OK (16 tests, 361 assertions) |
ghost
mentioned this issue
Oct 14, 2013
Merged
@sjinks I test use you branch, result this:
#0 0x00007ffadee08871 in phalcon_memory_restore_stack_common (phalcon_globals_ptr=0x7ffae485c980 <phalcon_globals>) at /home/zhuzx/work/cphalcon/ext/kernel/memory.c:98
#1 0x00007ffadee08e18 in phalcon_memory_restore_stack (func=0x7ffadf2a0d40 <__FUNCTION__.39281> "zim_Phalcon_Mvc_View_Engine_Volt_Compiler_parse")
at /home/zhuzx/work/cphalcon/ext/kernel/memory.c:217
#2 0x00007ffadef183c9 in zim_Phalcon_Mvc_View_Engine_Volt_Compiler_parse (ht=1, return_value=0x7ffad8682958, return_value_ptr=0x7ffaf11da9f8, this_ptr=0x7ffad8682798,
return_value_used=0) at /home/zhuzx/work/cphalcon/ext/mvc/view/engine/volt/compiler.c:3840
#3 0x00007ffadede7b6f in phalcon_execute_internal (execute_data_ptr=0x7ffaf11da790, return_value_used=0) at /home/zhuzx/work/cphalcon/ext/phalcon.c:396
#4 0x00007ffaeda7f5cb in xdebug_execute_internal (current_execute_data=0x7ffaf11da790, return_value_used=0) at /build/buildd/xdebug-2.2.1/build-php5/xdebug.c:1481
#5 0x000000000075f17e in ?? ()
#6 0x0000000000718c17 in execute ()
#7 0x00007ffaeda7f168 in xdebug_execute (op_array=0x7ffad87ad090) at /build/buildd/xdebug-2.2.1/build-php5/xdebug.c:1391
#8 0x00000000006aa160 in zend_call_function ()
#9 0x0000000000552366 in ?? ()
#10 0x00007ffadede7b6f in phalcon_execute_internal (execute_data_ptr=0x7ffaf11d9e50, return_value_used=1) at /home/zhuzx/work/cphalcon/ext/phalcon.c:396
#11 0x00007ffaeda7f5cb in xdebug_execute_internal (current_execute_data=0x7ffaf11d9e50, return_value_used=1) at /build/buildd/xdebug-2.2.1/build-php5/xdebug.c:1481
#12 0x000000000075f17e in ?? ()
#13 0x0000000000718c17 in execute ()
#14 0x00007ffaeda7f168 in xdebug_execute (op_array=0x7ffad86b59d0) at /build/buildd/xdebug-2.2.1/build-php5/xdebug.c:1391
#15 0x000000000075f499 in ?? ()
#16 0x0000000000718c17 in execute ()
#17 0x00007ffaeda7f168 in xdebug_execute (op_array=0x7ffad86b5878) at /build/buildd/xdebug-2.2.1/build-php5/xdebug.c:1391
#18 0x000000000075f499 in ?? ()
|
Merged
phalcon
pushed a commit
that referenced
this issue
Oct 15, 2013
Fixed in 1.3.0 |
phalcon
pushed a commit
that referenced
this issue
Oct 15, 2013
ghost
mentioned this issue
Oct 17, 2013
Merged
ghost
mentioned this issue
Oct 17, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: