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

Segfault when testing call #11

Closed
brodieG opened this issue Oct 31, 2015 · 0 comments
Closed

Segfault when testing call #11

brodieG opened this issue Oct 31, 2015 · 0 comments

Comments

@brodieG
Copy link
Owner

brodieG commented Oct 31, 2015

This could well be an alike issue:

> x <- quote(a + b)
> validate(x, 2 + 3)
Error: object 'a' not found
Error in validate(x, 2 + 3) : 
  Validation expression for argument `current` produced an error (see previous error).
> x <- quote(quote(a + b))
> validate(x, 2 + 3)
Error in validate(x, 2 + 3) : 
  Argument `current` should be type "language" (is "double")
> validate(x, quote(2 + 3))
Error in validate(x, quote(2 + 3)) : 
  Argument `current` should be "symbol" (is "double") for token `2` in: `{2}` + 3
> validate(x, quote(x2 + x3))
Warning: stack imbalance in '.Call', 6 then 4

 *** caught bus error ***
address 0x106c29ff8, cause 'non-existent physical address'

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
Projects
None yet
Development

No branches or pull requests

1 participant