View Single Post
03-21-13, 08:31 AM   #3
VincentSDSH
Non-Canadian Luzer!
 
VincentSDSH's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 350
I know this is an old thread but for those searching this error:

http://us.battle.net/wow/en/forum/to...1970?page=1#15

To reproduce:
1. Disable all addons. All of them.
2. /console taintLog 1
3. /reload
4. Copy-paste this to chat:

/run local frame=CreateFrame("Frame","TaintTest") frame.name="Taint Test" InterfaceOptions_AddCategory(frame)

5. Go enter combat. I recommend using a target dummy and just auto attacking for a more pure test. (/run and /script macros have the same taint potential as addons)
6. While in combat hit ESC->Interface
7. Close the window
8. BAM! You've just added 8k to your taint.log. The major events in the log are:
Verified this is still an issue in 5.2.
  Reply With Quote