Maximilian Pudelko

Results 56 comments of Maximilian Pudelko

I could reproduce your issue on Linux: ``` #include #include int main() { struct ipaddr addr; int rc = ipaddr_local(&addr, "::1", 9000, 0); assert(rc == 0); int srv = tcp_listen(&addr,...

mhhh ok. Should we adopt an composable allocator backend like [251fd957](https://github.com/pudelkoM/ixy/commit/251fd957f9c12f6adc7cd33e7259f3358bf86e3a) (based on [CppCon 2015: Andrei Alexandrescu “std::allocator...”](https://www.youtube.com/watch?v=LIb3L4vKZ7U)) for this? The drivers&consumers do not care how memory is managed behind...

Do you have the Stratum version used at hand? Hash of the docker image alternatively. It would also be good to know what exactly you're trying to do when this...

It's not feasible to help you out in this case. Try using a newer version and collect all logs.

If the `VERSION` files shows `9.5.1` then I suspect this is not the correct SDE version. Only `9.5.2` is supported.

This looks like a bandaid fix that introduces inconsistency and does not address the underlying problem. I'd rather see an effort to make this applicable to all platform (or cut...

It looks like `malloc` implementations can be injected pretty easily through the `malloc` param on `cc_binary` targets: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_binary.malloc

Thanks for opening the PR! We reviewed parts of it internally and concluded that these changes are fairly specific to the Tahoe switch. Until we solve the story around general...

One additional point for remote caching: Today, forked CI runs start without a cache and take ~2 hours. Even if we don't share the remote bazel cache creds with forks,...