System Information
sys_info.txt file attached
Blender Version
One crash in 4dd0a90f4213 and one in 11f2c65128dc (see the attached crash reports)
When modifying the X-ray alpha amount while in Wireframe mode, Blender crashed or a memory leak was triggered freezing the entire system. When was crashing, it managed to write a crash report. When the memory leak is triggered and progressively starts "eating" all the free memory (I see this in an OS sys-tray widget which shows me in real time the amount of used and free memory), the entire system freezes and no crash report is written before blender crash.
Exact steps for others to reproduce the error
I have a hard time finding the exact steps to duplicate this and by now I only made it crash 4 or 5 times from around 20 attempts, but the general path is this:
- Start new file with Eevee as default
- Switch to Workbench
- Select the Transform tool and play with the Gizmo modes
- Scale/move/rotate the default cube
- Delete camera, delete light
- Switch back and forth between solid mode and wireframe mode
- Go to the Shading pop-over and set from keyboard the X-ray alpha value
Suspecting some issues with the video drivers, I run blender with --debug-gpu. I wasn't able to make it crash again while running in this mode, but few lines caught my attention (see file attached):
Received X11 Error: error text: GLXBadFBConfig
Received X11 Error: error text: BadMatch (invalid parameter attributes)
uiItemEnumR_string_prop: enum property value not found: MATERIAL
nouveau: kernel rejected pushbuf: Invalid argument
Warning: Pass : Edit Mesh Face Overlay Pass, Uniform 'viewportSize' not found!
Warning: Pass : Edit Mesh Face Overlay Pass, Uniform 'edgeScale' not found!
If not enough useful info is available in the attached files, please give me some instructions about what I should do next.