Hi folks, I use osquery at Arch Linux with rocksdb...
# general
a
Hi folks, I use osquery at Arch Linux with rocksdb 6.5.3 and it works fine. Then I compile/install rocksdb 6.7.3 and with it osquery crashes
Copy code
Mar 26 12:15:32 work systemd[1]: systemd-coredump@8-286313-0.service: Succeeded.
Mar 26 12:15:32 work systemd-coredump[286314]: Process 26664 (osqueryd) of user 0 dumped core.
                                               
                                               Stack trace of thread 26664:
                                               #0  0x0000562f625bed29 n/a (osqueryd + 0x1cdd29)
                                               #1  0x0000562f629359e5 n/a (osqueryd + 0x5449e5)
                                               #2  0x0000562f62939281 n/a (osqueryd + 0x548281)
                                               #3  0x0000562f62939514 n/a (osqueryd + 0x548514)
                                               #4  0x0000562f6292807d n/a (osqueryd + 0x53707d)
                                               #5  0x0000562f6294216e n/a (osqueryd + 0x55116e)
                                               #6  0x0000562f626a1b63 n/a (osqueryd + 0x2b0b63)
                                               #7  0x00007f290eaee023 __libc_start_main (libc.so.6 + 0x27023)
                                               #8  0x0000562f624f800e n/a (osqueryd + 0x10700e)
                                               
                                               Stack trace of thread 286312:
                                               #0  0x00007f290eb8e2d1 clock_nanosleep@@GLIBC_2.17 (libc.so.6 + 0xc72d1)
                                               #1  0x00007f290eb93bf7 __nanosleep (libc.so.6 + 0xccbf7)
                                               #2  0x0000562f6294236f n/a (osqueryd + 0x55136f)
                                               #3  0x00007f290eee0b24 execute_native_thread_routine (libstdc++.so.6 + 0xcfb24)
                                               #4  0x00007f290ec9846f start_thread (libpthread.so.0 + 0x946f)
                                               #5  0x00007f290ebc63d3 __clone (libc.so.6 + 0xff3d3)
Mar 26 12:15:32 work systemd-coredump[286308]: Core file was truncated to 2147483648 bytes.
Mar 26 12:15:32 work systemd[1]: osqueryd.service: Main process exited, code=dumped, status=11/SEGV
Have anybody seen this issue? cc @alessandrogario