Crash on large mesh while vertex painting. Was combo of using shorts (signed) and just a too low limit (64k). Now it uses integer for main lookup table and max is 512k. Still an artificial limit, but this wont crash when you exceed faces, just give nice warning :)