-
Notifications
You must be signed in to change notification settings - Fork 991
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 comparing a NULL
column
#2303
Comments
No longer causing a seg.fault. |
Trying on Mac with the DT freshly pulled from master (on R 3.4.2):
Interestingly that R process continues to spin in the background, consuming 62% CPU. Not sure what it's doing... |
It fails on line subset.c:317 :
|
OK must be partially an R 3.5 v R 3.4 issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I experience a segfault when running the below code on Windows, Mac, and Linux. While I've used the unexported
data.table:::null.data.table
for the minimal reprex, I first encountered the crash when testing a package which Importsdata.table
.The text was updated successfully, but these errors were encountered: