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

Open
Brixy opened this issue Dec 20, 2024 · 2 comments
Open

error: terminated by signal SIGSEGV #2

Brixy opened this issue Dec 20, 2024 · 2 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.

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

2 participants