Moritz Bunkus
Moritz Bunkus
Addendum: ``` [0 mosu@sweet-chili (qt6) ~/prog/video/mingw/cross] ls usr/x86_64-pc-linux-gnu/qt6/libexec/ android_emulator_launcher.sh* cmake_automoc_parser* ensure_pro_file.cmake moc* qlalr* qt-internal-configure-tests* qvkgen* rcc* syncqt.pl* tracegen* uic* ``` Those are present in build's `qt6/libexec`. No trace of the...
Hmm, I think the [dependencies](https://github.com/mxe/mxe/blob/master/src/qt/qt6/qt6-qttools.mk#L8) are missing the build-specific variant of `qt6-qttools`. If I add `$(BUILD)~$(PKG)` from your fork & re-run `make MXE_TARGETS=x86_64-w64-mingw32.static qt6-qttools`, the tools are built for `$(BUILD)=x86_64-pc-linux-gnu`...
I'd like to ask for this feature as well. I've just experienced extraction abort in the middle of the ~10TB restore, which had already been running for two days, and...
The container has no problem with IPv6, or rather, with outgoing IPv6: ``` [0 root@durnik /srv/docker-compose/yacht] docker exec -ti yacht /bin/bash root@23d4d0143f51:/api# ping -6 www.google.com PING www.google.com (2a00:1450:4001:802::2004): 56 data...
Unfortunately the ASAN build crashes when starting the daemon. It does not generate a coredump. systemd just tries to restart it until it reaches the startup limits. The ASAN log...
I'll do that later today. Just wanted to state that this is not mentioned in the [ASAN section of the FAQ](https://rspamd.com/doc/faq.html#asan-builds).
Got it running (and segfaulting later) with `ASAN_OPTIONS=detect_odr_violation=0`. Thanks. The generated ASAN reports are kind of hard to correlate to the coredumps, as the PIDs in the ASAN file names...
Sure. Unfortunately the core dump I used above has already been removed (auto-updates installed the 3.8.0 last night, meaning there were TONS of new segfaults & core dumps over during...
Thanks for all your feedback so far. I'll try to build a recreatable test case by tcpdump-ing the mail server traffic. Won't get around to it until next week, though,...
I… don't think so. Don't even know what those are or how to check if I do, to be honest.