-
Notifications
You must be signed in to change notification settings - Fork 985
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
fcase() may trigger segfaults in certain cases #4378
Comments
Working fine for me on Mac / 3.6. Could you share more about the crash? Is it a segfault? Out of memory?
|
The rsession just crashes without showing any message. Using the event viewer from windows 10, it generates this log:
|
I can reproduce this on Windows R3.5.3.
On R3.6.2 it crashes as well but needs to run it without RStudio (in RStudio you have to run it repeatedly for 2-3 times before it crashes). |
Also works for me on |
Unless there will be a report of this issue on windows R > 3.5.3 I think it is safe close. |
I can reproduce in R 3.6.2 on W10. It crashes R every time (not using Rstudio). In Rstudio sometimes I have to run the code 2 or 3 times before it crashes. But it always crashes eventually. |
this build of https://ci.appveyor.com/project/Rdatatable/data-table/builds/32166226 |
@ChristK You are right. It crashes in R3.6.2 on Windows. I didn't see it because I run it in RStudio. In the terminal, the R session just quits (assumes crashed). |
Crashed on first run in Rstudio, R 4.0.0, W10 |
According to my test, it should have been fixed by #4401. However, additional verifications are welcome (install the PR via |
It worked like a charm |
Thanks for the response but we need to reopen it as it should be closed after the PR gets merged to the master branch. |
@fredguinog , you can use |
Thanks for the example and details. Turns out it was fixed by #4629 before |
I'm using data.table 1.12.9, the most recent development version
Minimal reproducible example
Output of sessionInfo()
The text was updated successfully, but these errors were encountered: