Skip to content

Instantly share code, notes, and snippets.

@ArsenShnurkov
Created September 29, 2017 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArsenShnurkov/fe41a0fc585365c120820c3d0252a57a to your computer and use it in GitHub Desktop.
Save ArsenShnurkov/fe41a0fc585365c120820c3d0252a57a to your computer and use it in GitHub Desktop.
Unhandled Exception:
Microsoft.Build.Shared.InternalErrorException: MSB0001: Internal MSBuild Error:
=============
System.Threading.ThreadAbortException
at (wrapper managed-to-native) System.Threading.WaitHandle:WaitAny_internal (System.Threading.WaitHandle[],int)
at System.Threading.WaitHandle.WaitMultiple (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext, System.Boolean WaitAll) [0x0003c] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x000a1] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles) [0x00000] in <ed35c5005374417e85fcb796c6c67d49>:0
at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00047] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
---> System.Threading.ThreadAbortException
at (wrapper managed-to-native) System.Threading.WaitHandle:WaitAny_internal (System.Threading.WaitHandle[],int)
at System.Threading.WaitHandle.WaitMultiple (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext, System.Boolean WaitAll) [0x0003c] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x000a1] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles) [0x00000] in <ed35c5005374417e85fcb796c6c67d49>:0
at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00047] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
--- End of inner exception stack trace ---
at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError (System.String message, System.Exception innerException, System.Object[] args) [0x00014] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x000f5] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
at Microsoft.Build.BackEnd.NodeProviderInProc.InProcNodeThreadProc () [0x00000] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
at Microsoft.Build.BackEnd.NodeProviderInProc+<>c__DisplayClass29_0.<InstantiateNode>b__0 () [0x00016] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <ed35c5005374417e85fcb796c6c67d49>:0
[ERROR] FATAL UNHANDLED EXCEPTION: Microsoft.Build.Shared.InternalErrorException: MSB0001: Internal MSBuild Error:
=============
System.Threading.ThreadAbortException
at (wrapper managed-to-native) System.Threading.WaitHandle:WaitAny_internal (System.Threading.WaitHandle[],int)
at System.Threading.WaitHandle.WaitMultiple (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext, System.Boolean WaitAll) [0x0003c] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x000a1] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles) [0x00000] in <ed35c5005374417e85fcb796c6c67d49>:0
at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00047] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
---> System.Threading.ThreadAbortException
at (wrapper managed-to-native) System.Threading.WaitHandle:WaitAny_internal (System.Threading.WaitHandle[],int)
at System.Threading.WaitHandle.WaitMultiple (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext, System.Boolean WaitAll) [0x0003c] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x000a1] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles) [0x00000] in <ed35c5005374417e85fcb796c6c67d49>:0
at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00047] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
--- End of inner exception stack trace ---
at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError (System.String message, System.Exception innerException, System.Object[] args) [0x00014] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x000f5] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
at Microsoft.Build.BackEnd.NodeProviderInProc.InProcNodeThreadProc () [0x00000] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
at Microsoft.Build.BackEnd.NodeProviderInProc+<>c__DisplayClass29_0.<InstantiateNode>b__0 () [0x00016] in <5f4768ff44514fe3ab5d928dc5f0fe83>:0
at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <ed35c5005374417e85fcb796c6c67d49>:0
at System.Threading.ThreadHelper.ThreadStart () [0x00008] in <ed35c5005374417e85fcb796c6c67d49>:0
@ArsenShnurkov
Copy link
Author

ArsenShnurkov commented Sep 29, 2017

Here it with the line numbers:

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:03.16
MSBuild Failure: 
System.Threading.ThreadAbortException
  at (wrapper managed-to-native) System.Threading.WaitHandle:WaitAny_internal (System.Threading.WaitHandle[],int)
  at System.Threading.WaitHandle.WaitMultiple (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext, System.Boolean WaitAll) [0x0003c] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/corlib/System.Threading/WaitHandle.cs:74 
  at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x000a1] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/waithandle.cs:481 
  at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles) [0x00000] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/waithandle.cs:531 
  at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00051] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Node/InProcNode.cs:163 
Waiting for debugger to attach to process: 535

Unhandled Exception:
Microsoft.Build.Shared.InternalErrorException: MSB0001: Internal MSBuild Error: 
=============
System.Threading.ThreadAbortException
  at (wrapper managed-to-native) System.Threading.WaitHandle:WaitAny_internal (System.Threading.WaitHandle[],int)
  at System.Threading.WaitHandle.WaitMultiple (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext, System.Boolean WaitAll) [0x0003c] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/corlib/System.Threading/WaitHandle.cs:74 
  at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x000a1] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/waithandle.cs:481 
  at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles) [0x00000] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/waithandle.cs:531 
  at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00051] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Node/InProcNode.cs:163 

 ---> System.Threading.ThreadAbortException
  at (wrapper managed-to-native) System.Threading.WaitHandle:WaitAny_internal (System.Threading.WaitHandle[],int)
  at System.Threading.WaitHandle.WaitMultiple (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext, System.Boolean WaitAll) [0x0003c] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/corlib/System.Threading/WaitHandle.cs:74 
  at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x000a1] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/waithandle.cs:481 
  at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles) [0x00000] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/waithandle.cs:531 
  at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00051] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Node/InProcNode.cs:163 
   --- End of inner exception stack trace ---
  at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError (System.String message, System.Exception innerException, System.Object[] args) [0x0000b] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Shared/ErrorUtilities.cs:70 
  at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00144] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Node/InProcNode.cs:225 
  at Microsoft.Build.BackEnd.NodeProviderInProc.InProcNodeThreadProc () [0x00001] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Components/Communications/NodeProviderInProc.cs:388 
  at Microsoft.Build.BackEnd.NodeProviderInProc+<>c__DisplayClass29_0.b__0 () [0x00019] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Components/Communications/NodeProviderInProc.cs:363 
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/thread.cs:68 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:957 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:904 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:893 
  at System.Threading.ThreadHelper.ThreadStart () [0x00008] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/thread.cs:105 
[ERROR] FATAL UNHANDLED EXCEPTION: Microsoft.Build.Shared.InternalErrorException: MSB0001: Internal MSBuild Error: 
=============
System.Threading.ThreadAbortException
  at (wrapper managed-to-native) System.Threading.WaitHandle:WaitAny_internal (System.Threading.WaitHandle[],int)
  at System.Threading.WaitHandle.WaitMultiple (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext, System.Boolean WaitAll) [0x0003c] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/corlib/System.Threading/WaitHandle.cs:74 
  at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x000a1] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/waithandle.cs:481 
  at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles) [0x00000] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/waithandle.cs:531 
  at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00051] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Node/InProcNode.cs:163 

 ---> System.Threading.ThreadAbortException
  at (wrapper managed-to-native) System.Threading.WaitHandle:WaitAny_internal (System.Threading.WaitHandle[],int)
  at System.Threading.WaitHandle.WaitMultiple (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext, System.Boolean WaitAll) [0x0003c] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/corlib/System.Threading/WaitHandle.cs:74 
  at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles, System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x000a1] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/waithandle.cs:481 
  at System.Threading.WaitHandle.WaitAny (System.Threading.WaitHandle[] waitHandles) [0x00000] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/waithandle.cs:531 
  at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00051] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Node/InProcNode.cs:163 
   --- End of inner exception stack trace ---
  at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError (System.String message, System.Exception innerException, System.Object[] args) [0x0000b] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Shared/ErrorUtilities.cs:70 
  at Microsoft.Build.BackEnd.InProcNode.Run (System.Exception& shutdownException) [0x00144] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Node/InProcNode.cs:225 
  at Microsoft.Build.BackEnd.NodeProviderInProc.InProcNodeThreadProc () [0x00001] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Components/Communications/NodeProviderInProc.cs:388 
  at Microsoft.Build.BackEnd.NodeProviderInProc+<>c__DisplayClass29_0.b__0 () [0x00019] in /var/tmp/portage/dev-util/msbuild-15.3-r2/work/linux-packaging-msbuild-e08c20fd277b9de1e3a97c5bd9a5dcf95fcff926/src/Build/BackEnd/Components/Communications/NodeProviderInProc.cs:363 
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00014] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/thread.cs:68 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:957 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:904 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:893 
  at System.Threading.ThreadHelper.ThreadStart () [0x00008] in /var/tmp/portage/dev-lang/mono-5.4.0.167/work/mono-5.4.0.167-abi_x86_64.amd64/mcs/class/referencesource/mscorlib/system/threading/thread.cs:105 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment