Daniel Xu
Daniel Xu
Could you update your build to fe8363ff02e and then try: ``` $ rm -rf build $ CPPFLAGS=-DINLINE_LOGGING meson build $ ninja -C build ``` and get it to crash again?...
I changed my mind on the compile option. It's an env var now (bfd75afa30b9): ``` INLINE_LOGGING=1 sudo -E ./oomd_bin ```
Makes sense. I think the latter (scratch variable) diagnostic is better
Yeah, agreed. But if there was a way to feature probe, then at least we could delete the mitigation later.
Agreed that current behavior is kinda annoying. But could be risky. There might be automated users (eg https://github.com/iovisor/kubectl-trace and others) that rely on the exit printing. If we change the...
Actually, current behavior is beneficial for one liners. Which is probably why it’s like this in the first place
I think to think more deeply about edge cases here, but on the surface this seems reasonable in isolation. However, I think @viktormalik is/has been working a lot on the...
I think there is a bug resulting in packet drops even over loopback. Still debugging. Will update when I figure it out
Figured it out. Fix is in commit 1.