Skip to content
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

[BUG] Assertion `zval_refcount_p((((zend_phalcon_globals *) (*((void ***) tsrm_ls))[((phalcon_globals_id)-1)])->z_null)) == 2' failed. #1509

Closed
ghost opened this issue Nov 2, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 2, 2013

Test case:

<?php
$di     = new \Phalcon\DI();
$di->set('url', function() { return new NonExistingClass; });
$di->get('url');
?>
Fatal error: Class 'NonExistingClass' not found in /home/vladimir/workspace/cphalcon/ext/tests/x.php on line 3
php: /home/vladimir/workspace/cphalcon/ext/phalcon.c:782: zm_post_zend_deactivate_phalcon: Assertion `zval_refcount_p((((zend_phalcon_globals *) (*((void ***) tsrm_ls))[((phalcon_globals_id)-1)])->z_null)) == 2' failed.
Aborted (core dumped)
@ghost ghost closed this as completed Nov 8, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants