Daniel Klauer

Results 7 issues of Daniel Klauer

## Description of the problem Currently the `usertty()` destination uses a hard-coded message format. It can be annoying because it's different than the format used by other destinations like `file()`...

enhancement

Hi, The internal `c++-analyzer` script from `scan-build` uses `lib.pm`, so `perl-module-lib` should probably be added as `RDEPENDS` of `clang-tools`. Because it was missing, there were `Can't locate lib.pm in @INC`...

Hi, `socket::cancel()` appears to call pending completion handlers immediately, instead of delaying their execution until after the call returns. As a result there are dead locks when calling more socket...

Hi, It seems that the io_context destructor will hang in its internal `shutdown()` function in the call to `zmq_ctx_term()`, if there still are pending `azmq::socket` operations/completion handlers and the `azmq::socket`...

Hi, **Describe the bug** When trying to compile projects using `#include ` (for example libabsl) by using clang from the Yocto SDK with `nativesdk-clang` and `compiler-rt-sanitizers`, it shows `fatal error:...

**Describe the bug** A Yocto SDK built with `CLANGSDK = "1"` contains both gcc and clang and they are expected to be binary compatible so that they can both use...

Hi, It looks like there is a new warning since gcc 12 when compiling boost::asio with `-fsanitize=thread`. boost::asio uses `std::atomic_thread_fence`, but apparently ThreadSanitizer does not support this (https://github.com/google/sanitizers/issues/1352, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97868). [Example...