-
Notifications
You must be signed in to change notification settings - Fork 142
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
Opcache crashed with PHP7 #219
Comments
This looks like some problem in opcache optimizer. Can you check what file/function caused a crash and send it to me. (You'll need to print "(char_)op_array.filenam->val" and "(char_)op_array.function_name.val" from the upper frame. |
Thanks for your reply @dstogov I am not sure I did the right operation and got the right value, because I am not familiar with gdb debug.
Sorry about my bad english by the way. |
Not yet, I forgot star, sorry. |
You didn't forget the star, Markdown dropped it ;) |
Thanks for your infomation @dstogov @nikic I got the filename but no function_name instead of the message below.
There are no custom function in that file. I will email you @dstogov that file, but I cannot send you the original one. |
Hi, I really appreciate for your help. 2015-10-01 20:50 GMT+09:00 Nikita Popov notifications@github.com:
|
I am testing PHP7 for my web applications.
Some of them are worked fine.But one give me segfault.
Here is the backtrace below.
Maybe this is a php7 core problem but I have no idea, so I ask here first.
Here is the opcache setting
Some extra info:
This is a very major issue to me so hope this help.
The text was updated successfully, but these errors were encountered: