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

Crashes when file path for xmlParse has backslashes #144

Open
rjt2000-Rain opened this issue Jul 12, 2021 · 0 comments
Open

Crashes when file path for xmlParse has backslashes #144

rjt2000-Rain opened this issue Jul 12, 2021 · 0 comments

Comments

@rjt2000-Rain
Copy link

I was trying to run:
engine.Evaluate("file <- xmlParse(\"filepath\\with\\backslashes\")");

and it would crash at line 963 in the REngine.cs file, when trying to parse the line or something.
Replacing the backslashes with forward slashes before the call fixed it, but the error message only gave me a memory address and the thread id, so it took 2 days to diagnose...

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