Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsegfault 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. |
I experience a segfault when running the below code on Windows, Mac, and Linux. While I've used the unexported
data.table:::null.data.tablefor the minimal reprex, I first encountered the crash when testing a package which Importsdata.table.