HLS loops - out of memory? (Assertion
`freesize < size' failed.
)
#1638
Labels
build tool: stack
performance
Issues about memory consumption, responsiveness, etc.
status: needs info
Not actionable, because there's missing information
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
hls version
tauren :: git/benchmark/vray-benchmark-service ‹BENCH-1100_poc*› » haskell-language-server-wrapper --version haskell-language-server version: 1.0.0.0 (GHC: 8.10.4) (PATH: /home/googleson78/.ghcup/bin/haskell-language-server-wrapper-1.0.0) (GIT hash: 4cd1cf934638881e52b3eba9f70157a4b799c0e9)
Your environment
Describe your project (alternative: link to the project): Private project, can't give link unfortunately
Has 5 components:
generate-data
generate-docs
vray-benchmark-service
benchmark-tests
Contents of
hie.yaml
:Steps to reproduce
The file I'm trying to typecheck does not compile - it has a kind mismatch in it.
ScoreType
actually has a type parameter, but In this type family signature it has not been added yet. GHC properly reports this error, and HLS does too (when called directly via a shell), but after failing it just endlessly attempts to recompile again.Include debug information
Here's a log of letting hls run until it arbitrarily crashes with an error to stderr (stack overflow error?).
I'm including all of the stdout, the stderr, and the output of
-d
, as the stack overflow error seems to not be present in the-d
output.looping.log (
-d
output)loopingstdout.log
loopingstderr.log
The text was updated successfully, but these errors were encountered: