Created
July 22, 2014 16:35
-
-
Save OmerRaviv/8c624eb653d3b9e9f434 to your computer and use it in GitHub Desktop.
Callstack of hang when trying to use BDDfy in VS Integration Test
This file contains 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
mscorlib.dll!System.Threading.WaitHandle.InternalWaitOne(System.Runtime.InteropServices.SafeHandle waitableSafeHandle, long millisecondsTimeout, bool hasThreadAffinity, bool exitContext) Unknown | |
mscorlib.dll!System.Threading.WaitHandle.WaitOne(int millisecondsTimeout, bool exitContext) Unknown | |
mscorlib.dll!System.Threading.WaitHandle.WaitOne() Unknown | |
TestStack.BDDfy.dll!TestStack.BDDfy.Scanners.StepScanners.StepActionFactory.Run(System.Func<object> func) Unknown | |
TestStack.BDDfy.dll!TestStack.BDDfy.Scanners.StepScanners.StepActionFactory.GetStepAction<BDDFYPackage_IntegrationTests.DebuggingTests>.AnonymousMethod__6(object o) Unknown | |
TestStack.BDDfy.dll!TestStack.BDDfy.Core.ExecutionStep.Execute(object testObject) Unknown | |
TestStack.BDDfy.dll!TestStack.BDDfy.Core.Scenario.ExecuteStep(TestStack.BDDfy.Core.ExecutionStep executionStep = {TestStack.BDDfy.Core.ExecutionStep}) Unknown | |
TestStack.BDDfy.dll!TestStack.BDDfy.Processors.TestRunner.Process(TestStack.BDDfy.Core.Story story) Unknown | |
TestStack.BDDfy.dll!TestStack.BDDfy.Core.Engine.Run() Unknown | |
TestStack.BDDfy.dll!TestStack.BDDfy.BDDfyExtensions.BDDfy(object testObject) Unknown | |
> OzCode_IntegrationTests.dll!BDDFYPackage_IntegrationTests.DebuggingTests.Execute.AnonymousMethod__0() Line 111 C# | |
[Native to Managed Transition] | |
mscorlib.dll!System.Delegate.DynamicInvokeImpl(object[] args) Unknown | |
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbackDo(System.Windows.Forms.Control.ThreadMethodEntry tme) Unknown | |
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(object obj) Unknown | |
mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Unknown | |
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Unknown | |
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Unknown | |
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallback(System.Windows.Forms.Control.ThreadMethodEntry tme) Unknown | |
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbacks() Unknown | |
System.Windows.Forms.dll!System.Windows.Forms.Control.WndProc(ref System.Windows.Forms.Message m) Unknown | |
System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.OnMessage(ref System.Windows.Forms.Message m) Unknown | |
System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.WndProc(ref System.Windows.Forms.Message m) Unknown | |
System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.DebuggableCallback(System.IntPtr hWnd, int msg = 49975, System.IntPtr wparam, System.IntPtr lparam) Unknown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment