Re: ngx_quic_create_stream segfault

2023-12-22 Thread Clima Gabriel
Hello Maxim, You're right. Disabling the ssl-ja3 module was sufficient to stop the segfaults. Thanks! On Fri, Dec 22, 2023 at 4:14 PM Maxim Dounin wrote: > Hello! > > On Fri, Dec 22, 2023 at 11:59:22AM +0200, Clima Gabriel wrote: > > > Thanks. > > I ended up using valgrind and got much closer to

Re: Support on Nginx-ingress V3.4.0

2023-12-22 Thread J Carter
Hello, On Fri, 22 Dec 2023 12:05:51 +0530 Akash Shrivastava wrote: > Hi there, > Urgent support needed on Nginx-ingress 3.4.0 I'd recommend posting ingress controller related questions on the discussions section of it's Github repo. https://github.com/nginxinc/kubernetes-ingress/discussions

Re: ngx_quic_create_stream segfault

2023-12-22 Thread Maxim Dounin
Hello! On Fri, Dec 22, 2023 at 11:59:22AM +0200, Clima Gabriel wrote: > Thanks. > I ended up using valgrind and got much closer to the answer. > Arguments I used: > valgrind --leak-check=full --show-leak-kinds=all --trace-children=yes > --track-origins=yes --verbose --log-file=valgrind-output.txt

Re: ngx_quic_create_stream segfault

2023-12-22 Thread Clima Gabriel
Thanks. I ended up using valgrind and got much closer to the answer. Arguments I used: valgrind --leak-check=full --show-leak-kinds=all --trace-children=yes --track-origins=yes --verbose --log-file=valgrind-output.txt /root/nginx/objs/nginx -c /etc/nginx/nginx.conf That led me to find that the HTTP