-
-
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
{{ getTitle() }} cause segmentation fault on dispatcher->forward to notFound #12938
Comments
What is |
\Phalcon\Tag::getTitle() It looks like opcache has nothing to do with this problem and is triggered immediately after a Model::findFirst() causing an |
Actually there is no |
It is, I replaced {{ getTitle() }} (which worked for 2 years until last update, btw) with {{ get_title() }} and is still causing a database crash and an segmentation fault. |
Provide core dump please. |
|
Expected and Actual Behavior
getTitle() in volt main layout cause :
[2948319.527126] php-fpm7.0[43751]: segfault at 1 ip 00007f3aeaedfb1d sp 00007fff9e5ae620 error 6 in phalcon.so[7f3aead5e000+4c8000]
// paste output here
in index.volt -
{{ getTitle() }}
in any controller:
Details
Debian 8 (jessie) 3.16.0-4-amd64 x86_64
Web framework delivered as a C-extension for PHP
phalcon => enabled
Author => Phalcon Team and contributors
Version => 3.2.0
Build Date => Jun 21 2017 21:38:01
Powered by Zephir => Version 0.9.8-6335775f25
Directive => Local Value => Master Value
phalcon.db.escape_identifiers => On => On
phalcon.db.force_casting => Off => Off
phalcon.orm.events => On => On
phalcon.orm.virtual_foreign_keys => On => On
phalcon.orm.column_renaming => On => On
phalcon.orm.not_null_validations => On => On
phalcon.orm.exception_on_failed_save => Off => Off
phalcon.orm.enable_literals => On => On
phalcon.orm.late_state_binding => Off => Off
phalcon.orm.enable_implicit_joins => On => On
phalcon.orm.cast_on_hydrate => Off => Off
phalcon.orm.ignore_unknown_columns => Off => Off
phalcon.orm.update_snapshot_on_save => On => On
phalcon.orm.disable_assign_setters => Off => Off
The text was updated successfully, but these errors were encountered: