Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak on WMI service heavily blocking #5

Open
Jamesits opened this issue Feb 10, 2019 · 4 comments
Open

Memory leak on WMI service heavily blocking #5

Jamesits opened this issue Feb 10, 2019 · 4 comments
Assignees

Comments

@Jamesits
Copy link
Owner

Jamesits commented Feb 10, 2019

Observed on Fluorine. Private working set ~10.3GiB.

At that time, Windows Update on Fluorine is f*cking up everything (100% CPU and lots of mem), WMI service is responding very slowly too.

Heap Stat

0:000> !eeheap
Loader Heap:
--------------------------------------
System Domain:     00007ffd960e04d0
LowFrequencyHeap:  00007ffd36050000(3000:1000) Size: 0x1000 (4096) bytes.
HighFrequencyHeap: 00007ffd36054000(9000:5000) Size: 0x5000 (20480) bytes.
StubHeap:          00007ffd3605d000(3000:3000) Size: 0x3000 (12288) bytes.
Virtual Call Stub Heap:
  IndcellHeap:     00007ffd36100000(6000:1000) Size: 0x1000 (4096) bytes.
  LookupHeap:      00007ffd3610c000(4000:1000) Size: 0x1000 (4096) bytes.
  ResolveHeap:     00007ffd36136000(3a000:1000) Size: 0x1000 (4096) bytes.
  DispatchHeap:    00007ffd36110000(26000:1000) Size: 0x1000 (4096) bytes.
  CacheEntryHeap:  00007ffd36106000(6000:1000) Size: 0x1000 (4096) bytes.
Total size:        Size: 0xe000 (57344) bytes.
--------------------------------------
Shared Domain:     00007ffd960dff00
LowFrequencyHeap:  00007ffd36050000(3000:1000) Size: 0x1000 (4096) bytes.
HighFrequencyHeap: 00007ffd36054000(9000:5000) Size: 0x5000 (20480) bytes.
StubHeap:          00007ffd3605d000(3000:3000) Size: 0x3000 (12288) bytes.
Virtual Call Stub Heap:
  IndcellHeap:     00007ffd36100000(6000:1000) Size: 0x1000 (4096) bytes.
  LookupHeap:      00007ffd3610c000(4000:1000) Size: 0x1000 (4096) bytes.
  ResolveHeap:     00007ffd36136000(3a000:1000) Size: 0x1000 (4096) bytes.
  DispatchHeap:    00007ffd36110000(26000:1000) Size: 0x1000 (4096) bytes.
  CacheEntryHeap:  00007ffd36106000(6000:1000) Size: 0x1000 (4096) bytes.
Total size:        Size: 0xe000 (57344) bytes.
--------------------------------------
Domain 1:          000001f2dc4e95e0
LowFrequencyHeap:  00007ffd36060000(3000:2000) 00007ffd36170000(10000:10000) 00007ffd36210000(10000:10000) 00007ffd36230000(10000:b000) Size: 0x2d000 (184320) bytes total, 0x1000 (4096) bytes wasted.
HighFrequencyHeap: 00007ffd36063000(a000:a000) 00007ffd36200000(10000:10000) 00007ffd36220000(10000:e000) Size: 0x28000 (163840) bytes.
StubHeap:          00007ffd3606d000(3000:3000) Size: 0x3000 (12288) bytes.
Virtual Call Stub Heap:
  IndcellHeap:     00007ffd36070000(4000:1000) Size: 0x1000 (4096) bytes.
  LookupHeap:      00007ffd3607b000(2000:1000) Size: 0x1000 (4096) bytes.
  ResolveHeap:     00007ffd360ac000(54000:2000) Size: 0x2000 (8192) bytes.
  DispatchHeap:    00007ffd3607d000(2f000:1000) Size: 0x1000 (4096) bytes.
  CacheEntryHeap:  00007ffd36074000(7000:1000) Size: 0x1000 (4096) bytes.
Total size:        Size: 0x5e000 (385024) bytes total, 0x1000 (4096) bytes wasted.
--------------------------------------
Jit code heap:
LoaderCodeHeap:    0000000000000000(0:0) Size: 0x0 (0) bytes.
Total size:        Size: 0x0 (0) bytes.
--------------------------------------
Module Thunk heaps:
Module 00007ffd91721000: Size: 0x0 (0) bytes.
Module 00007ffd36064120: Size: 0x0 (0) bytes.
Module 00007ffd85931000: Size: 0x0 (0) bytes.
Module 00007ffd36066ea8: Size: 0x0 (0) bytes.
Module 00007ffd911b1000: Size: 0x0 (0) bytes.
Module 00007ffd84cd1000: Size: 0x0 (0) bytes.
Module 00007ffd36207f08: Size: 0x0 (0) bytes.
Module 00007ffd91011000: Size: 0x0 (0) bytes.
Module 00007ffd88901000: Size: 0x0 (0) bytes.
Total size:              Size: 0x0 (0) bytes.
--------------------------------------
Module Lookup Table heaps:
Module 00007ffd91721000: Size: 0x0 (0) bytes.
Module 00007ffd36064120: Size: 0x0 (0) bytes.
Module 00007ffd85931000: Size: 0x0 (0) bytes.
Module 00007ffd36066ea8: Size: 0x0 (0) bytes.
Module 00007ffd911b1000: Size: 0x0 (0) bytes.
Module 00007ffd84cd1000: Size: 0x0 (0) bytes.
Module 00007ffd36207f08: Size: 0x0 (0) bytes.
Module 00007ffd91011000: Size: 0x0 (0) bytes.
Module 00007ffd88901000: Size: 0x0 (0) bytes.
Total size:              Size: 0x0 (0) bytes.
--------------------------------------
Total LoaderHeap size:   Size: 0x7a000 (499712) bytes total, 0x1000 (4096) bytes wasted.
=======================================
Number of GC Heaps: 1
generation 0 starts at 0x000001f47e9e0898
generation 1 starts at 0x000001f47e8f9aa0
generation 2 starts at 0x000001f2dd171000
ephemeral segment allocation context: none
         segment             begin         allocated              size
000001f2dd170000  000001f2dd171000  000001f2ed16e468  0xfffd468(268424296)
000001f2c8fd0000  000001f2c8fd1000  000001f2d8fcffa0  0xfffefa0(268431264)
000001f355880000  000001f355881000  000001f36587fd80  0xfffed80(268430720)
000001f3b6430000  000001f3b6431000  000001f3c642fc68  0xfffec68(268430440)
000001f417210000  000001f417211000  000001f42720feb8  0xfffeeb8(268431032)
000001f471150000  000001f471151000  000001f47f150c18  0xdfffc18(234880024)
Large object heap starts at 0x000001f2ed171000
         segment             begin         allocated              size
000001f2ed170000  000001f2ed171000  000001f2ed259ac8  0xe8ac8(953032)
Total Size:              Size: 0x5e0e1388 (1577980808) bytes.
------------------------------
GC Heap Size:            Size: 0x5e0e1388 (1577980808) bytes.

Objects on GC Heap

0:000> !dumpheap -stat
Statistics:
              MT    Count    TotalSize Class Name
00007ffd91e4be98        1           24 System.Collections.Generic.GenericEqualityComparer`1[[System.String, mscorlib]]
00007ffd91e4bdc8        1           24 System.Collections.Generic.GenericEqualityComparer`1[[System.Int32, mscorlib]]
00007ffd91e455c0        1           24 System.Reflection.__Filters
00007ffd91e45218        1           24 System.Collections.Generic.ObjectEqualityComparer`1[[System.RuntimeType, mscorlib]]
00007ffd91e42518        1           24 System.Resources.FastResourceComparer
00007ffd91e41ca8        1           24 System.Collections.Generic.ObjectEqualityComparer`1[[System.Object, mscorlib]]
00007ffd91e40c38        1           24 System.DefaultBinder
00007ffd91e3a410        1           24 System.Text.DecoderExceptionFallback
00007ffd91e3a398        1           24 System.Text.EncoderExceptionFallback
00007ffd91e36130        1           24 System.Security.Permissions.ReflectionPermission
00007ffd91e347f0        1           24 System.IntPtr
00007ffd91e31e88        1           24 System.WeakReference
00007ffd91e31740        1           24 System.Reflection.Missing
00007ffd91e315f8        1           24 System.__Filters
00007ffd91e2efc8        1           24 System.Collections.Generic.ObjectEqualityComparer`1[[System.Type, mscorlib]]
00007ffd91e1e190        1           24 System.Runtime.Remoting.Activation.ActivationListener
00007ffd91e1e088        1           24 System.Runtime.Remoting.Activation.LocalActivator
00007ffd91e1dfc8        1           24 System.Runtime.Remoting.Proxies.ProxyAttribute
00007ffd91e1dd50        1           24 System.Runtime.Remoting.Lifetime.LeaseLifeTimeServiceProperty
00007ffd91e0cce8        1           24 System.Collections.Generic.GenericEqualityComparer`1[[System.Char, mscorlib]]
00007ffd91e0c968        1           24 System.Reflection.RuntimeEventInfo[]
00007ffd91e04000        1           24 System.Collections.Comparer
00007ffd91e03930        1           24 System.Attribute[]
00007ffd91e02808        1           24 System.LocalDataStoreHolder
00007ffd91e02600        1           24 System.Collections.Generic.GenericArraySortHelper`1[[System.UInt64, mscorlib]]
00007ffd91e011a8        1           24 System.Collections.Generic.GenericComparer`1[[System.Int32, mscorlib]]
00007ffd91dfd848        1           24 System.Reflection.CerHashtable`2[[System.Reflection.RuntimeMethodInfo, mscorlib],[System.Reflection.RuntimeMethodInfo, mscorlib]]
00007ffd91dbfd70        1           24 System.Collections.Generic.IEnumerable`1[[System.Security.Claims.Claim, mscorlib]][]
00007ffd91dbfcf8        1           24 System.Security.Claims.Claim[]
00007ffd91dbf830        1           24 System.Threading.ThreadPoolWorkQueue+SparseArray`1[[System.Threading.ThreadPoolWorkQueue+WorkStealingQueue, mscorlib]]
00007ffd91dbe2d8        1           24 System.AppDomainPauseManager
00007ffd910483d0        1           24 System.ServiceProcess.Res
00007ffd3622d5e8        1           24 SvcGuest.ServiceInterface.Supervisor+<>c
00007ffd3622aac8        1           24 SvcGuest.ProgramWrappers.ProgramWrapper+<>c
00007ffd36228480        1           24 SvcGuest.Config+<>c
00007ffd36227ba0        1           24 SvcGuest.ExecConfig[]
00007ffd36227770        1           24 SvcGuest.Logging.ConsoleLogger
00007ffd36227628        1           24 SvcGuest.Logging.DebugLogger
00007ffd362257b8        1           24 SvcGuest.Logging.LogMuxer
00007ffd36223968        1           24 System.Lazy`1+Boxed[[SvcGuest.Program, SvcGuest]]
00007ffd362237d0        1           24 System.Lazy`1+<>c[[SvcGuest.Program, SvcGuest]]
00007ffd36222510        1           24 McMaster.Extensions.CommandLineUtils.Conventions.DefaultHelpOptionConvention
00007ffd36221e28        1           24 McMaster.Extensions.CommandLineUtils.Conventions.ConstructorInjectionConvention+<>c__5`1[[SvcGuest.Program, SvcGuest]]
00007ffd36220488        1           24 McMaster.Extensions.CommandLineUtils.Conventions.ConstructorInjectionConvention+<>c
00007ffd3620fb18        1           24 McMaster.Extensions.CommandLineUtils.CommandLineApplication+<>c__DisplayClass126_0
00007ffd3620f370        1           24 McMaster.Extensions.CommandLineUtils.Conventions.SubcommandAttributeConvention+<>c
00007ffd3620b0f0        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.ValueParserProvider+<>c
00007ffd3620a388        1           24 McMaster.Extensions.CommandLineUtils.CollectionParserProvider
00007ffd362094e0        1           24 McMaster.Extensions.CommandLineUtils.Validation.IOptionValidator[]
00007ffd36207e80        1           24 McMaster.Extensions.CommandLineUtils.CommandOptionTypeMapper
00007ffd36206288        1           24 McMaster.Extensions.CommandLineUtils.Conventions.SubcommandAttributeConvention
00007ffd36206188        1           24 McMaster.Extensions.CommandLineUtils.Conventions.ArgumentAttributeConvention
00007ffd36205d48        1           24 McMaster.Extensions.CommandLineUtils.Conventions.OptionAttributeConvention
00007ffd36205af8        1           24 McMaster.Extensions.CommandLineUtils.Conventions.HelpOptionAttributeConvention
00007ffd362055c8        1           24 McMaster.Extensions.CommandLineUtils.Conventions.VersionOptionAttributeConvention
00007ffd36205310        1           24 McMaster.Extensions.CommandLineUtils.Conventions.VersionOptionFromMemberAttributeConvention
00007ffd36205248        1           24 McMaster.Extensions.CommandLineUtils.Conventions.CommandAttributeConvention
00007ffd36205180        1           24 McMaster.Extensions.CommandLineUtils.Conventions.AttributeConvention
00007ffd362050a0        1           24 McMaster.Extensions.CommandLineUtils.Conventions.ConstructorInjectionConvention
00007ffd36204f68        1           24 McMaster.Extensions.CommandLineUtils.Conventions.ValidationErrorMethodConvention
00007ffd36204ea0        1           24 McMaster.Extensions.CommandLineUtils.ValidateMethodConvention
00007ffd36204dd8        1           24 McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention
00007ffd36204ce0        1           24 McMaster.Extensions.CommandLineUtils.Conventions.ParentPropertyConvention
00007ffd36204c18        1           24 McMaster.Extensions.CommandLineUtils.Conventions.SubcommandPropertyConvention
00007ffd36204b50        1           24 McMaster.Extensions.CommandLineUtils.Conventions.RemainingArgsPropertyConvention
00007ffd36204a88        1           24 McMaster.Extensions.CommandLineUtils.Conventions.AppNameFromEntryAssemblyConvention
00007ffd36203dc0        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.UriValueParser
00007ffd36203ba8        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.DoubleValueParser
00007ffd36203990        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.FloatValueParser
00007ffd36203778        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.UInt64ValueParser
00007ffd36203560        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.UInt32ValueParser
00007ffd36203348        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.UInt16ValueParser
00007ffd36203130        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.Int64ValueParser
00007ffd36202f18        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.Int32ValueParser
00007ffd36202d00        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.Int16ValueParser
00007ffd36202ae8        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.ByteValueParser
00007ffd362028d0        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.BooleanValueParser
00007ffd36202638        1           24 McMaster.Extensions.CommandLineUtils.Abstractions.StringValueParser
00007ffd36201840        1           24 McMaster.Extensions.CommandLineUtils.CommandLineApplication[]
00007ffd362013a8        1           24 McMaster.Extensions.CommandLineUtils.Validation.ICommandValidator[]
00007ffd36200d10        1           24 McMaster.Extensions.CommandLineUtils.CommandLineApplication+<>c
00007ffd3606b140        1           24 McMaster.Extensions.CommandLineUtils.CommandLineApplication`1+<>c[[SvcGuest.Program, SvcGuest]]
00007ffd3606b058        1           24 McMaster.Extensions.CommandLineUtils.HelpText.DefaultHelpTextGenerator
00007ffd36069e88        1           24 McMaster.Extensions.CommandLineUtils.CommandLineApplication+Builder
00007ffd36068b80        1           24 McMaster.Extensions.CommandLineUtils.PhysicalConsole
00007ffd91e2f460        1           32 System.Security.Policy.AssemblyEvidenceFactory
00007ffd91e2f318        1           32 Microsoft.Win32.SafeHandles.SafePEFileHandle
00007ffd91e240b0        1           32 Microsoft.Win32.SafeHandles.SafeLsaPolicyHandle
00007ffd91e05800        1           32 System.Security.PermissionTokenKeyComparer
00007ffd91e03268        1           32 System.Diagnostics.Tracing.ActivityTracker
00007ffd91e02970        1           32 System.LocalDataStore
00007ffd91e027a8        1           32 System.LocalDataStoreElement
00007ffd91de99e0        1           32 System.Runtime.InteropServices.NativeBuffer+EmptySafeHandle
00007ffd91dccff0        1           32 Microsoft.Win32.SafeHandles.SafeLsaLogonProcessHandle
00007ffd91db73e0        1           32 System.Threading.TimerQueue+AppDomainTimerSafeHandle
00007ffd91047278        1           32 System.ServiceProcess.ServiceBase[]
00007ffd8893aeb0        1           32 System.Management.WbemDefPath
00007ffd85d4b8b0        1           32 Microsoft.Win32.SafeHandles.SafeEventLogWriteHandle
00007ffd36227930        1           32 SvcGuest.Logging.LegacyEventLogger
00007ffd36225f00        1           32 SvcGuest.Config
00007ffd3620fa40        1           32 McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention+<>c__DisplayClass0_0
00007ffd3620f5f8        1           32 System.SZArrayHelper+SZGenericArrayEnumerator`1[[McMaster.Extensions.CommandLineUtils.SubcommandAttribute, McMaster.Extensions.CommandLineUtils]]
00007ffd36201148        1           32 McMaster.Extensions.CommandLineUtils.Conventions.ConventionContext
00007ffd36200ff8        1           32 McMaster.Extensions.CommandLineUtils.Abstractions.ValueParserProvider
00007ffd91e43600        1           40 System.TimeZoneInfo+OffsetAndRule
00007ffd91e37d00        1           40 System.Collections.Stack
00007ffd91e35268        1           40 System.Reflection.CerHashtable`2+Table[[System.String, mscorlib],[System.Reflection.RuntimePropertyInfo[], mscorlib]]
00007ffd91e05ab8        1           40 System.Reflection.CerHashtable`2+Table[[System.String, mscorlib],[System.Reflection.RuntimeFieldInfo[], mscorlib]]
00007ffd91e03b88        1           40 System.Reflection.CerHashtable`2+Table[[System.String, mscorlib],[System.Reflection.RuntimeMethodInfo[], mscorlib]]
00007ffd91e03a30        1           40 System.WeakReference[]
00007ffd91e02728        1           40 System.LocalDataStoreSlot
00007ffd91dfd8b8        1           40 System.Reflection.CerHashtable`2+Table[[System.Reflection.RuntimeMethodInfo, mscorlib],[System.Reflection.RuntimeMethodInfo, mscorlib]]
00007ffd91deeab0        1           40 System.Runtime.InteropServices.SafeHeapHandleCache
00007ffd91de9358        1           40 System.Runtime.InteropServices.StringBuffer
00007ffd91dd87b8        1           40 Microsoft.Win32.SafeHandles.SafeLsaReturnBufferHandle
00007ffd91dc4bb0        1           40 System.Runtime.InteropServices.SafeHeapHandle
00007ffd91dbf5c0        1           40 System.Threading.ThreadPoolWorkQueue
00007ffd91dbe6a0        1           40 Microsoft.Win32.Win32Native+InputRecord
00007ffd91dbe4b0        1           40 System.IO.Stream+NullStream
00007ffd917335c0        1           40 System.Collections.Generic.List`1[[System.WeakReference, mscorlib]]
00007ffd91733370        1           40 System.Collections.Generic.List`1[[System.LocalDataStore, mscorlib]]
00007ffd36226fd0        1           40 System.Collections.Generic.List`1[[SvcGuest.Logging.Logger, SvcGuest]]
00007ffd36225cd8        1           40 SvcGuest.ServiceInterface.Supervisor
00007ffd3620a930        1           40 System.Collections.Generic.List`1[[System.Action`1[[McMaster.Extensions.CommandLineUtils.Abstractions.ParseResult, McMaster.Extensions.CommandLineUtils]], mscorlib]]
00007ffd36204908        1           40 System.Lazy`1[[SvcGuest.Program, SvcGuest]]
00007ffd36200630        1           40 System.Collections.Generic.List`1[[McMaster.Extensions.CommandLineUtils.CommandLineApplication, McMaster.Extensions.CommandLineUtils]]
00007ffd36200038        1           40 System.Collections.Generic.List`1[[McMaster.Extensions.CommandLineUtils.CommandArgument, McMaster.Extensions.CommandLineUtils]]
00007ffd3606c7e8        1           40 System.Collections.Generic.List`1[[McMaster.Extensions.CommandLineUtils.CommandOption, McMaster.Extensions.CommandLineUtils]]
00007ffd3606bd90        1           40 System.Collections.Generic.List`1[[McMaster.Extensions.CommandLineUtils.Validation.ICommandValidator, McMaster.Extensions.CommandLineUtils]]
00007ffd3606b700        1           40 System.Collections.Generic.List`1[[McMaster.Extensions.CommandLineUtils.Conventions.IConvention, McMaster.Extensions.CommandLineUtils]]
00007ffd36068f98        1           40 McMaster.Extensions.CommandLineUtils.Internal.DefaultCommandLineContext
00007ffd36054960        1           40 System.Lazy`1[[System.IServiceProvider, mscorlib]]
00007ffd91e47bb8        1           48 System.SharedStatics
00007ffd91e422c0        2           48 System.Resources.ManifestBasedResourceGroveler
00007ffd91e42260        2           48 System.Resources.ResourceManager+ResourceManagerMediator
00007ffd91e404a0        1           48 System.RuntimeType+ActivatorCache
00007ffd91e3b368        1           48 System.Text.ASCIIEncoding
00007ffd91e35e70        1           48 System.Threading.ManualResetEvent
00007ffd91e32770        1           48 System.Threading.AutoResetEvent
00007ffd91e30938        1           48 System.Text.UTF8Encoding+UTF8EncodingSealed
00007ffd91e2e658        1           48 System.OperatingSystem
00007ffd91e2b0e0        2           48 System.OrdinalComparer
00007ffd91e1eb78        1           48 System.Runtime.Remoting.RemotingConfigHandler+RemotingConfigInfo
00007ffd91e1dc28        1           48 System.Runtime.Remoting.Channels.ChannelServicesData
00007ffd91e00c10        1           48 System.Environment+ResourceHelper
00007ffd91dc4230        2           48 Microsoft.Win32.Win32Native+LUID
00007ffd91db7388        1           48 System.Threading.TimerQueue
00007ffd91db7308        2           48 System.Threading.TimerHolder
00007ffd85d32d98        1           48 System.Diagnostics.EventLog
00007ffd362016b8        2           48 McMaster.Extensions.CommandLineUtils.CommandArgument[]
00007ffd36065f78        1           48 SvcGuest.Program
00007ffd91e43bb8        1           56 System.RuntimeType+RuntimeTypeCache+MemberInfoCache`1[[System.Reflection.RuntimeFieldInfo, mscorlib]]
00007ffd91e350d0        1           56 System.RuntimeType+RuntimeTypeCache+MemberInfoCache`1[[System.Reflection.RuntimePropertyInfo, mscorlib]]
00007ffd91e327f0        1           56 System.Collections.Queue
00007ffd91e2dce0        1           56 System.Security.PermissionTokenFactory
00007ffd91e0c8f8        1           56 System.RuntimeType+RuntimeTypeCache+MemberInfoCache`1[[System.Reflection.RuntimeEventInfo, mscorlib]]
00007ffd91e03190        1           56 System.Diagnostics.Tracing.EtwSession[]
00007ffd91e02900        1           56 System.LocalDataStoreMgr
00007ffd91e02088        1           56 System.RuntimeType+RuntimeTypeCache+MemberInfoCache`1[[System.RuntimeType, mscorlib]]
00007ffd91dbf398        1           56 System.Text.UTF8Encoding+UTF8Encoder
00007ffd91e42ed0        1           64 System.TimeZoneInfo+CachedData
00007ffd91e42778        2           64 System.Resources.ResourceReader+TypeLimitingDeserializationBinder
00007ffd91e42200        2           64 System.Resources.ResourceManager+CultureNameResourceSetPair
00007ffd91e38d38        1           64 System.UnhandledExceptionEventHandler
00007ffd91e35f00        1           64 System.Threading.WaitCallback
00007ffd91e32fa8        2           64 Microsoft.Win32.SafeHandles.SafeWaitHandle
00007ffd91e32910        2           64 System.Threading.Timer
00007ffd91e2f3c0        1           64 System.Security.Policy.PEFileEvidenceFactory
00007ffd91e2bad8        2           64 System.CultureAwareComparer
00007ffd91e2acc8        1           64 System.ResolveEventHandler
00007ffd91e03ea0        1           64 System.CtorDelegate
00007ffd91e034a8        1           64 Microsoft.Win32.UnsafeNativeMethods+ManifestEtw+EtwEnableCallback
00007ffd910479b8        1           64 System.ServiceProcess.NativeMethods+ServiceMainCallback
00007ffd91047790        1           64 System.ServiceProcess.NativeMethods+ServiceControlCallback
00007ffd910476d8        1           64 System.ServiceProcess.NativeMethods+ServiceControlCallbackEx
00007ffd88a36c30        1           64 System.Management.WmiNetUtilsHelper+Initialize
00007ffd88a36b78        1           64 System.Management.WmiNetUtilsHelper+GetErrorInfo
00007ffd8893ec58        1           64 System.Management.WmiNetUtilsHelper+GetMethodOrigin
00007ffd8893eb58        1           64 System.Management.WmiNetUtilsHelper+GetPropertyHandle
00007ffd8893e520        1           64 System.Management.WmiNetUtilsHelper+QualifierSet_GetNames
00007ffd8893e260        1           64 System.Management.WmiNetUtilsHelper+QualifierSet_Next
00007ffd8893e148        1           64 System.Management.WmiNetUtilsHelper+VerifyClientKey
00007ffd8893e090        1           64 System.Management.WmiNetUtilsHelper+EndEnumeration
00007ffd8893d648        1           64 System.Management.WmiNetUtilsHelper+QualifierSet_Put
00007ffd8893d018        1           64 System.Management.WmiNetUtilsHelper+GetObjectText
00007ffd8893cca8        1           64 System.Management.WmiNetUtilsHelper+BlessIWbemServices
00007ffd8893c950        1           64 System.Management.WmiNetUtilsHelper+Next
00007ffd8893c580        1           64 System.Management.WmiNetUtilsHelper+CompareTo
00007ffd8893c368        1           64 System.Management.WmiNetUtilsHelper+GetCurrentApartmentType
00007ffd8893bec0        1           64 System.Management.WmiNetUtilsHelper+SpawnDerivedClass
00007ffd8893bba0        1           64 System.Management.WmiNetUtilsHelper+SpawnInstance
00007ffd8893b900        1           64 System.Management.WmiNetUtilsHelper+EndMethodEnumeration
00007ffd8893b728        1           64 System.Management.WmiNetUtilsHelper+BlessIWbemServicesObject
00007ffd8893b610        1           64 System.Management.WmiNetUtilsHelper+SetSecurity
00007ffd8893b488        1           64 System.Management.WmiNetUtilsHelper+BeginMethodEnumeration
00007ffd8893b350        1           64 System.Management.WmiNetUtilsHelper+CloneEnumWbemClassObject
00007ffd8893a8f8        1           64 System.Management.WmiNetUtilsHelper+WritePropertyValue
00007ffd8893a488        1           64 System.Management.WmiNetUtilsHelper+DeleteMethod
00007ffd8893a1a0        1           64 System.Management.WmiNetUtilsHelper+PutInstanceWmi
00007ffd88939a50        1           64 System.Management.WmiNetUtilsHelper+GetMethodQualifierSet
00007ffd88939880        1           64 System.Management.WmiNetUtilsHelper+Delete
00007ffd88939720        1           64 System.Management.WmiNetUtilsHelper+ConnectServerWmi
00007ffd88939668        1           64 System.Management.WmiNetUtilsHelper+GetDemultiplexedStub
00007ffd88939398        1           64 System.Management.WmiNetUtilsHelper+QualifierSet_Get
00007ffd88939110        1           64 System.Management.WmiNetUtilsHelper+CreateInstanceEnumWmi
00007ffd88938f98        1           64 System.Management.WmiNetUtilsHelper+CreateClassEnumWmi
00007ffd88938e20        1           64 System.Management.WmiNetUtilsHelper+InheritsFrom
00007ffd88938778        1           64 System.Management.WmiNetUtilsHelper+Get
00007ffd889386c0        1           64 System.Management.WmiNetUtilsHelper+GetMethod
00007ffd88938410        1           64 System.Management.WmiNetUtilsHelper+ExecQueryWmi
00007ffd88938358        1           64 System.Management.WmiNetUtilsHelper+GetNames
00007ffd88938210        1           64 System.Management.WmiNetUtilsHelper+PutClassWmi
00007ffd88937ed8        1           64 System.Management.WmiNetUtilsHelper+QualifierSet_BeginEnumeration
00007ffd889378c0        1           64 System.Management.WmiNetUtilsHelper+GetPropertyQualifierSet
00007ffd889377a8        1           64 System.Management.WmiNetUtilsHelper+GetQualifierSet
00007ffd889374b0        1           64 System.Management.WmiNetUtilsHelper+GetPropertyOrigin
00007ffd88937170        1           64 System.Management.WmiNetUtilsHelper+Put
00007ffd88936ef0        1           64 System.Management.WmiNetUtilsHelper+ExecNotificationQueryWmi
00007ffd88936e38        1           64 System.Management.WmiNetUtilsHelper+QualifierSet_Delete
00007ffd88936b78        1           64 System.Management.WmiNetUtilsHelper+ResetSecurity
00007ffd88936ac0        1           64 System.Management.WmiNetUtilsHelper+BeginEnumeration
00007ffd88936948        1           64 System.Management.WmiNetUtilsHelper+NextMethod
00007ffd88936778        1           64 System.Management.WmiNetUtilsHelper+PutMethod
00007ffd88936118        1           64 System.Management.WmiNetUtilsHelper+QualifierSet_EndEnumeration
00007ffd85d69068        1           64 System.LocalAppContext+TryGetSwitchDelegate
00007ffd3622d698        1           64 System.Func`2[[SvcGuest.ProgramWrappers.ProgramWrapper, SvcGuest],[System.Boolean, mscorlib]]
00007ffd36228530        1           64 System.Func`2[[System.String, mscorlib],[SvcGuest.ExecConfig, SvcGuest]]
00007ffd36227dc8        1           64 SvcGuest.ServiceInterface.Supervisor+SupervisorQuitHandler
00007ffd36200dc0        1           64 System.Func`2[[System.ComponentModel.DataAnnotations.ValidationResult, System.ComponentModel.DataAnnotations],[System.Int32, mscorlib]]
00007ffd36058068        1           64 System.Func`2[[System.Int32, mscorlib],[System.Int32, mscorlib]]
00007ffd36055b40        1           64 System.Func`2[[System.Reflection.ConstructorInfo, mscorlib],[System.Int32, mscorlib]]
00007ffd36055980        1           64 System.Func`1[[System.Threading.Tasks.Task`1[[System.Int32, mscorlib]], mscorlib]]
00007ffd36054840        1           64 System.Func`1[[System.IServiceProvider, mscorlib]]
00007ffd91e48950        1           72 System.Security.Policy.Evidence
00007ffd91e1e6d0        1           72 System.Runtime.Remoting.Metadata.RemotingTypeCachedData
00007ffd91e24140        2           80 Microsoft.Win32.SafeHandles.SafeLsaMemoryHandle
00007ffd91e1e890        1           80 System.Runtime.Remoting.Metadata.SoapTypeAttribute
00007ffd91e1dbc8        1           80 System.Runtime.Remoting.DomainSpecificRemotingData
00007ffd91e029d0        2           80 System.LocalDataStore[]
00007ffd9173b458        1           80 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.Globalization.CultureData, mscorlib]]
00007ffd9173b298        1           80 System.Collections.Generic.Dictionary`2[[System.RuntimeType, mscorlib],[System.RuntimeType, mscorlib]]
00007ffd9173ab08        1           80 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.TimeZoneInfo, mscorlib]]
00007ffd91739e10        1           80 System.Collections.Generic.Dictionary`2[[System.Type, mscorlib],[System.Security.Policy.EvidenceTypeDescriptor, mscorlib]]
00007ffd91739cd8        1           80 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.AppContext+SwitchValueState, mscorlib]]
00007ffd917334a0        1           80 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.LocalDataStoreSlot, mscorlib]]
00007ffd36227a18        2           80 SvcGuest.Logging.Logger[]
00007ffd36226728        2           80 SvcGuest.ProgramWrappers.ProgramWrapper[]
00007ffd36226120        2           80 System.Collections.Generic.List`1[[SvcGuest.ProgramWrappers.ProgramWrapper, SvcGuest]]
00007ffd36201c58        1           80 System.Collections.Generic.Dictionary`2[[System.Type, mscorlib],[McMaster.Extensions.CommandLineUtils.Abstractions.IValueParser, McMaster.Extensions.CommandLineUtils]]
00007ffd36056c90        1           80 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib]], mscorlib]]
00007ffd91e40370        1           88 System.Boolean[]
00007ffd91e03330        1           88 System.Diagnostics.Tracing.EventSource+OverideEventProvider
00007ffd91e4c070        1           96 System.Collections.Generic.Dictionary`2+Entry[[System.String, mscorlib],[System.Globalization.CultureData, mscorlib]][]
00007ffd91e4ba28        3           96 System.Version
00007ffd91e4ae00        2           96 System.Text.UTF8Encoding
00007ffd91e438b8        1           96 System.Collections.Generic.Dictionary`2+Entry[[System.String, mscorlib],[System.String, mscorlib]][]
00007ffd91e43490        1           96 System.Collections.Generic.Dictionary`2+Entry[[System.String, mscorlib],[System.TimeZoneInfo, mscorlib]][]
00007ffd91e40578        2           96 System.RuntimeType+ActivatorCacheEntry
00007ffd91e321b0        4           96 System.DateTime
00007ffd91e31f28        4           96 System.TimeSpan
00007ffd91dbe900        2           96 System.IO.TextWriter+SyncTextWriter
00007ffd360574e8        1           96 System.Collections.Generic.Dictionary`2+Entry[[System.String, mscorlib],[System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib]], mscorlib]][]
00007ffd91e1e400        1          104 System.Runtime.Remoting.Contexts.Context
00007ffd91e4aa18        1          112 System.IO.StreamWriter
00007ffd91e4a550        2          112 System.Text.UnicodeEncoding
00007ffd91e41260        2          112 System.Text.UTF8Encoding+UTF8Decoder
00007ffd91e352d8        1          112 System.Reflection.RuntimePropertyInfo[][]
00007ffd91e2dc08        2          112 System.Security.Util.TokenBasedSet
00007ffd91e2a4e8        2          112 System.Reflection.RuntimePropertyInfo[]
00007ffd91e03bf8        1          112 System.Reflection.RuntimeMethodInfo[][]
00007ffd85d5ef38        2          112 System.IO.Compression.HuffmanTree
00007ffd3620af28        2          112 System.Action`1[[McMaster.Extensions.CommandLineUtils.Abstractions.ParseResult, McMaster.Extensions.CommandLineUtils]][]
00007ffd91e1dc88        2          120 System.Runtime.Remoting.Contexts.IContextProperty[]
00007ffd3620a898        3          120 McMaster.Extensions.CommandLineUtils.Conventions.OptionAttributeConventionBase`1+<>c__DisplayClass0_1[[McMaster.Extensions.CommandLineUtils.OptionAttribute, McMaster.Extensions.CommandLineUtils]]
00007ffd92903798        2          128 System.Func`1[[System.Int32, mscorlib]]
00007ffd91e48ae8        2          128 System.Security.PermissionSet
00007ffd91e48380        1          128 System.AppDomainSetup
00007ffd91e45660        2          128 System.Reflection.TypeFilter
00007ffd91e355c8        2          128 System.Threading.ContextCallback
00007ffd91e320c8        2          128 System.Threading.TimerCallback
00007ffd91e2f860        2          128 System.Type[]
00007ffd91e2e738        2          128 System.Globalization.CompareInfo
00007ffd91e024a0        4          128 System.Enum+ValuesAndNames
00007ffd8893b0c0        2          128 System.Management.WmiNetUtilsHelper+Clone
00007ffd85d68998        2          128 System.Timers.ElapsedEventHandler
00007ffd3606b3c0        2          128 System.Func`1[[SvcGuest.Program, SvcGuest]]
00007ffd91e42d70        2          144 System.TimeZoneInfo
00007ffd91e420a0        2          144 System.Resources.RuntimeResourceSet
00007ffd91e38660        2          144 System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
00007ffd91e273a8        2          144 System.IO.BinaryReader
00007ffd91e40500        1          152 System.RuntimeType+ActivatorCacheEntry[]
00007ffd85d45e38        1          152 System.Diagnostics.EventLogInternal
00007ffd91e4bb58        1          160 System.Globalization.CalendarData
00007ffd91e4a968        5          160 System.Text.DecoderReplacementFallback
00007ffd91e4a8d8        5          160 System.Text.EncoderReplacementFallback
00007ffd91e479c8        1          160 System.ExecutionEngineException
00007ffd91e47950        1          160 System.StackOverflowException
00007ffd91e478d8        1          160 System.OutOfMemoryException
00007ffd91e476f0        1          160 System.Exception
00007ffd91e2db58        5          160 System.Security.PermissionToken
00007ffd91e2d750        1          160 System.Security.PermissionToken[]
00007ffd91e05b28        1          160 System.Reflection.RuntimeFieldInfo[][]
00007ffd91dbf630        4          160 System.Threading.ThreadPoolWorkQueue+QueueSegment
00007ffd9173ae18        2          160 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.String, mscorlib]]
00007ffd9173a8c8        2          160 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.Resources.ResourceLocator, mscorlib]]
00007ffd9173a7a8        2          160 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.Resources.ResourceSet, mscorlib]]
00007ffd9173a698        2          160 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.Boolean, mscorlib]]
00007ffd9172e9b0        2          160 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.Reflection.PropertyInfo, mscorlib]]
00007ffd36056568        2          160 System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib]]
00007ffd91e407b0        3          168 System.RuntimeType+RuntimeTypeCache+MemberInfoCache`1[[System.Reflection.RuntimeConstructorInfo, mscorlib]]
00007ffd91e03758        2          176 System.Globalization.TextInfo
00007ffd91db72a8        2          176 System.Threading.TimerQueueTimer
00007ffd36201530        2          176 McMaster.Extensions.CommandLineUtils.CommandOption[]
00007ffd91e42878        2          192 System.Collections.Generic.Dictionary`2+Entry[[System.String, mscorlib],[System.Resources.ResourceSet, mscorlib]][]
00007ffd91e41800        1          192 System.Collections.Generic.Dictionary`2+Entry[[System.String, mscorlib],[System.Boolean, mscorlib]][]
00007ffd91e32510        6          192 System.Guid
00007ffd91e316b0        3          192 System.Reflection.MemberFilter
00007ffd91e30768        3          192 System.Threading.ReaderWriterLock
00007ffd91e2d688        1          192 System.Collections.Generic.Dictionary`2+Entry[[System.String, mscorlib],[System.AppContext+SwitchValueState, mscorlib]][]
00007ffd91e2b398        1          192 System.Diagnostics.Tracing.FrameworkEventSource
00007ffd85d68830        2          192 System.Timers.Timer
00007ffd362253b0        1          192 SvcGuest.ServiceInterface.Service
00007ffd3620a808        8          192 McMaster.Extensions.CommandLineUtils.ReflectionHelper+<>c__DisplayClass0_1
00007ffd36057878        2          192 System.Collections.Generic.Dictionary`2+Entry[[System.String, mscorlib],[System.Collections.Generic.List`1[[System.String, mscorlib]], mscorlib]][]
00007ffd91e408d8        3          200 System.Reflection.RuntimeConstructorInfo[]
00007ffd91e4af78        2          208 System.IO.UnmanagedMemoryStream
00007ffd91e309c8        1          208 System.Globalization.CalendarData[]
00007ffd91e47c78        1          216 System.AppDomain
00007ffd36229280        1          224 SvcGuest.ProgramWrappers.NativeProgramWrapper
00007ffd91e02420        4          256 System.UInt64[]
00007ffd91dc00c0       11          264 System.StubHelpers.CleanupWorkList
00007ffd91e41fc8        2          272 System.Resources.ResourceReader
00007ffd3606a728        1          280 McMaster.Extensions.CommandLineUtils.CommandLineApplication`1[[SvcGuest.Program, SvcGuest]]
00007ffd91e450e0        1          288 System.Collections.Generic.Dictionary`2+Entry[[System.RuntimeType, mscorlib],[System.RuntimeType, mscorlib]][]
00007ffd91e2d960        9          288 Microsoft.Win32.SafeHandles.SafeRegistryHandle
00007ffd91e35a78        2          304 System.Resources.ResourceManager
00007ffd36201220        2          304 McMaster.Extensions.CommandLineUtils.Conventions.IConvention[]
00007ffd91e47a40        2          320 System.Threading.ThreadAbortException
00007ffd91e326b8        5          320 System.EventHandler
00007ffd3620a4c0        8          320 McMaster.Extensions.CommandLineUtils.Conventions.OptionAttributeConventionBase`1+<>c__DisplayClass0_0[[McMaster.Extensions.CommandLineUtils.OptionAttribute, McMaster.Extensions.CommandLineUtils]]
00007ffd91e43c28        9          352 System.Reflection.RuntimeFieldInfo[]
00007ffd91dc0130       11          352 System.StubHelpers.CleanupWorkListElement
00007ffd3622d8a0        9          360 System.Collections.Generic.List`1+Enumerator[[SvcGuest.ProgramWrappers.ProgramWrapper, SvcGuest]]
00007ffd36208dd8        9          360 System.Collections.Generic.List`1[[McMaster.Extensions.CommandLineUtils.Validation.IOptionValidator, McMaster.Extensions.CommandLineUtils]]
00007ffd91e429e0        2          368 System.Collections.Generic.Dictionary`2+Entry[[System.String, mscorlib],[System.Resources.ResourceLocator, mscorlib]][]
00007ffd91e4b100        3          384 System.Globalization.CultureInfo
00007ffd91df2a28        2          384 System.Collections.Generic.Dictionary`2+Entry[[System.String, mscorlib],[System.Reflection.PropertyInfo, mscorlib]][]
00007ffd91e2df10        7          392 Microsoft.Win32.RegistryKey
00007ffd91e4c148        2          432 System.Globalization.NumberFormatInfo
00007ffd91e30700        1          432 System.Collections.Generic.Dictionary`2+Entry[[System.Type, mscorlib],[System.Security.Policy.EvidenceTypeDescriptor, mscorlib]][]
00007ffd91dbf988       11          440 System.Threading.QueueUserWorkItemCallback
00007ffd9172cec0       11          440 System.Collections.Generic.List`1[[System.StubHelpers.CleanupWorkListElement, mscorlib]]
00007ffd85d5b888       20          480 System.Diagnostics.NtProcessManager+ValueId
00007ffd91e4a388        9          504 System.Reflection.RuntimeAssembly
00007ffd91e35d38       21          504 System.Security.Permissions.SecurityPermission
00007ffd91e345e0        8          512 System.Reflection.RuntimeModule
00007ffd3620a220        8          512 System.Action`1[[McMaster.Extensions.CommandLineUtils.Abstractions.ParseResult, McMaster.Extensions.CommandLineUtils]]
00007ffd36209ef8        8          512 McMaster.Extensions.CommandLineUtils.SetPropertyDelegate
00007ffd91e02888        1          536 System.LocalDataStoreElement[]
00007ffd36204048        1          576 System.Collections.Generic.Dictionary`2+Entry[[System.Type, mscorlib],[McMaster.Extensions.CommandLineUtils.Abstractions.IValueParser, McMaster.Extensions.CommandLineUtils]][]
00007ffd91e45e28       11          616 System.RuntimeType+RuntimeTypeCache+MemberInfoCache`1[[System.Reflection.RuntimeMethodInfo, mscorlib]]
00007ffd91dbfe78       12          640 System.StubHelpers.CleanupWorkListElement[]
00007ffd9173ac88       16          640 System.Collections.Generic.List`1[[System.String, mscorlib]]
00007ffd91e04230        9          720 System.Reflection.RtFieldInfo
00007ffd91e21098       19          760 System.Collections.Generic.List`1+Enumerator[[System.Int32, mscorlib]]
00007ffd362268a0       19          760 System.Collections.Generic.List`1[[SvcGuest.ExecConfig, SvcGuest]]
00007ffd3606c758        9          792 McMaster.Extensions.CommandLineUtils.CommandOption
00007ffd91e34ea8        8          832 System.Reflection.RuntimePropertyInfo
00007ffd91e2b9e0       41         1128 System.RuntimeType[]
00007ffd91e2ea48       13         1144 System.Collections.Hashtable+SyncHashtable
00007ffd8893ee58       39         1248 System.Management.WbemLocator
00007ffd92908b88        1         1304 System.Runtime.InteropServices.SafeHeapHandle[]
00007ffd3622ade0       28         1568 System.Linq.OrderedEnumerable`2[[System.Int32, mscorlib],[System.Int32, mscorlib]]
00007ffd91e4b460        3         1608 System.Globalization.CultureData
00007ffd91e396e8       11         1760 System.NullReferenceException
00007ffd91e31180       16         1792 System.Reflection.RuntimeConstructorInfo
00007ffd3622d398       28         1792 System.Linq.OrderedEnumerable`1+<GetEnumerator>d__1[[System.Int32, mscorlib]]
00007ffd91e40970       16         1920 System.Reflection.RuntimeParameterInfo
00007ffd88a36eb8       61         1952 System.Management.IWbemClassObject_DoNotMarshal[]
00007ffd85d41120       95         2280 System.Diagnostics.EventLogEntryType
00007ffd91e42ca8        3         2316 System.UInt32[]
00007ffd88938a38       74         2368 System.Management.SecuredIWbemServicesHandler
00007ffd91e347a8       19         3040 System.RuntimeType+RuntimeTypeCache
00007ffd91e31558       38         3040 System.Signature
00007ffd91e00cb8       95         3040 System.Runtime.InteropServices.GCHandle[]
00007ffd88a36f30       99         3168 System.Management.IWbemClassObjectFreeThreaded[]
00007ffd85d22a48      124         3968 System.Collections.Specialized.NameObjectCollectionBase+NameObjectKeysEnumerator
00007ffd91e42bc8        6         3984 System.Int16[]
00007ffd8893b7d0      134         4288 System.Management.SecuredIEnumWbemClassObjectHandler
00007ffd91e35de8       28         4480 System.InvalidCastException
00007ffd91e4c768      113         4863 System.Byte[]
00007ffd8893ba08      207         4968 System.Management.SecuredConnectHandler
00007ffd91e05dc0       95         5320 System.Runtime.Serialization.SafeSerializationManager
00007ffd889390a0      135         5400 System.Management.SecurityHandler
00007ffd8893ad80       99         5544 System.Management.ManagementObjectCollection+ManagementObjectEnumerator
00007ffd91e3bb10      189         6048 System.Diagnostics.StackTrace
00007ffd85d6f320      190         6080 System.Security.Permissions.ResourcePermissionBaseEntry
00007ffd85d2f8f8      190         6080 System.Diagnostics.EventLogPermissionEntry
00007ffd91e3bdf0       56         8960 System.Runtime.InteropServices.COMException
00007ffd85d2c890      190        10640 System.Diagnostics.EventLogPermission
00007ffd91e49358      220        12320 System.RuntimeType
00007ffd85d41248      819        19656 System.Timers.ElapsedEventArgs
00007ffd91e47aa0      831        19944 System.Object
00007ffd91e49e10     1051        25224 System.Int32
00007ffd91e00c70      462        25872 System.Environment+ResourceHelper+GetResourceStringUserData
00007ffd9172cc10      809        25888 System.Collections.ObjectModel.Collection`1[[System.Collections.Generic.IEnumerable`1[[System.Security.Claims.Claim, mscorlib]], mscorlib]]
00007ffd91e18898      189        28728 System.Diagnostics.StackFrameHelper
00007ffd91dc21a8      189        29312 System.Diagnostics.StackFrame[]
00007ffd91e28170      462        29568 System.Runtime.CompilerServices.RuntimeHelpers+CleanupCode
00007ffd91e280b8      462        29568 System.Runtime.CompilerServices.RuntimeHelpers+TryCode
00007ffd91e21298      792        31680 System.Collections.Generic.List`1[[System.Int32, mscorlib]]
00007ffd91e2a0f0      808        32320 System.Security.Principal.WindowsImpersonationContext
00007ffd91e163d0      809        32360 System.Threading.CompressedStack
00007ffd9172cd28      809        32360 System.Collections.Generic.List`1[[System.Collections.Generic.IEnumerable`1[[System.Security.Claims.Claim, mscorlib]], mscorlib]]
00007ffd9172cae0      809        32360 System.Collections.Generic.List`1[[System.Security.Claims.Claim, mscorlib]]
00007ffd91e40af0      951        34584 System.Reflection.ParameterInfo[]
00007ffd91e40d18      809        38832 System.Security.SecurityContext
00007ffd91e2dde0      808        71104 System.Security.FrameSecurityDescriptor
00007ffd91e33820      810        71280 System.Threading.ExecutionContext
00007ffd91e2f788      884        76128 System.String[]
00007ffd91e47b38      595        85552 System.Object[]
00007ffd91dbe330      306        86832 System.SByte[]
00007ffd91e023b8      662        90976 System.IntPtr[]
00007ffd91e4bbc8     2007        96336 System.Text.StringBuilder
00007ffd91e039a8     3111       100176 System.Reflection.RuntimeMethodInfo[]
00007ffd91e29080     3097       173432 System.Diagnostics.StackFrame
00007ffd91e3a040      809       174744 System.Security.Principal.WindowsIdentity
00007ffd91e353d8     3096       297216 System.RuntimeMethodInfoStub
00007ffd91e45b20     3171       355152 System.Reflection.RuntimeMethodInfo
00007ffd91e36418    13250       424000 System.Random
00007ffd91dbf8a0        1       524312 System.Threading.ThreadPoolWorkQueue+WorkStealingQueue[]
00007ffd91dbf750    13250       530000 System.Threading.ThreadPoolWorkQueueThreadLocals
00007ffd91dbf7d0    13250       636000 System.Threading.ThreadPoolWorkQueue+WorkStealingQueue
00007ffd91e48610     2076      1378152 System.Char[]
00007ffd8893e2f0   115928      2782272 System.Management.IWbemClassObjectFreeThreaded
00007ffd91e49da8    14605      3406408 System.Int32[]
00007ffd91dbf690    13254      3718288 System.Threading.IThreadPoolWorkItem[]
00007ffd91e488a0    86368      8291328 System.Threading.Thread
00007ffd8893d4d8   115674      8328528 System.Management.ManagementBaseObject
00007ffd8893b3f8   242765      9710600 System.Management.ObjectQuery
00007ffd8893ac40   219409     10531632 System.Management.ManagementObjectCollection
00007ffd91e3efe8   471702     15094464 System.__ComObject
00007ffd91dbfdd0   386562     15462480 Microsoft.Win32.SafeHandles.SafeLocalAllocHandle
00007ffd88938b18   242726     15534464 System.Management.ManagementObjectSearcher
00007ffd88937610   502560     20102400 System.Management.ManagementPath
00007ffd91e2a000   774748     24791936 Microsoft.Win32.SafeHandles.SafeAccessTokenHandle
00007ffd8893bd00   462155     25880680 System.Management.EnumerationOptions
00007ffd8893df88   502559     28143304 System.Management.ManagementScope
00007ffd91e474c0   249042     34750254 System.String
00007ffd91e31c08   933823     37352920 System.Collections.ArrayList
00007ffd8893c4e0   502598     48249408 System.Management.ConnectionOptions
00007ffd85d2f978   230332     64492960 System.Diagnostics.Process
00007ffd91e4aeb0   934034     74722720 System.Collections.Hashtable
00007ffd8893a0a0   933822     82176336 System.Management.ManagementNamedValueCollection
00007ffd91e2f0f0   934034     89668368 System.Collections.Hashtable+bucket[]
00007ffd88936cf0  1946515    124576960 System.Management.IdentifierChangedEventHandler
000001f2dc4db220  1826531    820929100      Free
Total 12717379 objects
Fragmented blocks larger than 0.5 MB:
            Addr     Size      Followed by
000001f2e24c5148    0.7MB 000001f2e256d730 System.Management.ManagementScope
000001f2e29f6b90    0.6MB 000001f2e2a8c7a0 Microsoft.Win32.SafeHandles.SafeLocalAllocHandle
000001f2e2c02d38    0.7MB 000001f2e2cb19f8 Microsoft.Win32.SafeHandles.SafeAccessTokenHandle
000001f2e2cdb428    0.7MB 000001f2e2d860e0 System.Threading.Thread
000001f47eecc948    0.8MB 000001f47ef8d900 System.Management.ManagementObjectCollection+ManagementObjectEnumerator
000001f47f0ca4d0    0.5MB 000001f47f150bc0 System.Management.ManagementObjectCollection+ManagementObjectEnumerator
@Jamesits Jamesits self-assigned this Feb 10, 2019
@Jamesits
Copy link
Owner Author

!analyze -v

0:000> !analyze -v
*******************************************************************************
*                                                                             *
*                        Exception Analysis                                   *
*                                                                             *
*******************************************************************************

GetUrlPageData2 (WinHttp) failed: 12002.

DUMP_CLASS: 2

DUMP_QUALIFIER: 400

FAULTING_IP: 
+0
00000000`00000000 ??              ???

EXCEPTION_RECORD:  (.exr -1)
ExceptionAddress: 0000000000000000
   ExceptionCode: 80000003 (Break instruction exception)
  ExceptionFlags: 00000000
NumberParameters: 0

FAULTING_THREAD:  000062a8

DEFAULT_BUCKET_ID:  STATUS_BREAKPOINT

PROCESS_NAME:  SvcGuest.exe

ERROR_CODE: (NTSTATUS) 0x80000003 - {EXCEPTION}  Breakpoint  A breakpoint has been reached.

EXCEPTION_CODE: (HRESULT) 0x80000003 (2147483651) - One or more arguments are invalid

EXCEPTION_CODE_STR:  80000003

WATSON_BKT_PROCSTAMP:  80245fcc

WATSON_BKT_PROCVER:  1.0.3.0

PROCESS_VER_PRODUCT:  SvcGuest

WATSON_BKT_MODULE:  unknown

WATSON_BKT_MODVER:  0.0.0.0

WATSON_BKT_MODOFFSET:  0

WATSON_BKT_MODSTAMP:  bbbbbbb4

BUILD_VERSION_STRING:  10.0.14393.2608 (rs1_release.181024-1742)

MODLIST_WITH_TSCHKSUM_HASH:  4e90de82284468c65e2ca678dbf0ff4ceb6609b4

