Skip to content
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

error: terminated by signal SIGSEGV #2

Closed
Brixy opened this issue Dec 20, 2024 · 5 comments
Closed

error: terminated by signal SIGSEGV #2

Brixy opened this issue Dec 20, 2024 · 5 comments

Comments

@Brixy
Copy link

Brixy commented Dec 20, 2024

Hi guys,

The helix editor supports vento.

I just noticed the following problem, which is caused by tree-sitter-vento as far as I can tell:

echo {{ site.url }} > test.vto
hx test.vto

Error message:

Job 1, 'hx test.vto' terminated by signal SIGSEGV (Address boundary error)

Yet, everything works correctly without a dot within in braces:

echo {{ siteurl }} > test.vto
hx test.vto

Thank you!

@Brixy
Copy link
Author

Brixy commented Dec 21, 2024

Sorry, I didn't mention that I compiled helix from source.

The vento language was apparently just recently added to helix.

But if you add these lines to $XDG_CONFIG_HOME/helix/languages.toml, it should be possible to reproduce this issue with helix's stable version.

@oscarotero
Copy link
Collaborator

I'm not familiarized with helix.
Maybe @wrapperup can help with this.

@wrapperup
Copy link
Collaborator

wrapperup commented Dec 30, 2024

Sorry for the wait, got busy over the holidays! This one was pretty nightmarish to track down, but it will be fixed in the next version. Thank you for your patience! Looks like the tests are broken too...

@wrapperup
Copy link
Collaborator

wrapperup commented Dec 30, 2024

Changes are available, though the language file for Helix is still locked to the broken version. You may need to manually update the languages.toml file to the latest revision until then.

I've gone ahead and opened a PR to bump the version helix-editor/helix#12368, and for any Neovim users the nvim-treesitter lockfile is automatically bumped by a bot, I will close the issue once those two are resolved.

@Brixy
Copy link
Author

Brixy commented Dec 30, 2024

Thank you very much for your work on this issue. I really appreciate it.

Everything works perfectly now. And I'm glad to see that your PR has been merged.

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants