New comment by SpidFightFR on void-packages repository https://github.com/void-linux/void-packages/issues/53434#issuecomment-2529046693 Comment: > ### Is this a new report? > > Yes > > ### System Info > > Void 6.6.63_1 x86_64 GenuineIntel uptodate rFFFF > > ### Package(s) Affected > > `corectrl-1.4.1_1` > > ### Does a report exist for this bug with the project's home (upstream) and/or another distro? > > None Found. > > ### Expected behaviour > > No segmentation faults given a compatible ABI interface. > > ### Actual behaviour > > Since Mesa update https://github.com/void-linux/void-packages/commit/027f896d1e685149c377a72ea0ceddf7d48d7431 I'm getting segmentation faults with Corectrl, and noticed that `configure_args = "-Ddri3=enabled"` was removed with no apparent reason that I could find. This could impact further applications if resulted in changes to the ABI interface, and that missing argument may be unintentional. > > ### Steps to reproduce > > Update to Mesa 24.3.1 https://github.com/void-linux/void-packages/commit/027f896d1e685149c377a72ea0ceddf7d48d7431 > > Run Corectrl in a terminal > > Amid other generic Qt5 error, notice the segmentation faul at the end: > > ` > [09-12-24 19:24:34.442][I] No translation found for locale en_US > [09-12-24 19:24:34.442][I] Using en_EN translation. > QSystemTrayIcon::setVisible: No Icon set > qt.qpa.wayland: Wayland does not support QWindow::requestActivate() > zsh: segmentation fault corectrl > ` On 24.3.0, this argument was removed from the build options. Either they re-added it in 24.3.1 (which i'll recheck) or it got replaced by another opt, or it is a bug within mesa itself.