You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program received signal SIGSEGV, Segmentation fault.
phalcon_memory_alloc (var=var@entry=0x7fffffffa1e8) at /cphalcon/ext/kernel/memory.c:309
309 active_memory->pointer++;
(gdb) bt full
#0 phalcon_memory_alloc (var=var@entry=0x7fffffffa1e8) at /cphalcon/ext/kernel/memory.c:309
active_memory = 0x0
#1 0x00007ffff3567861 in phalcon_throw_exception_string (ce=0x10be970, message=message@entry=0x7ffff36c48cf "The message must be an object", message_len=message_len@entry=29, restore_stack=restore_stack@entry=1)
at /cphalcon/ext/kernel/exception.c:55
object = 0x7ffff7fc2700
msg = <optimized out>
#2 0x00007ffff369b6f7 in zim_Phalcon_Validation_Message_Group_offsetSet (ht=<optimized out>, return_value=0x7ffff7fc26d0, return_value_ptr=<optimized out>, this_ptr=0x7ffff7fc0e30, return_value_used=<optimized out>)
at /cphalcon/ext/validation/message/group.c:133
index = 0x7ffff7fc2aa0
message = 0x7ffff7fc0e00
#3 0x00000000006a9e4d in zend_call_function ()
No symbol table info available.
#4 0x00000000006ce1d5 in zend_call_method ()
No symbol table info available.
#5 0x00000000006d8534 in ?? ()
No symbol table info available.
#6 0x0000000000736090 in ?? ()
No symbol table info available.
#7 0x0000000000755e45 in ?? ()
No symbol table info available.
#8 0x0000000000718857 in execute ()
No symbol table info available.
#9 0x00000000006b86cc in zend_execute_scripts ()
No symbol table info available.
#10 0x0000000000658373 in php_execute_script ()
No symbol table info available.
#11 0x0000000000761583 in ?? ()
No symbol table info available.
#12 0x000000000042c750 in ?? ()
No symbol table info available.
#13 0x00007ffff5b3cea5 in __libc_start_main (main=0x42c280, argc=2, ubp_av=0x7fffffffdea8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffde98) at libc-start.c:260
result = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -1858359330526826106, 4376508, 140737488346784, 0, 0, 1858359331671142790, 1858336757809967494}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x7ffff7de9930 <_dl_init+160>,
0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = -136406736}}}
not_first_call = <optimized out>
#14 0x000000000042c7e5 in _start ()
No symbol table info available.
The text was updated successfully, but these errors were encountered:
Expected result:
Exception caught!
Actual result:
Segmentation fault (core dumped)
Backtrace:
The text was updated successfully, but these errors were encountered: