-
-
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
Overriding basic services may cause unmanaged internal error #2205
Comments
kbtz
changed the title
Empty section in INI file causing internal error
Overriding basic services may cause unmanaged internal error
Mar 19, 2014
This test works fine: [a]
[b]
hello = 1
other = "hello" <?php
$config = new Phalcon\Config\Adapter\Ini("a.ini");
var_dump($config);
unset($config); Produces:
Could you please submit a test that fully reproduces the problem? |
Sorry, took me a while to debug what's was really going on. Issue updated. |
OK, confirmed |
Could you try again recompiling from master branch? |
Tested with 8c5fa64, seems to be fixed now. Phalcon throws:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A wrong configuration in my ini file made my view service be registred within a non existing class, like this:
It seems that this can cause an unmanaged exception in phalcon
1.3.0
. Beacuse an empty response is returned and apache reports something like this:[notice] child pid 28938 exit signal Segmentation fault (11)
.The text was updated successfully, but these errors were encountered: