Menu

React, etc. Tech Stack

React, Flux, GraphQL, Hack, HHVM...? All of this and more!

Fix HHVM 3.13.0 Crashes on Ubuntu / Debian

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

Written by Jorgé on Monday April 4, 2016

Permalink -

« Angular 2 Universal Rendering support coming for PHP / Twig - Mossack Fonseca exposes unmaintained Open Source CMS risks »