could someone help debug this? osquery worker is hitting segfault repeatedly and there’s nothing in /var/log/osquery to identify why it might be happening
this is on CentOS Linux release 7.7.1908 (Core) using osquery-4.0.1-1.linux.x86_64
zwass
2 years ago
I believe this was fixed in 4.0.2
pickmansec
2 years ago
what was the issue that caused this?
s
seph
2 years ago
4.0.1 had an bug in how rocksdb was linked, this caused it to crashloop on linux. 4.0.2 was cut primarily to address that. Fix is https://github.com/osquery/osquery/pull/5797 and that links to the bug