MODLIST_SHA1_HASH:  a4dfbb7c5b8aaff9657741738ae8caae9b1d448a

NTGLOBALFLAG:  0

APPLICATION_VERIFIER_FLAGS:  0

PRODUCT_TYPE:  3

SUITE_MASK:  400

DUMP_FLAGS:  8000c07

DUMP_TYPE:  0

MISSING_CLR_SYMBOL: 0

ANALYSIS_SESSION_HOST:  FLUORINE

ANALYSIS_SESSION_TIME:  02-10-2019 05:43:37.0105

ANALYSIS_VERSION: 10.0.14321.1024 amd64fre

MANAGED_CODE: 1

MANAGED_ENGINE_MODULE:  clr

MANAGED_ANALYSIS_PROVIDER:  SOS

MANAGED_THREAD_ID: 62a8

THREAD_ATTRIBUTES: 
OS_LOCALE:  ENU

PROBLEM_CLASSES: 




    Tid    [0x0]
    Frame  [0x00]
    String [STATUS_BREAKPOINT]
    Data Bucketing


BUGCHECK_STR:  STATUS_BREAKPOINT

LAST_CONTROL_TRANSFER:  from 00007ffda74e3ebf to 00007ffdaa245b84

STACK_TEXT:  
000000a0`e74fdf78 00007ffd`a74e3ebf : 00000000`00000046 00007ffd`aa1d9b99 00000000`00000005 00007ffd`aa1cde98 : ntdll!NtWaitForSingleObject+0x14
000000a0`e74fdf80 00007ffd`a9e602a8 : 00000000`ffffffff 00007ffd`a9e8d662 000000a0`00000000 00000000`0000031c : KERNELBASE!WaitForSingleObjectEx+0x8f
000000a0`e74fe020 00007ffd`a9e5fc90 : 00000000`00000000 00000000`000e58ae 00000000`00000000 00000000`00000318 : sechost!ScSendResponseReceiveControls+0x138
000000a0`e74fe160 00007ffd`a9e5ec24 : 000000a0`e74fe2b8 00000000`00000000 00000000`000004d3 000001f2`00000001 : sechost!ScDispatcherLoop+0x138
000000a0`e74fe270 00007ffd`910396e7 : 00007ffd`91015e58 000001f2`dc5808a0 000001f2`dc4f71a0 00000000`00000000 : sechost!StartServiceCtrlDispatcherW+0x54
000000a0`e74fe2b0 00007ffd`9103c566 : 000001f2`dc580690 000001f2`dc4f71a0 000001f2`dd22d0c0 00000000`00000000 : System_ServiceProcess_ni+0x296e7
000000a0`e74fe360 00007ffd`3618d7db : 000001f2`dd22ce10 000001f2`dd22cc40 000001f2`dd22cc40 00007ffd`91047f70 : System_ServiceProcess_ni+0x2c566
000000a0`e74fe3d0 00007ffd`95796d93 : 000001f2`dd224de8 000001f2`dc555a60 00007ffd`957ae4a0 000000a0`e74fe7a0 : 0x00007ffd`3618d7db
000000a0`e74fe470 00007ffd`95796c48 : 00000000`00000004 00007ffd`957ef113 00000004`00000000 000001f2`dc4fb240 : clr!CallDescrWorkerInternal+0x83
000000a0`e74fe4b0 00007ffd`957ef606 : 000001f2`dd224de8 00000000`00000000 000000a0`e74fe698 00000000`00000000 : clr!CallDescrWorkerWithHandler+0x4e
000000a0`e74fe4f0 00007ffd`957efabf : 00000000`00000000 000000a0`e74fe5f0 00000000`00000000 000000a0`e74fe720 : clr!CallDescrWorkerReflectionWrapper+0x1a
000000a0`e74fe540 00007ffd`91c34564 : 000000a0`e74ff110 00000000`00000000 000001f2`dd224de8 00007ffd`91c9a000 : clr!RuntimeMethodHandle::InvokeMethod+0x45f
000000a0`e74feb50 00007ffd`91c1f4ee : 00000000`00000000 000001f2`dd222e30 000001f2`dd1b9ed8 00007ffd`957948b5 : mscorlib_ni+0x514564
000000a0`e74febc0 00007ffd`3618c95b : 000000a0`e74feb18 000001f2`dd226630 000001f2`dd222e30 000001f2`dd1b9ed8 : mscorlib_ni+0x4ff4ee
000000a0`e74fec40 00007ffd`3618c49a : 000001f2`dd222e30 000001f2`dd1b9ed8 000001f2`dd224de8 000001f2`dd226630 : 0x00007ffd`3618c95b
000000a0`e74fec90 00007ffd`3618c1d6 : 000000a0`e74fedf0 000001f2`dd1758a0 000000a0`e74fed30 00000000`00008000 : 0x00007ffd`3618c49a
000000a0`e74fed00 00007ffd`3618c134 : 000000a0`e74fedd8 000000a0`e74fedf0 000000a0`e74fe2f0 00000000`00008000 : 0x00007ffd`3618c1d6
000000a0`e74fedb0 00007ffd`3618bfb7 : 000001f2`dd222e30 000001f2`dd1b83a0 000000a0`e74fe2f0 00000000`00008000 : 0x00007ffd`3618c134
000000a0`e74fee40 00007ffd`3618bf16 : 000000a0`e74fef68 000001f2`dd1758a0 000000a0`e74fe2f0 00000000`00008000 : 0x00007ffd`3618bfb7
000000a0`e74fee80 00007ffd`3618be6f : 000000a0`e74fef50 000000a0`e74fef68 00000000`00000008 000001f2`dd226328 : 0x00007ffd`3618bf16
000000a0`e74fef30 00007ffd`3618bdd3 : 000001f2`dd222e48 00000000`00000000 00000000`00000008 000001f2`dd226328 : 0x00007ffd`3618be6f
000000a0`e74fefb0 00007ffd`36181b3b : 000001f2`dd222ea8 00000000`00000000 00000000`00000008 000001f2`dd226328 : 0x00007ffd`3618bdd3
000000a0`e74fefe0 00007ffd`361812e3 : 00007ffd`36069180 000001f2`dd178c68 000000a0`e74febd8 000000a0`e74feb74 : 0x00007ffd`36181b3b
000000a0`e74ff040 00007ffd`95796d93 : 000001f2`dd173148 00007ffd`36064120 00000000`00000000 00007ffd`00000000 : 0x00007ffd`361812e3
000000a0`e74ff070 00007ffd`95796c48 : 00000000`00000000 00007ffd`958e47a2 000000a0`e74ff358 00000000`00000000 : clr!CallDescrWorkerInternal+0x83
000000a0`e74ff0b0 00007ffd`9579753d : 00000000`00000001 000000a0`e74ff218 000000a0`e74ff2a0 000000a0`e74ff358 : clr!CallDescrWorkerWithHandler+0x4e
000000a0`e74ff0f0 00007ffd`957fee43 : 000000a0`e74ff1a0 00000000`00000000 00000000`00000000 00000000`00000003 : clr!MethodDescCallSite::CallTargetWorker+0xf8
000000a0`e74ff1f0 00007ffd`957ff026 : 00000000`00000003 00000000`00000000 000001f2`00000000 000001f2`dd172d48 : clr!RunMain+0x1ee
000000a0`e74ff3d0 00007ffd`957fef1b : 00007ffd`958fe040 000001f2`dc4e95e0 00007ffd`958fe040 000001f2`dc4e95e0 : clr!Assembly::ExecuteMainMethod+0xb6
000000a0`e74ff6c0 00007ffd`957fed14 : 00000000`00000000 000001f2`dc3f0000 00000000`00000000 00000000`00000000 : clr!SystemDomain::ExecuteMainMethod+0x57c
000000a0`e74ffcd0 00007ffd`957fec92 : 000001f2`dc3f0000 00007ffd`957ff0b0 00000000`00000000 00000000`00000000 : clr!ExecuteEXE+0x3f
000000a0`e74ffd40 00007ffd`957ff0c4 : ffffffff`ffffffff 00007ffd`957ff0b0 00000000`00000000 00000000`00000000 : clr!_CorExeMainInternal+0xb2
000000a0`e74ffdd0 00007ffd`98517a6d : 00000000`00000000 00007ffd`00000091 00000000`00000000 000000a0`e74ffda8 : clr!CorExeMain+0x14
000000a0`e74ffe10 00007ffd`985b10ab : 00007ffd`98510000 00007ffd`957ff0b0 00000000`00000000 00000000`00000000 : mscoreei!CorExeMain+0x112
000000a0`e74ffe70 00007ffd`a7b28364 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : mscoree!CorExeMain_Exported+0xb
000000a0`e74ffea0 00007ffd`aa20e851 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0x14
000000a0`e74ffed0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x21


STACK_COMMAND:  ~0s; .ecxr ; kb

THREAD_SHA1_HASH_MOD_FUNC:  ea415922cb69069834cd7f4d635a252074374fba

THREAD_SHA1_HASH_MOD_FUNC_OFFSET:  d29693c449922518c928ed32ec35eaa696cecd8a

THREAD_SHA1_HASH_MOD:  bef75605133fc59511bbfb94f458bd21dec04e06

FOLLOWUP_IP: 
sechost!ScSendResponseReceiveControls+138
00007ffd`a9e602a8 85c0            test    eax,eax

FAULT_INSTR_CODE:  850fc085

SYMBOL_STACK_INDEX:  2

SYMBOL_NAME:  sechost!ScSendResponseReceiveControls+138

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: sechost

IMAGE_NAME:  sechost.dll

DEBUG_FLR_IMAGE_TIMESTAMP:  5b8854f2

BUCKET_ID:  STATUS_BREAKPOINT_sechost!ScSendResponseReceiveControls+138

PRIMARY_PROBLEM_CLASS:  STATUS_BREAKPOINT_sechost!ScSendResponseReceiveControls+138

FAILURE_EXCEPTION_CODE:  80000003

FAILURE_IMAGE_NAME:  sechost.dll

BUCKET_ID_IMAGE_STR:  sechost.dll

FAILURE_MODULE_NAME:  sechost

BUCKET_ID_MODULE_STR:  sechost

FAILURE_FUNCTION_NAME:  ScSendResponseReceiveControls

BUCKET_ID_FUNCTION_STR:  ScSendResponseReceiveControls

BUCKET_ID_OFFSET:  138

BUCKET_ID_MODTIMEDATESTAMP:  5b8854f2

BUCKET_ID_MODCHECKSUM:  5dd8b

BUCKET_ID_MODVER_STR:  10.0.14393.2515

BUCKET_ID_PREFIX_STR:  STATUS_BREAKPOINT_

FAILURE_PROBLEM_CLASS:  STATUS_BREAKPOINT

FAILURE_SYMBOL_NAME:  sechost.dll!ScSendResponseReceiveControls

FAILURE_BUCKET_ID:  STATUS_BREAKPOINT_80000003_sechost.dll!ScSendResponseReceiveControls

WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/SvcGuest.exe/1.0.3.0/80245fcc/unknown/0.0.0.0/bbbbbbb4/80000003/00000000.htm?Retriage=1

TARGET_TIME:  2019-02-10T05:18:18.000Z

OSBUILD:  14393

OSSERVICEPACK:  2608

SERVICEPACK_NUMBER: 0

OS_REVISION: 0

OSPLATFORM_TYPE:  x64

OSNAME:  Windows 10

OSEDITION:  Windows 10 Server TerminalServer DataCenter SingleUserTS

USER_LCID:  0

OSBUILD_TIMESTAMP:  2018-10-25 03:21:59

BUILDDATESTAMP_STR:  181024-1742

BUILDLAB_STR:  rs1_release

BUILDOSVER_STR:  10.0.14393.2608

ANALYSIS_SESSION_ELAPSED_TIME: 1d27f

ANALYSIS_SOURCE:  UM

FAILURE_ID_HASH_STRING:  um:status_breakpoint_80000003_sechost.dll!scsendresponsereceivecontrols

FAILURE_ID_HASH:  {bb63494f-e1c6-d49e-12fa-866691bbfd47}

Followup:     MachineOwner
---------

@Jamesits
Copy link
Owner Author

0:000> !CLRStack -a
OS Thread Id: 0x62a8 (0)
        Child SP               IP Call Site
000000a0e74fe2d8 00007ffdaa245b84 [InlinedCallFrame: 000000a0e74fe2d8] System.ServiceProcess.NativeMethods.StartServiceCtrlDispatcher(IntPtr)
000000a0e74fe2d8 00007ffd910396e7 [InlinedCallFrame: 000000a0e74fe2d8] System.ServiceProcess.NativeMethods.StartServiceCtrlDispatcher(IntPtr)
000000a0e74fe2b0 00007ffd910396e7 DomainBoundILStubClass.IL_STUB_PInvoke(IntPtr)
    PARAMETERS:
        <no data>

000000a0e74fe360 00007ffd9103c566 System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase[])
    PARAMETERS:
        services (<CLR reg>) = 0x000001f2dd184ea0
    LOCALS:
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>

000000a0e74fe3d0 00007ffd3618d7db SvcGuest.Program.OnExecute()
    PARAMETERS:
        this = <no data>
    LOCALS:
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>

000000a0e74fe698 00007ffd95796d93 [DebuggerU2MCatchHandlerFrame: 000000a0e74fe698] 
000000a0e74fe9d8 00007ffd95796d93 [HelperMethodFrame_PROTECTOBJ: 000000a0e74fe9d8] System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
000000a0e74feb50 00007ffd91c34564 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[]) [f:\dd\ndp\clr\src\BCL\system\reflection\methodinfo.cs @ 767]
    PARAMETERS:
        this = <no data>
        obj = <no data>
        parameters = <no data>
        arguments = <no data>
    LOCALS:
        <no data>
        <no data>

000000a0e74febc0 00007ffd91c1f4ee System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo) [f:\dd\ndp\clr\src\BCL\system\reflection\methodinfo.cs @ 735]
    PARAMETERS:
        this = <no data>
        obj = <no data>
        invokeAttr = <no data>
        binder = <no data>
        parameters = <no data>
        culture = <no data>
    LOCALS:
        <no data>
        <no data>
        <no data>
        <no data>

000000a0e74fec40 00007ffd3618c95b McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.Invoke(System.Reflection.MethodInfo, System.Object, System.Object[])
    PARAMETERS:
        this = <no data>
        method (<CLR reg>) = 0x000001f2dd17b340
        instance = <no data>
        arguments = <no data>
    LOCALS:
        <no data>

000000a0e74fec90 00007ffd3618c49a McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention+d__1.MoveNext()
    PARAMETERS:
        this (0x000000a0e74fed00) = 0x000000a0e74fedf0
    LOCALS:
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>

000000a0e74fed00 00007ffd3618c1d6 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Int32, mscorlib]].Start[[McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention+d__1, McMaster.Extensions.CommandLineUtils]](d__1 ByRef) [f:\dd\ndp\clr\src\BCL\system\runtime\compilerservices\AsyncMethodBuilder.cs @ 477]
    PARAMETERS:
        this = <no data>
        stateMachine = <no data>
    LOCALS:
        <no data>

000000a0e74fedb0 00007ffd3618c134 McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention.OnExecute(McMaster.Extensions.CommandLineUtils.Conventions.ConventionContext)
    PARAMETERS:
        this = <no data>
        context = <no data>
    LOCALS:
        <no data>
        <no data>

000000a0e74fee40 00007ffd3618bfb7 McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention+c__DisplayClass0_0+b__0>d.MoveNext()
    PARAMETERS:
        this (0x000000a0e74fee80) = 0x000000a0e74fef68
    LOCALS:
        <no data>
        <no data>
        <no data>
        <no data>
        <no data>

000000a0e74fee80 00007ffd3618bf16 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[[System.Int32, mscorlib]].Start[[McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention+c__DisplayClass0_0+b__0>d, McMaster.Extensions.CommandLineUtils]](b__0>d ByRef) [f:\dd\ndp\clr\src\BCL\system\runtime\compilerservices\AsyncMethodBuilder.cs @ 477]
    PARAMETERS:
        this = <no data>
        stateMachine = <no data>
    LOCALS:
        <no data>

000000a0e74fef30 00007ffd3618be6f McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention+c__DisplayClass0_0.b__0()
    PARAMETERS:
        this = <no data>
    LOCALS:
        <no data>
        <no data>

000000a0e74fefb0 00007ffd3618bdd3 McMaster.Extensions.CommandLineUtils.CommandLineApplication+c__DisplayClass126_0.b__0()
    PARAMETERS:
        this = <no data>
    LOCALS:
        <no data>

000000a0e74fefe0 00007ffd36181b3b McMaster.Extensions.CommandLineUtils.CommandLineApplication.Execute[[System.__Canon, mscorlib]](McMaster.Extensions.CommandLineUtils.Abstractions.CommandLineContext)
    PARAMETERS:
        context (0x000000a0e74ff048) = 0x000001f2dd178c68
    LOCALS:
        0x000000a0e74ff008 = 0x000001f2dd179520
        0x000000a0e74ff014 = 0x0000000000000000
        <no data>

000000a0e74ff040 00007ffd361812e3 SvcGuest.Program.Main(System.String[])
    PARAMETERS:
        args = <no data>

000000a0e74ff2a0 00007ffd95796d93 [GCFrame: 000000a0e74ff2a0] 

@Jamesits
Copy link
Owner Author

0:000> !dso
OS Thread Id: 0x62a8 (0)
RSP/REG          Object           Name
000000A0E74FE320 000001f2dd184ea0 System.ServiceProcess.ServiceBase[]
000000A0E74FE398 000001f2dd22cc40 SvcGuest.ServiceInterface.Service
000000A0E74FE3A0 000001f2dd171588 System.AppDomain
000000A0E74FE3D8 000001f2dd22cc40 SvcGuest.ServiceInterface.Service
000000A0E74FE3E0 000001f2dd22cc40 SvcGuest.ServiceInterface.Service
000000A0E74FE5F8 000001f2dd182020 SvcGuest.Program
000000A0E74FE608 000001f2dd1823a8 System.Signature
000000A0E74FE910 000001f2dd1b9ed8 Microsoft.Win32.SafeHandles.SafeLocalAllocHandle
000000A0E74FEB30 000001f2dd17b340 System.Reflection.RuntimeMethodInfo
000000A0E74FEB38 000001f2dd182020 SvcGuest.Program
000000A0E74FEB80 000001f2dd1b9ed8 Microsoft.Win32.SafeHandles.SafeLocalAllocHandle
000000A0E74FEB98 000001f2dd17b340 System.Reflection.RuntimeMethodInfo
000000A0E74FEBA0 000001f2dd182020 SvcGuest.Program
000000A0E74FEBA8 000001f2dd182428 System.Object[]    (System.Object[])
000000A0E74FEBD0 000001f2dd1b9ed8 Microsoft.Win32.SafeHandles.SafeLocalAllocHandle
000000A0E74FEBF0 000001f2dd1b9ed8 Microsoft.Win32.SafeHandles.SafeLocalAllocHandle
000000A0E74FEC08 000001f2dd17b340 System.Reflection.RuntimeMethodInfo
000000A0E74FEC18 000001f2dd17b340 System.Reflection.RuntimeMethodInfo
000000A0E74FEC28 000001f2dd182020 SvcGuest.Program
000000A0E74FEC58 000001f2dd1b9ed8 Microsoft.Win32.SafeHandles.SafeLocalAllocHandle
000000A0E74FEC78 000001f2dd180c80 McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention
000000A0E74FEC80 000001f2dd182428 System.Object[]    (System.Object[])
000000A0E74FEC98 000001f2dd1b9ed8 Microsoft.Win32.SafeHandles.SafeLocalAllocHandle
000000A0E74FED40 000001f2dd174c00 System.Threading.Thread
000000A0E74FEDF0 000001f2dd17a650 McMaster.Extensions.CommandLineUtils.Conventions.ConventionContext
000000A0E74FEDF8 000001f2dd180c80 McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention
000000A0E74FEE48 000001f2dd1b83a0 System.__ComObject
000000A0E74FEEC0 000001f2dd174c00 System.Threading.Thread
000000A0E74FEF10 000001f2dd222e48 System.Management.ManagementPath
000000A0E74FEF68 000001f2dd180c98 McMaster.Extensions.CommandLineUtils.Conventions.ExecuteMethodConvention+<>c__DisplayClass0_0
000000A0E74FEF98 000001f2dd1b8478 System.Collections.Hashtable
000000A0E74FEFB0 000001f2dd222e48 System.Management.ManagementPath
000000A0E74FEFD0 000001f2dd1b8478 System.Collections.Hashtable
000000A0E74FF008 000001f2dd179520 McMaster.Extensions.CommandLineUtils.CommandLineApplication`1[[SvcGuest.Program, SvcGuest]]
000000A0E74FF048 000001f2dd178c68 McMaster.Extensions.CommandLineUtils.Internal.DefaultCommandLineContext
000000A0E74FF070 000001f2dd173148 System.String    -Infinity
000000A0E74FF158 000001f2dd173148 System.String    -Infinity
000000A0E74FF218 000001f2dd173148 System.String    -Infinity
000000A0E74FF3E8 000001f2dd172d48 System.String[]
000000A0E74FF958 000001f2dd171440 System.SharedStatics

@Jamesits
Copy link
Owner Author

Note: Under Windows 10 2004 (20H1), if VBS is enabled, WMI performance is going to be very bad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant