-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
TypeError on PHP7.1.4 and goaop/framework:2.1.0 #324
Comments
Hi! It's really strange error... From my own experience it can be related only to the bugs in PHP itself or extensions like Opcache. Could you please try on a local machine with another PHP version? |
It works on another machine. Which is weird. Will dig into this tomorrow again. Hope i'll find something. |
@lisachenko i (we) could resolve this issue. There is probably a bug with the current php version (7.1.4) and Will keep you posted tho :) |
Like mentioned from @icanhazstring a segfault occurs in the process. I dumped the core but there are no *-dbgsym packages for 7.1.4 yet (just for 7.1.3), so I will have to wait until they get released. |
@icanhazstring @smuggli Thank you for reporting! It will be interesting to see what cause segfaults |
Closing this issue because it's related to segfaults in unstable version of PHP. @smuggli If you could find out what was the cause of segfault, just post it for me too, please |
@lisachenko The error is still present in PHP 7.1.5 but with that release the dgb packages got updated aswell. Edit (former tries where incorrect, havnt used php-fpm) #0 zend_string_hash_val (s=0x600007fe8f3a719) at ./Zend/zend_string.h:85 |
Yeah, no test script is provided.. I got some troubles to make a one
Looks like this issue fixed in latest version: php/php-src@89dd7fb Thank you for reporting this bug! |
Cool, that was quick. Only sad thing is, that we don't have a test for that. |
Hey,
I have a really weird bug.
I don't know if this bug is related with PHP7.1.4 or something else.
Current information:
I already cleared aop cache. Restarted fpm and other stuff.
Nothing seems to work.
What is weird is, that this exception there doesn't make any sense. Since GoAspectContainer is derived from the Container itself. Another problem, i can't really debug this issue, since this is only happening on my live machine where i can't use xdebug.
The text was updated successfully, but these errors were encountered: