I am running an OpenGL app on a Radxa Zero with Armbian-based Ubuntu 24.04 LTS. More specifically, I am running a Python 3 app using the Kivy framework, which again uses OpenGL.
Once in a while the application crashes with the following error messages:
MESA: error: DRM_IOCTL_PANFROST_CREATE_BO failed (err=12)
/home/frame/.local/bin/01memories: line 40: 20528 Segmentation fault
Looks like there is a problem with the Panfrost GPU driver. However, the message is not very informative. Anyone having an idea what it could mean? Any hint appreciated.
Kind regards,
Bernd