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

Yacas syntax mistake with Nth causes R to segfault #71

Open
wdkrnls opened this issue Sep 3, 2024 · 0 comments
Open

Yacas syntax mistake with Nth causes R to segfault #71

wdkrnls opened this issue Sep 3, 2024 · 0 comments

Comments

@wdkrnls
Copy link

wdkrnls commented Sep 3, 2024

This happened when I was playing with Nth in yac_cli(). Whoops! I realized afterwards I needed, e.g., Nth({1, 2, 3}, 2).

> Nth({1, 2, 3})

 *** caught segfault ***
address (nil), cause 'memory not mapped'

Traceback:
 1: yac_core(x)
 2: yac_str.default(x)
 3: yac_str(x)
 4: yac_cli()

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
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

1 participant