With v1.10.5 installed from source, newly seeing a segfault during standard grpby/assign operations on massive datatables
address 0x7fc8862fa354, cause 'memory not mapped'
Traceback:
1: fsort(as.numeric(irows))
2: `[.data.table`(dt, query %in% c("1", "2"), `:=`(position = as.numeric(1:.N)), by = grpvar)
3: dt[query %in% c("1", "2"), `:=`(position = as.numeric(1:.N)), by = grpvar]
An irrecoverable exception occurred. R is aborting now ...```
With v1.10.5 installed from source, newly seeing a segfault during standard grpby/assign operations on massive datatables