Olivier Houchard
Olivier Houchard
I think gcc might be confused, and consider that oldest_lost may be NULL, while it is clear that it can't happen.
Hi, Ok there's definitively a problem here. The two patches should address it, any chance you can test them ? Thanks ! [0001-BUG-MEDIUM-lua-Get-the-arguments-for-running-sample_.txt](https://github.com/haproxy/haproxy/files/9552222/0001-BUG-MEDIUM-lua-Get-the-arguments-for-running-sample_.txt) [0002-BUG-MEDIUM-lua-handle-stick-table-implicit-arguments.txt](https://github.com/haproxy/haproxy/files/9552223/0002-BUG-MEDIUM-lua-handle-stick-table-implicit-arguments.txt)
I think those new, attached patches should be merged. [0001-BUG-MEDIUM-lua-Get-the-arguments-for-running-sample_.txt](https://github.com/haproxy/haproxy/files/9698183/0001-BUG-MEDIUM-lua-Get-the-arguments-for-running-sample_.txt) [0002-BUG-MEDIUM-lua-handle-stick-table-implicit-arguments.txt](https://github.com/haproxy/haproxy/files/9698189/0002-BUG-MEDIUM-lua-handle-stick-table-implicit-arguments.txt)
Oops nice catch. Yeah your patch makes sense, I'll merge it with mine.
Updated patches [0001-BUG-MEDIUM-lua-Don-t-crash-in-hlua_lua2arg_check-on-.txt](https://github.com/haproxy/haproxy/files/9698689/0001-BUG-MEDIUM-lua-Don-t-crash-in-hlua_lua2arg_check-on-.txt) [0002-BUG-MEDIUM-lua-handle-stick-table-implicit-arguments.txt](https://github.com/haproxy/haproxy/files/9698692/0002-BUG-MEDIUM-lua-handle-stick-table-implicit-arguments.txt)
The way I understand it, you just need to ensure that target_addval and deltalim are in sync. My idea, maybe naive, would be to do something like this : ```...
QUIC uses UDP, so it'd share code with an hypothetical UDP load balancer, but very little, really, ie code to create and use UDP sockets, as you can guess, that's...
Hi @Tristan971, I think we (well, @capflam) figured it out! Can you try the attached patch? Thanks! [0001-BUG-MEDIUM-fd-Use-the-provided-tgid-in-fd_insert-to-.txt](https://github.com/user-attachments/files/20672967/0001-BUG-MEDIUM-fd-Use-the-provided-tgid-in-fd_insert-to-.txt)
Hi @awlx, This should hopefully be fixed in master now, and should be backported to 3.3 soon. If you don't want to wait, you can just apply commits 260d64d7870ed3c4be62f98a4253e25fa3db6a6d, dcce9369129f6ca9b8eed6b451c0e20c226af2e3...
@awlx @WRMSRwasTaken I've been trying to reproduce the issue, but nothing so far, it seems to work fine for me. Can you think of anything in your setup that could...