Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Command SendManifest couse issue #99

Open
zawiasam opened this issue Jul 18, 2017 · 0 comments
Open

Command SendManifest couse issue #99

zawiasam opened this issue Jul 18, 2017 · 0 comments

Comments

@zawiasam
Copy link

Hi, I can't retrieve EventSource events using SLAB when "source" process is already started and it generates events. SLAB stops collecting any data and shows error like:

ProviderId : 8943bf09-be18-551a-efe5-612ee62ded5e
EventId : 0
Keywords : None
Level : LogAlways
Message :
Opcode : Info
Task : 65534
Version : 0
Payload : [message : ERROR: Exception in Command Processing for EventSource Host-Performance: Object reference not set to an instance of an object.]
EventName : EventSourceMessageInfo
Timestamp : 2017-07-18T05:35:34.5389392Z
ProcessId : 14624
ThreadId : 10552

This problem occurs on Windows Server 2008 R2, Windows 7 but not on Windows 10.
I found that in SLAB this problem disappears when I don't send SendManifest command

semantic-logging\source\Src\SemanticLogging.Etw\Utility\TraceEventUtil.cs:53 // session.EnableProvider(providerId, (TraceEventLevel)level, (ulong)matchAnyKeyword, options); session.EnableProvider(providerId, (TraceEventLevel)level, (ulong)matchAnyKeyword, null);

I can't find what exactly is going on when this command is send and how could I handel it.

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

No branches or pull requests

1 participant