SQLite Forum

SIGBUS errors in HHVM
Login
> The DB is stored on a disk that has plenty of free space left.

Is it a local or network disk?
File i/o via mmap can result in SIGBUS if accessing a network filesystem that is experiencing problems.

(possibly this is a reflection of the more general issue that the mmap API does not provide any way for I/O errors to be reported)