Blender crashes when I try to run it on my computer with CentOS 8 and Nouveau. On my other computer with CentOS 8 and an Intel graphics card everything works without problems.
System Information
Operating system: Linux-4.18.0-147.8.1.el8_1.x86_64-x86_64-with-centos-8.1.1911-Core 64 Bits
Graphics card: NVE4 nouveau 4.3 (Core Profile) Mesa 19.1.4
Blender Version
Broken: version 2.83 (sub 15) build date: 2020-05-08
Broken: version 2.90 (sub 0) build date: 2020-05-08
Worked: version: 2.82 (sub 7), branch: master, commit date: 2020-03-12 05:06, hash: rB375c7dc4caf4
Short description of error
$ cd blender-2.83-ce76e17584ee-linux64/ $ ./blender found bundled python: /home/user/Downloads/blender-2.83-ce76e17584ee-linux64/2.83/python /usr/include/c++/8/bits/stl_deque.h:1385: std::deque<_Tp, _Alloc>::reference std::deque<_Tp, _Alloc>::operator[](std::deque<_Tp, _Alloc>::size_type) [with _Tp = nv50_ir::ValueRef; _Alloc = std::allocator<nv50_ir::ValueRef>; std::deque<_Tp, _Alloc>::reference = nv50_ir::ValueRef&; std::deque<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed. Aborted (core dumped)
$ cd blender-2.90-6f985574b775-linux64/ $ ./blender found bundled python: /home/user/Downloads/blender-2.90-6f985574b775-linux64/2.90/python /usr/include/c++/8/bits/stl_deque.h:1385: std::deque<_Tp, _Alloc>::reference std::deque<_Tp, _Alloc>::operator[](std::deque<_Tp, _Alloc>::size_type) [with _Tp = nv50_ir::ValueRef; _Alloc = std::allocator<nv50_ir::ValueRef>; std::deque<_Tp, _Alloc>::reference = nv50_ir::ValueRef&; std::deque<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__builtin_expect(__n < this->size(), true)' failed. Aborted (core dumped)