This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Error in windows 7 x64: hGetBufSome: resource exhausted (Not enough space)
#1385
Open
Description
-
Not sure if it has the same cause than <stdin>: hGetBufSome: resource exhausted (Not enough space), thread blocked indefinitely in an STM transaction #194 (no
thread blocked indefinitely in an STM transaction
) -
Throwed in windows 7 exclusively (not windows 10) with ghc 8.6.5, 8.6.4 and 8.4.4 (the original issue was with 7.8!)
-
executing
hie --lsp
, it is not reproduced withhie --json
-
Relevant links:
-
the workaround seems to be switch to strict bytestring but dont know it it would be possible to apply