chromium / vs-chromium

A Visual Studio extension containing a collection of tools to help contributing code to the Chromium project.
BSD 3-Clause "New" or "Revised" License
310 stars 88 forks source link

VsChromium Index Details window is empty in VS2019 16.5.2 #60

Closed kayru closed 4 years ago

kayru commented 4 years ago

I'm on VsChromium-0.9.31 and using a custom vs-chromium-project.txt with Unreal Engine codebase. Indexing and searching functionality works, but index details window contents shows up empty. No projects, no files, etc.

rpaquay commented 4 years ago

@kayru

Does this still happen?

One thing that could help is to attach the log files to this bug, just to see if there is a meaningful error logged in there. The log files are located in "%LOCALAPPDATA%\VsChromium". Up to 10 files of 2MB files each are use for logging.

VsChromium.log is used for information/warning/error level logging. VsChromium.errors.log is used for warning/error level logging only.

kayru commented 4 years ago

Index details seem to show up with v0.33 pre-release. However after using native find-in-files, the details stop working. Presumably same issue as #61. Potentially some kind of deadlock / soft error affecting the server, making it unresponsive to any further queries.

rpaquay commented 4 years ago

Ok, I am resolving this as a duplicate of #61, as the index not working is also a result of the error reproduced in #61. Technically, it could be something else, but we don't have another reproducible case for this bug other than running into #61.