[vdr] [ANNOUNCE] VDR version 2.6.3 released

2022-12-14 Thread Klaus Schmidinger
VDR version 2.6.3 is now available at the official VDR GIT archive git://git.tvdr.de You can also get the latest stable version with git clone --branch stable/2.6 git://git.tvdr.de/vdr.git or as a tar archive with

Re: [vdr] [PATCH] ThreadSanitizer warnings for cThread

2022-12-14 Thread Marko Mäkelä
Wed, Dec 14, 2022 at 10:21:10AM +0100, Klaus Schmidinger wrote: Is there an actual problem that requires this? It has been that way for many, many years, so I'd like to see more than "looks problematic to me" before I dare touch this ;-). The only problem that I am currently aware of is

Re: [vdr] [PATCH] ThreadSanitizer warnings for cThread

2022-12-14 Thread Klaus Schmidinger
On 10.12.22 18:30, Marko Mäkelä wrote: ... Finally, I figured out what is causing the first report: cThread::description is not protected by cThread::mutex. Possibly, most cThread data members (including cThread::active) should be protected by cThread::mutex? Unless I'm missing something,