-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
Describe the bug
Since updating the kernel built on the rpi-6.18.y branch, asking kodi to play a file will hardlock the RPi5B. Perplexingly, there nothing written to journalctl nor to kodi.log. The screen just hangs, the board looses network connectivity and can only be recovered by a hard reset.
Last known good kernel commit: e2361ee
First known bad kernel commit: 8d00685
I have verified the reproducibility of this and it is solid. Downgrading the kernel with no other changes fixes the bug. Install the kernel built from 8d006854d triggers the bug everytime.
Steps to reproduce the behaviour
Bug manifests on Arch ARM. Begin with an up-to-date image. Install kodi-rpi-git. The bug can be triggered by playing a HEVC video such as jellyfish from the kodi free video wiki page.
Device (s)
Raspberry Pi 5
System
- ArchARM does not have this file
2025/12/08 19:29:54 Copyright (c) 2012 Broadcom version 2226a853 (release) (embedded)Linux submyth 6.18.16-1-rpi-16k #1 SMP PREEMPT Fri Mar 6 13:30:28 UTC 2026 aarch64 GNU/Linux
Logs
As stated, nothing is written to journalctl nor kodi.log, just a hard lock.
Additional context
Are there any smoking gun commits or am I stuck bisecting?