React, Flux, GraphQL, Hack, HHVM...? All of this and more!
HHVM 3.13.0 Crashes on Ubuntu / Debian with messages like including these words: "traps: hhvm general protection libc-2.19.so"
This is caused by an issue when running in daemon mode with logging disabled:
Alright, so, it looks like the issue was with one of the cherry-picks, which was causing a segfault if you tried to run in daemon mode with logging disabled. As a temporary fix, enabling logging should get it running again. I've got a diff up internally to fix this (D3124742).
- Segfault since latest update (3.13.0)
The quickest fix for this is to set logging to error in /etc/hhvm/server.ini:
hhvm.log.level = Error
Tweet