HLS gets stuck if session setup fails for any reason #4340
Labels
status: needs triage
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
When the session set up fails, then the HLS thread crashes and will not be restarted.
I added a
catch
to the session setup, logging the error. After the error is thrown, HLS appears to be completely stuck.Example trace:
The error itself is a manifestation of commercialhaskell/stack#5380, not relevant to this issue, though.
However, we should catch such errors and handle them gracefully.
The text was updated successfully, but these errors were encountered: