x/tools/gopls: specific sequence hangs if -logfile not passed #45377
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
The following sequence, run with
govim
, succeeds if a-logfile
flag is passed togopls
:govim
cue.Value.Fill
cue.Value.Fill
The logfile is as follows: good.log
However, that same sequence appears to hang
gopls
if the-logfile
flag is not passed.What did you expect to see?
gopls
behaving the same (modulo logging) in both cases.What did you see instead?
An apparently "stuck"
gopls
instance.cc @stamblerre
FYI @leitzler
The text was updated successfully, but these errors were encountered: