Closed carneiro closed 9 years ago
See #6166. Try hhvm 3.9.1.
I can´t. Need to use 3.6.6. You think this crashes is just because repeated error log messages as described in #6166? Thank you for your response.
Yes, I think a workaround is to avoid using ini_set('log_errors', 0)
or ini_set('error_log', 'file')
if possible.
@wjywbs It didn't work... same results here
Any other thoughts?
Ping: Still working on this... anyone can help me?
Resolved the issue by migrating to Debian Jessy and installing latest HHVM bersion from supported packages. Maybe this is a amazon linux package issue. Closed.
When I access my home page via browser it load pretty fast and without any problems, when I run apache bench on my homepage hhvm stops (crash). This not occurs when I benchmark an simple php script (Hello world echo).
This runs okay:
This crashes hhvm:
Setup:
Server.ini:
Stacktrace:
Perform log:
Can you guys please help me?