sohaib17
sohaib17
Crash logs from a previous crash: ``` haproxy[176578]: Thread 1 is about to kill the process. haproxy[176578]: *>Thread 1 : id=0x7fc0a6eccc40 act=1 glob=1 wq=1 rq=0 tl=1 tlsz=0 rqsz=0 haproxy[176578]: stuck=1...
There was no `core dumped` message in the log. If this is done implicitly can you please share the path where I should look. Operating system is `CentOS 8.3.2011`. I...
Thank you for sharing the option and the path. We haven't seen the crash again so far. I will add this option in global section and share the core file...
So we experienced the crash again and this time `set-dumpable` was set so a core dump was generated. Here is the stack trace of both threads: ``` Stack trace of...
The crash happened again. Stack trace looks similar to the previous one but here it is anyway.. ``` Stack trace of thread 2470780: #0 0x00007f4dba1d87ff raise (libc.so.6) #1 0x00007f4dba1c2c35 abort...
Installed binary was not built with debug info so `list` is not returning anything. ``` (gdb) up 5 #5 0x000055efe4f8748c in http_action_store_cache () (gdb) list No symbol table is loaded....
@wtarreau I was evaluating 2.4.7 before deploying it on production when I noticed #1432. Is this something that is fixed in 2.4.8?
Never mind. It was a mistake in my config. `cache-use` was declared in frontend instead of backend :) I will continue with my evaluation and will update here if we...
@dgozman, is there any workaround to capture `favicon.ico` request? I was able to capture it through CDP but it makes the logic quite complex. While rendering a random URL ignoring...