New comment by MechDR on void-packages repository https://github.com/void-linux/void-packages/issues/49763#issuecomment-2109514269 Comment: OK, here is what `blender --debug-all` says. ```` Switching to fully guarded memory allocator. graph_id_tag_update: id=SCScene flags=BASE_FLAGS source=USER_EDIT DEG_relations_tag_update: Tagging relations for update. graph_id_tag_update: id=GRScene Collection flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=SCScene flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GROVERRIDE_RESYNC_LEFTOVERS flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GRScene Collection flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=SCScene flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GROVERRIDE_RESYNC_LEFTOVERS flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GRScene Collection flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=SCScene flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GROVERRIDE_RESYNC_LEFTOVERS flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GRScene Collection flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=SCScene flags=TRANSFORM, GEOMETRY, COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GRScene Collection flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=SCScene flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GROVERRIDE_RESYNC_LEFTOVERS flags=COPY_ON_WRITE source=USER_EDIT DEG_relations_tag_update: Tagging relations for update. DEG_relations_tag_update: Tagging relations for update. DEG_relations_tag_update: Tagging relations for update. graph_id_tag_update: id=GRScene Collection flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=SCScene flags=COPY_ON_WRITE source=USER_EDIT graph_id_tag_update: id=GRCollection flags=COPY_ON_WRITE source=USER_EDIT Received X11 Error: error code: 170 request code: 153 minor code: 0 error text: GLXBadFBConfig Received X11 Error: error code: 170 request code: 153 minor code: 0 error text: GLXBadFBConfig Received X11 Error: error code: 170 request code: 153 minor code: 0 error text: GLXBadFBConfig Received X11 Error: error code: 170 request code: 153 minor code: 0 error text: GLXBadFBConfig Writing: /tmp/blender.crash.txt fish: Job 1, 'blender --debug-all' terminated by signal SIGSEGV (Address boundary error) ```` As for `MESA_DEBUG=1 blender`, it basically does the same thing as just running `blender`, crashes and writes to `blender.crash.txt`. ```` Writing: /tmp/blender.crash.txt fish: Job 1, 'MESA_DEBUG=1 blender' terminated by signal SIGSEGV (Address boundary error) ```` And there is nothing new in `blender.crash.txt`, it's the same thing as if you just run `blender`. ```` # Blender 4.0.2, Unknown revision # backtrace blender(+0xf43dd3) [0x5568b1097dd3] blender(+0x862ea9) [0x5568b09b6ea9] /usr/lib/libc.so.6(+0x3f8c0) [0x7f90396558c0] blender(+0xf8a15c) [0x5568b10de15c] blender(+0xf8a1bd) [0x5568b10de1bd] blender(+0xf53d04) [0x5568b10a7d04] blender(+0xf6998e) [0x5568b10bd98e] blender(+0xf6f124) [0x5568b10c3124] blender(+0x8385e8) [0x5568b098c5e8] /usr/lib/libc.so.6(+0x29c4c) [0x7f903963fc4c] /usr/lib/libc.so.6(__libc_start_main+0x85) [0x7f903963fd05] blender(+0x85e8b1) [0x5568b09b28b1] # Python backtrace ````