wagnerch
wagnerch
Raspberry Pi OS is still using the browser version of the CDM, 4.10.1679. Not sure if that will go through the same changes or not.
@dagwieers All of those dependencies would already be loaded from the main kodi.bin. Personally, I think the issue might be because tcmalloc is statically linked in libwidevinecdm, and tcmalloc replaces...
> there is a preallocated block, but it is being used at runtime by libraries. The error occurs when that preallocated/static block is full used (allocated). That is what the...
@dagwieers There are some other things bothering me: ``` $ readelf -d libwidevinecdm-4.10.2252.0.so Dynamic section at offset 0x816c58 contains 34 entries: Tag Type Name/Value ... ... 0x00000024 (: 24) 0x1cf4...
FYI- v5 patches on LKML https://lore.kernel.org/linux-wireless/[email protected]/ There is also another accepted patch that supposedly resolve performance issues: https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/ Testing w/ rtl8822bu dongle on RPi4 yields device lock ups, so not...
I have this same issue on LibreELEC 9.95.2 using commit https://github.com/LibreELEC/LibreELEC.tv/tree/0f2dcbea9038df060f47913974111fbc8909f643 Appears to cause NFS read errors (error # -4), and NFS stream stalls. There is also a brief lockup...