Markus Härer

Results 143 comments of Markus Härer

This would fix the deadlock but wouldn't we potentially access a dangling pointer instead? In the stack trace `CDirectoryProvider` removes itself from the `CAnnouncementManager` because it's destroyed but the copied...

One remaining issues is ccache. To play nice with PCH the sloppiness must be set accordingly (https://ccache.dev/manual/4.6.3.html#_precompiled_headers). This should be possible to add to FindCCache.cmake.

I just realised that I have ccache installed and it messed with my initial measurements. I updated the PR with the correct numbers. But I really wonder why GCC only...

Any plans to merge this soon? I'm at least the third person accidentally reinventing the same patches not knowing of this PR :laughing:

I think the problem is with the `${PC_SPDLOG_CFLAGS}` added to `SPDLOG_DEFINITIONS`. The spdlog.pc from the prebuild spdlog (got it from https://ftp.fau.de/xbmc/build-deps/win32/spdlog-1.5.0-x64-v141-20200320.7z): ``` prefix=C:/Program Files (x86)/spdlog exec_prefix=${prefix} includedir=${prefix}/include libdir=${exec_prefix}/lib Name: libspdlog...

Unfortunately not :frowning_face:. To read data from unaligned memory it must be copied to aligned memory first.

> But now comes the interesting part, Kodi actually crashes every time when I begin playback while "Sync playback to display" is enabled. It's a floating point exception (SIGFPE) in...

I got this just now on a RPi3B+ with Arch Linux ARM. The used kernel is `6.1.63-1-rpi-ARCH` which is based on 5a0aa24b8ff58ceaf98c62670156bef7f48ed32b according to the [PKGBUILD](https://github.com/archlinuxarm/PKGBUILDs/blob/410327f46168de78d97ad31db6dc57e0354dd349/core/linux-rpi/PKGBUILD). This version already includes...

Had the issue again a couple of times, here the information from the debugfs: /sys/kernel/debug/dri/128/hvs_dlist_allocs ``` # cat /sys/kernel/debug/dri/128/hvs_dlist_allocs Allocated nodes: node [00000020 + 0000000b] node [0000002b + 00000008] node...

Builds fine but I'm getting this crash when playing a HDR video: Address Sanitizer output ``` ==65755==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x509000021a98 at pc 0x5aeefbb2878e bp 0x7d75f41f93e0 sp 0x7d75f41f8ba0 READ...