View Single Post
04/04/14, 09:53 PM   #1
pjt15253
Spam Warrior
 
pjt15253's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 16
Crash to Desktop with string.find()

Is anyone else experiencing a crash to desktop with certain calls to string.find? I'm having trouble pinning down the exact conditions that cause it, but one test call I made that caused it (using /zgoo) was string.find("this string has aaa in it", "[aàáâäAAÀÁÂÄ][aàáâäAAÀÁÂÄ][aàáâäAAÀÁÂÄ]"). I know it has a duplicate capital A in the character classes, but still shouldn't cause a CTD.
  Reply With Quote