Random error on Umbraco.TagQuery.GetAllContentTags, System.IndexOutOfRangeException, \Timing.cs:line 364
Hi, I'm having a random error with 7.12 and 7.14 version where it sometimes throws this
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at StackExchange.Profiling.Timing.AddSqlTiming(SqlTiming sqlTiming) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Timing.cs:line 364
at StackExchange.Profiling.MiniProfiler.AddSqlTiming(SqlTiming stats)
in one particular case on Umbraco.TagQuery.GetAllContentTags
It doesn't seem to happen often though, this is in production and release build.
Has anyone encountered this one before?
Thanks
Pavel
Apologies for late response, I'm on leave atm.
It's MS SQL server 2012.
Also I haven't gone through the code but shouldn't this profiling be turned off for release build (and config debug = false).
I have the same error occasionally, when the appPool is restarting and at the same time I'm requesting multiple pages of the same Umbraco site in different Chrome-tabs. This could be a concurrency/threading problem I think.
Random error on Umbraco.TagQuery.GetAllContentTags, System.IndexOutOfRangeException, \Timing.cs:line 364
Hi, I'm having a random error with 7.12 and 7.14 version where it sometimes throws this
System.IndexOutOfRangeException: Index was outside the bounds of the array. at StackExchange.Profiling.Timing.AddSqlTiming(SqlTiming sqlTiming) in c:\Code\github\SamSaffron\MiniProfiler\StackExchange.Profiling\Timing.cs:line 364 at StackExchange.Profiling.MiniProfiler.AddSqlTiming(SqlTiming stats)
in one particular case on Umbraco.TagQuery.GetAllContentTags
It doesn't seem to happen often though, this is in production and release build. Has anyone encountered this one before? Thanks Pavel
Please can you confirm if you are using SQL CE or SQL Server?
Regards,
Shaishav
Apologies for late response, I'm on leave atm. It's MS SQL server 2012. Also I haven't gone through the code but shouldn't this profiling be turned off for release build (and config debug = false).
I have the same error occasionally, when the appPool is restarting and at the same time I'm requesting multiple pages of the same Umbraco site in different Chrome-tabs. This could be a concurrency/threading problem I think.
is working on a reply...