-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Describe the bug
I have fresh new Raspberry Pi 5, with freshly installed OS and all updates (firmware, OS, packages).
I installed Pi-Apps, and when I opening 'Games' category and scroll list of items for some time, whole system hangs, only hard reboot helps.
My issue is similar to #6872, but with exceptions:
- I have Pi-Apps
- System hangs not immediately, but only in specific scenario and application
- I had v3d errors only twice in around 10 tries
- Usually I have zero messages in
dmesg -wk
andjournalctl -f
when problem happens - Even if I do
dmesg | tee ~/dmesg.log
(and same for journalctl) - no messages are written during problem.
I tried:
- freshly installed OS - same problem
- installed on 2 SD cards and 1 NVMe SSD - same
Original issue in Pi-Apps repo (there are some other details too): Botspot/pi-apps#2820
P.S. Same behavior when I managed to install Steam from Pi-Apps CLI (~/pi-apps/manage install Steam
), but when I start Steam and it start to download update - system hangs like with Pi-Apps.
Steps to reproduce the behaviour
- Install and open Pi-Apps
- Open 'Games' category
- Scroll a bit (~ 5 seconds)
- System fully hangs, become totally unresponsive.
Device (s)
Raspberry Pi 5, 8GB
System
$ cat /etc/rpi-issue
Raspberry Pi reference 2025-05-13
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 5dabc7dc940059dfbc46af5d97b60a1e812523dd, stage4
$ vcgencmd version
2025/05/08 15:13:17
Copyright (c) 2012 Broadcom
version 69471177 (release) (embedded)
$ uname -a
Linux rpi 6.12.34+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.34-1+rpt1~bookworm (2025-06-26) aarch64 GNU/Linux
$ rpi-eeprom-update
BOOTLOADER: up to date
CURRENT: Thu 8 May 14:13:17 UTC 2025 (1746713597)
LATEST: Thu 8 May 14:13:17 UTC 2025 (1746713597)
RELEASE: default (/usr/lib/firmware/raspberrypi/bootloader-2712/default)
Use raspi-config to change the release.
Logs
No response
Additional context
No response