Oleksandr Natalenko

Results 35 comments of Oleksandr Natalenko

Thank you for your reply. It's an enterprise kernel: ``` 4.18.0-305.12.1.el8_4.x86_64 ``` with: ``` CONFIG_UNWINDER_ORC=y # CONFIG_UNWINDER_FRAME_POINTER is not set ```

Adding this: ``` OPTION FRAMEPRESERVEFLAGS:ON OPTION PROLOGUE:NONE OPTION EPILOGUE:NONE ``` to the beginning of the file works around the issue.

The same applies to the `received server failure from upstream` messages. `servfail` is pretty common in production, there's no need to log it by default, or at least there should...

I won't guarantee I'll revamp logging sooner than you, but who knows ☺. For now I ended up with this: ```diff diff --git a/doh-server/ietf.go b/doh-server/ietf.go index 497ff27..e0ec98a 100644 --- a/doh-server/ietf.go...

Personally /me is here not to find who to blame but to improve a code a little bit. Do you think my small correction from above can be applied as...

Cross-referencing `libkdumpfile` issue: https://github.com/ptesarik/libkdumpfile/issues/46

@ptesarik Hello. Thank you for looking into this. If you are looking at the git HEAD, `crush.Output` was refactored into `crush.TextBuffer`. Regarding RAM usage, `crush` is built on top of...

> Thanks for the offer, but how big would such a core file be? Probably, a couple of gigs, at least this is what I see working with vmcores from...

/me is not a webdev, but probably it's just a matter of adding `ua` (_or `uk`?_) here: https://github.com/sienori/simple-translate/blob/master/src/common/generateLangOptions.js#L5 If so, I can send a PR.