Mascarada / epgp

Automatically exported from code.google.com/p/epgp
0 stars 0 forks source link

calling debugprofilestart breaks other addons #735

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It was reported to me about Carbonite not working with EPGP a while ago, but I 
finally had a chance to look into why, and it's your calling of 
debugprofilestart within libguildstorage. Anytime an addon calls 
debugprofilestart it breaks every other addon depending on debugprofilestop for 
the precision timer as it causes a global reset.

http://wowprogramming.com/docs/api/debugprofilestart

Original issue reported on code.google.com by illustri...@gmail.com on 22 Sep 2013 at 8:32

GoogleCodeExporter commented 8 years ago
Very interesting find.  I'm submitting a diff to fix this and it will be in the 
next release.  Thanks!

Original comment by chip.turner on 22 Sep 2013 at 5:24