could someone help debug this? osquery worker is h...
# general
s
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
z
I believe this was fixed in 4.0.2
p
what was the issue that caused this?
s
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
I’m not sure it’s the same bug, but 4.0.1 was a bad release.