First time I ever saw an exception on StackExchange site.
It appears constantly on this page on both Chrome and Safari on Mac.
Update (after 27 minutes):
I'm unable to reproduce the issue on that page now.
Stacktrace:
Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Line 1, position 1.
at Newtonsoft.Json.JsonTextReader.ParseValue(Char currentChar)
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader)
at StackOverflow.Views.Ads.AdModel.ProcessQuestions(StringBuilder sb, String json, Int32 chance) in c:\Builds\StackExchange-Network\prod\source\StackOverflow\Views\Ads\AdModel.Render.cs:line 67
at StackOverflow.Views.Ads.AdModel.get_MetaHouseAd() in c:\Builds\StackExchange-Network\prod\source\StackOverflow\Views\Ads\AdModel.Render.cs:line 41
at ASP._Page_Views_Ads_DynamicHeightAds_cshtml.Execute() in c:\sites\stackexchange-network\Views\Ads\DynamicHeightAds.cshtml:line 9
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
at StackOverflow.Controllers.StackOverflowController.RenderPartialRazorViewToString(Controller controller, String viewName, Object model) in c:\Builds\StackExchange-Network\prod\source\StackOverflow\Controllers\ControllerBase.cs:line 867
Screenshot:

On a side note, StackOverflowController is sexy.
