Aliaksiej Kandracienka (aka Aliaksei Kandratsenka)

Results 14 comments of Aliaksiej Kandracienka (aka Aliaksei Kandratsenka)

Hi. Notably, I see some symbols whenever I run ***without*** addr2line available in PATH in osx. It fails to deal with inlinings and it fails to perform C++ demangings, but...

latest moxi version is at github.com/membase/moxi

Any similarly looking issues, but on Linux or any other decent (read: ELF) system should IMHO be a separate ticket. I advice you to create new ticket with as many...

So this specific case is another instance of "binary search trouble". Just for function ranges. Well, or subset. In this instance I got range with length 0 which we could...

Yes, that is the complication I was referring to above where my approach wouldn't work. Still, I think it is strictly more general that existing code. As for proper fix....

Here is my attempt to address this: https://github.com/alk/gperftools/commit/e1d65de6805b0aac689c19d7ec1e8de16c88b048 using logic I described above. Let me know what you think. It seems to work (I can indeed see cases like https://github.com/ianlancetaylor/libbacktrace/issues/137#issuecomment-2391991779...

Sure. We can then have separate array of ranges simply for "top level" entries. I.e. entries without parent and with at least one child. Then when dealing with normal entries...

This https://github.com/alk/gperftools/commit/d2795cdb214917c1ed3223ade0d0a200883630e2 Of course it'll need at least some cleaning (I know my coding style doesn't always match this file's; there is debugging stuff left; variable names etc), but as...

This is nice idea. But something isn't right with the implementation. I am trying to figure that out. Meanwhile reproducing this is straightforward. Here is Dockerfile that shows the issue:...