You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HHVM segfaults quite often, when I push a new code base with rsync into the docroot. I'm not sure if it's a problem of the stat cache/inotify implementation.
Hi,
HHVM segfaults quite often, when I push a new code base with rsync into the docroot. I'm not sure if it's a problem of the stat cache/inotify implementation.
How to reproduce:
.....
[pid 12935] lseek(26, 1728512, SEEK_SET) = 1728512
[pid 12935] read(26, "setlogin is not implemented and "..., 4096) = 4096
[pid 12935] lseek(26, 1732608, SEEK_SET) = 1732608
[pid 12935] read(26, "y\2\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340Z\32\0\0\0\0\0"..., 4096) = 1472
[pid 12935] lseek(26, 1728512, SEEK_SET) = 1728512
[pid 12935] read(26, "setlogin is not implemented and "..., 4096) = 4096
[pid 12935] read(26, "y\2\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\340Z\32\0\0\0\0\0"..., 4096) = 1472
[pid 12935] lseek(26, 0, SEEK_SET) = 0
[pid 12935] read(26, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"..., 4096) = 4096
[pid 12935] lseek(26, 1728512, SEEK_SET) = 1728512
[pid 12935] read(26, "setlogin is not implemented and "..., 4096) = 4096
[pid 12935] lseek(26, 0, SEEK_SET) = 0
[pid 12935] read(26, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"..., 4096) = 4096
[pid 12935] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
Process 12935 detached
[pid 12934] +++ killed by SIGSEGV +++
+++ killed by SIGSEGV +++
on strace: strace -p 12928 -f
The text was updated successfully, but these errors were encountered: