NullReferenceException in GetPlaceholderInformationAsyncHandler
See original GitHub issueVersion 1.0.19060.1 logged a NullReferenceException
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at GVFS.Common.Tracing.JsonTracer.MarkAndLogListenerFailure(EventListener failedListener, String errorMessage)
at GVFS.Common.Tracing.JsonTracer.WriteEvent(String eventName, EventLevel level, Keywords keywords, EventMetadata metadata, EventOpcode opcode)
at GVFS.Common.Tracing.JsonTracer.RelatedEvent(EventLevel level, String eventName, EventMetadata metadata, Keywords keyword)
at GVFS.Common.Tracing.JsonTracer.RelatedError(EventMetadata metadata, String message, Keywords keywords)
at GVFS.Platform.Windows.WindowsFileSystemVirtualizer.GetPlaceholderInformationAsyncHandler(CancellationToken cancellationToken, BlobSizesConnection blobSizesConnection, Int32 commandId, String virtualPath, UInt32 desiredAccess, UInt32 shareMode, UInt32 createDisposition, UInt32 createOptions, UInt32 triggeringProcessId, String triggeringProcessImageFileName) in E:\A\_work\586\s\GVFS\GVFS.Platform.Windows\WindowsFileSystemVirtualizer.cs:line 803
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
c# - How to find out what exactly is causing a ...
NullReferenceException is thrown when you try to access an object member when the object itself is null. Is the doc variable set to...
Read more >System.NullReferenceException in Datagrid.Items (export ...
It means the code tries to access members of a type but the type was never created. It's null. Or really, referencing the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jrbriggs @mjcheetham I will create a follow up issue for the thread other thread safety issues raised by @mjcheetham and prepare a fix for 147 for the original
MarkAndLogListenerFailure
issue mentioned in this work item.Fixed in #901 and #907