SSMS now crashes regularly after latest SQL Prompt update
OffByOne
Posts: 10 Bronze 1
in SQL Prompt
Just installed SQL Prompt 10.11.8.27379 for SSMS 18.11.1 and SSMS now crashes regularly. Also running Redgate SQL Search 3.5.5.2703
Is there any kind of log file I can view to see why it's crashing?
Is there any kind of log file I can view to see why it's crashing?
Tagged:
Best Answer
-
ostandage Posts: 75 Silver 1Hi all,
It looks as though a third party dependency update has caused the crash here, we've identified the issue and just pushed out a fix for this in v10.11.9.Please make sure you uninstall SQL Prompt 10.11.8 before installing the new update:
https://download.red-gate.com/checkforupdates/SQLPrompt/SQLPrompt_10.11.9.27382.exe
We're sorry for the inconvenience this may have caused,
Thanks,
OwenSoftware Engineer
SQL Prompt / SQL Search
Answers
I see a pair of events in my Application log (via Event Viewer) that appear be related to SSMS crashing.
Application: Ssms.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
at System.SpanHelpers+PerTypeValues`1[[System.Char, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MeasureArrayAdjustment()
at System.SpanHelpers+PerTypeValues`1[[System.Char, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]..cctor()
Exception Info: System.TypeInitializationException
at System.SpanHelpers.IsReferenceOrContainsReferences[[System.Char, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]()
at Microsoft.Extensions.Logging.LogValuesFormatter..ctor(System.String)
at Microsoft.Extensions.Logging.LoggerMessage.CreateLogValuesFormatter(System.String, Int32)
at Microsoft.Extensions.Logging.LoggerMessage.Define[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](Microsoft.Extensions.Logging.LogLevel, Microsoft.Extensions.Logging.EventId, System.String, Microsoft.Extensions.Logging.LogDefineOptions)
at Microsoft.Extensions.Logging.LoggerMessage.Define[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](Microsoft.Extensions.Logging.LogLevel, Microsoft.Extensions.Logging.EventId, System.String)
at Microsoft.Extensions.Http.DefaultHttpClientFactory+Log..cctor()
Exception Info: System.TypeInitializationException
at Microsoft.Extensions.Http.DefaultHttpClientFactory+Log.HandlerExpired(Microsoft.Extensions.Logging.ILogger, System.String, System.TimeSpan)
at Microsoft.Extensions.Http.DefaultHttpClientFactory.ExpiryTimer_Tick(System.Object)
at Microsoft.Extensions.Http.ActiveHandlerTrackingEntry.Timer_Tick()
at Microsoft.Extensions.Http.ActiveHandlerTrackingEntry+<>c.<.cctor>b__22_0(System.Object)
at System.Threading.TimerQueueTimer.CallCallback()
at System.Threading.TimerQueueTimer.Fire()
at System.Threading.TimerQueue.FireNextTimers()
at System.Threading.TimerQueue.AppDomainTimerCallback(Int32)
We're looking into this, here's a link to the previous version if you'd like to downgrade:
https://download.red-gate.com/checkforupdates/SQLPrompt/SQLPrompt_10.11.7.27287.exe
Thanks,
Owen
SQL Prompt / SQL Search
Thank you for your patience while we worked on this issue.
The development team has released a fix which you can download here: https://download.red-gate.com/checkforupdates/SQLPrompt/SQLPrompt_10.13.0.31319.exe
Victoria Wiseman | Redgate Software
Have you visited our Help Center?