Created
March 16, 2020 15:34
-
-
Save antonfirsov/3063e42a453f5ef5f7553f26ccbb452f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| An unhanded exception occured. | |
| At this point you can opt to continue, however it is possible that the aborted computation will cause additional failures. Because PerfView generally only opens files for reading, there is no danger of corrupting files, so it generally does not hurt to try. However be on guard for unusual/incorrect behavior going forward. | |
| You can of course exit and restart PerfView to be completely safe. | |
| The fact that this exception went unhanded is a programmer error. It should be reported so it can be fixed. Please set along the following stack trace information which will be useful in diagnosing the problem. | |
| StackTrace: | |
| System.ArgumentException: Invalid samples, two samples can not happen at the same time. | |
| at Microsoft.Diagnostics.Tracing.Stacks.Formats.SpeedScopeStackSourceWriter.AddEvents(List`1 profileEvents, Sample openSample, Sample closeSample, Int32 frameId) | |
| at Microsoft.Diagnostics.Tracing.Stacks.Formats.SpeedScopeStackSourceWriter.GetAggregatedOrderedProfileEvents(IReadOnlyDictionary`2 frameIdToSamples) | |
| at Microsoft.Diagnostics.Tracing.Stacks.Formats.SpeedScopeStackSourceWriter.Export(StackSource source, TextWriter writer, String name) | |
| at Microsoft.Diagnostics.Tracing.Stacks.Formats.SpeedScopeStackSourceWriter.WriteStackViewAsJson(StackSource source, String filePath) | |
| at PerfView.StackWindow.DoSave(Object sender, RoutedEventArgs e) | |
| at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e) | |
| at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding) | |
| at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute) | |
| at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute) | |
| at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e) | |
| at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) | |
| at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) | |
| at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) | |
| at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) | |
| at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated) | |
| at System.Windows.Input.CommandManager.TransferEvent(IInputElement newSource, ExecutedRoutedEventArgs e) | |
| at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e) | |
| at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) | |
| at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) | |
| at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) | |
| at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) | |
| at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated) | |
| at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated) | |
| at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg) | |
| at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) | |
| at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment