https://github.com/osquery/osquery logo
s

soumitr

12/10/2019, 6:15 PM
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

zwass

12/10/2019, 6:27 PM
I believe this was fixed in 4.0.2
p

pickmansec

12/10/2019, 6:37 PM
what was the issue that caused this?
s

seph

12/10/2019, 7:35 PM
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.