Re: [cfe-users] TSAN and pthread_setcancelstate()

2017-12-30 Thread Rainer Gerhards via cfe-users
Adding to my own question: I have tried to use __attribute__((no_sanitize("thread"))) and blacklisting to work around the issue, but without any success. Details in commit https://github.com/rgerhards/rsyslog/commit/8e7625a5b21924518739acf17712f028c4c25241 This has now actually become a blocker

[cfe-users] TSAN and pthread_setcancelstate()

2017-12-29 Thread Rainer Gerhards via cfe-users
Hi all, I hope this is the right list for my question. If not, please accept my apologies -- in that case I would also appreciate if you could tell me the right place to ask. I am using TSAN together with clang (3,4,5) on Linux (in this Case Ubuntu 16.04). It works great, but I always get race re