-
-
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
[2.0.x] Model Cache #10252
Comments
|
@andresgutierrez After running
16 GB |
Could you submit a full backtrace on a debug build? |
@patrick-zippenfenig Unfortunately I don't know how to get dumps files and where they is located for php-cli |
@sergeyklay Example backtrace from cli:
output ommited |
@patrick-zippenfenig Thanks |
I testes new revision from db09235 @andresgutierrez Thanks |
Hi!
It seems Model Cache with
\Phalcon\Cache\Backend\Memory
is broken.How to reproduce:
./run
After
Robot: 24
I always seeSegmentation fault (core dumped)
.You can change models cache from
\Phalcon\Cache\Backend\Memory
to\Phalcon\Cache\Backend\Memcache
in service.php. In this case all works fine.I not tested other adapters, only Memory and Memcache.
The text was updated successfully, but these errors were encountered: