-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QQ core dump #1639
Comments
Worth mentioning that running ghcide [a.pv@he 08:51:02 vlan-service] ghcide --version
ghcide version: 0.6.0.2 (GHC: 8.10) (PATH: /home/a.pv/.local/bin/ghcide) (GIT hash: 3ef4ef99c4b9cde867d29180c32586947df64b9e) it completes the analysis with no core dump |
As a quick workaround, you can disable some plugins using config explained here. |
What is your os (we should ask for it in the template 🤔 )? |
Both arch and centos 7 fail, centos 7 with segfault |
I compiled the project haskell-language-server version: 1.0.0.0 (GHC: 8.10.4) (PATH: /home/a.pv/.local/bin/haskell-language-server) (GIT hash: c5f5d20fa8635acf40e17f609af2a30c362c933c) the issue is not there anymore |
nice, thanks for trying and confirm it, I would close this one as duplicated after updatingbthe original one, if you don't mind |
yes, thanks for support |
Your environment
Output of
haskell-language-server --probe-tools
orhaskell-language-server-wrapper --probe-tools
:Which lsp-client do you use:
VSCodeDescribe your project (alternative: link to the project):
Contents of
hie.yaml
:Steps to reproduce
git clone https://gitlab.com/devs.global.de/hls-qq-bug.git cd hls-qq-bug haskell-language-server-8.10.4
Expected behaviour
No errors
Actual behaviour
2021-03-30 13:34:04.881348936 [ThreadId 225] INFO hls: finish: GenerateCore (took 0.00s)
haskell-language-server-8.10.4: allocatestack.c:384: advise_stack_range: Assertion `freesize < size' failed.
zsh: abort (core dumped) haskell-language-server-8.10.4
Include debug information
Execute in the root of your project the command
haskell-language-server --debug .
and paste the logs here:Debug output:
Paste the logs from the lsp-client, e.g. for VS Code
LSP logs:
The text was updated successfully, but these errors were encountered: