Aurélien D.

Results 162 comments of Aurélien D.

Thank you for testing and reporting back to us. You're right, I'm able to reproduce, seems like https://github.com/haproxy/haproxy/commit/a8b7684319a48110afb61d50f004566886a6baf1 is not enough unfortunately

Sorry I missed the update. FYI: this should be fixed in 2.7.3

@pasztorl Interesting, are you able to reproduce it consistently? Do you think you can share some details about your setup / configuration leading to this state? Thanks @wlallemand it reminded...

Ok so apparently process is crashing due to `ha_panic()` being called as a result of thread contention. According to your trace and version, nearly all threads are stuck here (45...

One possible explanation for stats socket becoming unresponsive (failing to connect) could be that you're reaching the stats socket maxconn (which defaults to 10). I'm wondering why you set `stats...

Use `prompt` command to enter interactive mode, this way you will be able to keep the session opened for multiple commands. Please note that `stats timeout` (which defaults to 10s)...

I'm wondering if https://github.com/haproxy/haproxy/commit/ddf6b7539cc847ae07b06d000c3f11d723ca6036 could explain this

thanks for the repro, I'm able to reproduce: Somehow `alloc_dst_address()` is called with `srv` being NULL here, so de-referencing it later in the function causes the above segfault This is...

CCing @capflam since he knows this part best :)