[Bug] How to crash a Mac!

#0 - Dec. 11, 2007, 6:11 a.m.
Blizzard Post
One of my testers reported that he experiences crashes in Mac OS 10.4 when running my addon. I've tracked it down to this piece of code, which works fine on Windows.

local tooltip = CreateFrame("GameTooltip")
tooltip:SetOwner(UIParent, "ANCHOR_NONE")
local right1, right2 = tooltip:CreateFontString(), tooltip:CreateFontString()
local duplicate = tooltip:CreateFontString()
tooltip:AddFontStrings(duplicate, duplicate)
tooltip:AddFontStrings(duplicate, right1)
tooltip:AddFontStrings(duplicate, right2)

I removed the 'duplicate' font string and just created a new instance instead of assigning the same one and the crashes are gone.
#9 - Dec. 13, 2007, 7:03 p.m.
Blizzard Post
I'd like to see the actual crash report text ?
#25 - Dec. 15, 2007, 12:48 a.m.
Blizzard Post
Kameril, any chance you could ZIP your interface folder and mail it in ?

wowmacteam123@blizzard.com