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
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.