System Information
Operating system: Darwin-19.6.0-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro 5300M OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.10.15
Blender Version
Broken: version: 2.91.0 Alpha, branch: nonselfbug (modified), commit date: 2020-09-05 20:01, hash: rB5faf72bb719b
Worked: (newest version of Blender that worked as expected)
Short description of error
In a debug build of, an assert crash happens if move mouse over a vertex when using Knife tool
Exact steps for others to reproduce the error
In a debug build, load factory defaults and enter edit mode (.blend file attached does this),
Type k to enter knife mode.
Move mouse cursor over any vertex.
The assert assert(verts->vertex_alloc != v_len); in GPU_vertbuf_data_resize trips.