creating an image from the latest RPI OS, seems to cause some problems when using opengl with DRM when trying the simple https://github.com/matusnovak/rpi-openg ... ree/master example on RPi5 i get:
*** stack smashing detected ***: terminated
when i return from the application just before gbm_create_device() it is ok so something inside this function is corrupting the stack
also when i create the image and do a "sudo apt full-upgrade" i have to downgrade libc (libc-bin=2.36-9+deb12u7 )to be able to update to latest packages
does anyone have any ideas??
*** stack smashing detected ***: terminated
when i return from the application just before gbm_create_device() it is ok so something inside this function is corrupting the stack
also when i create the image and do a "sudo apt full-upgrade" i have to downgrade libc (libc-bin=2.36-9+deb12u7 )to be able to update to latest packages
does anyone have any ideas??
Statistics: Posted by mj256 — Mon Mar 03, 2025 5:16 pm — Replies 1 — Views 92