Tim Rühsen
Tim Rühsen
## The Problem The workers tend to flush at (roughly) the same time. The main reason for this is that worker buffers are filled evenly, because all workers fetch their...
Running the build container as root (default) creates temporary files owning root outside the container. A `make clean` will run into permission denied.
**Kibana version:** 8.13 In the differential flamegraph view, there is a summary area with a gain/loss % value:  The root frame should should exactly the same values in the...
I guess, it should be empty.
Not sure what is going on, clang is 6.0.1-9 and used often for fuzzing other projects (also for OSS-Fuzz). I naively followed the instructions (../curl was fetched from upstream a...
In printbuf.c, sprintbuf() this piece of code might not compile or work as expected everywhere: ``` va_start(ap, msg); if((size = vasprintf(&t, msg, ap)) < 0) { va_end(ap); return -1; }...
The builds for wget and wget2 fail since a while because of this error. My *guess* is that `clang` emits dwarf5 data while `ld` (version 2.34) can't handle it. Maybe...
``` make check LOG_COMPILER="valgrind --trace-children=yes --leak-check=full --show-leak-kinds=all" ``` crashes `test_concurrent_stop_http2`. The log file shows ``` ==15915== Thread 7 MHD-connection: ==15915== Invalid read of size 4 ==15915== at 0x484B61B: build_header_response (connection.c:1681)...