Sean McBride
Sean McBride
I have updated to 13.0-RELEASE-p7. I've uncommented my `PKG_REPO_SIGNING_KEY` to reproduce the issue. Here's a directory listing before: ``` root@foo:/usr/local/poudriere/data/packages/amd64-13-0-default # ll total 14 lrwxr-xr-x 1 root wheel 18 Apr...
>Try `echo $?` after it exits. It returns 1. >[ERROR] Unhandled error! Exiting 1 Seeing something like that would be extremely helpful! It would fix half my problem. There remains...
Nice! So shall I try going back to an RSA key, or is there some other way to debug what's failing for me?
I've confirmed the issue is RSA key vs ECC key. Changing only that makes the issue occur or not.
I've just updated to `13.1-RELEASE`; any point in me retesting this?
>There are a lot of true positives Oh. >We are fixing them from time to time. I would have thought threading correctness issues in a threading library would be high...
Thanks for the detailed response, much appreciated! So I've just deleted all the `libtbbmalloc*` files and tried again. TSan still complains but now I indeed don't see `tbbmalloc` in the...
I searched through the llvm and sanitizers bug databases, and not see anything about mach semaphores in there. I don't think those APIs are commonly used. So you believe that...
@alexey-katranov OK, I created https://github.com/google/sanitizers/issues/1384, let's see if they have anything to say...
@alexey-katranov meanwhile, it would be nice if TBB had an "official" [suppression list](https://clang.llvm.org/docs/SanitizerSpecialCaseList.html) of known issues. My perspective is the following: I have my own code, with my many tests,...