We push the CompactUnwindEntry::personality into this vector<uint32_t>.
On 64-bit, CompactUnwindEntry::personality is uint64 so it'd overflow and cause the find() to never find a matching entry, hence the "too many personalities ...." error message.
Bug: PR51262