System Information
Operating system: Ubuntu 18.04 Linux
Graphics card: GTX 1080
Blender Version
Broken: blender-2.80-6d89337257b6-linux-glibc224-x86_64
Short description of error
BVHTree.FromObject crashes with pthread priority assertion when called in quick succession on same object
Exact steps for others to reproduce the error
- open default blender scene and install/enable add-on
- go to Texture Paint workspace and switch to Vertex Paint Mode
- from the Paint menu select Bug Test entry
- click and drag anywhere in the scene until crash or alternatively,
- repeatedly left mouse click anywhere quickly
observed behaviour:
- sometimes a simple crash with no additional info
- otherwise a assert message:
blender: tpp.c:84: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)' failed.