You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've encountered an issue that didn't appear in 1.12.0 with rbindlist but does appear in 1.12.2 and later. Below is a small example that produces the problem on version 1.12.3 on Amazon Linux.
mattdowle
changed the title
rbindlist segfault when a table includes an 'ordered factor'
rbindlist segfault when a table includes an 'ordered factor' with NA in its levels
May 26, 2019
We've encountered an issue that didn't appear in 1.12.0 with rbindlist but does appear in 1.12.2 and later. Below is a small example that produces the problem on version 1.12.3 on Amazon Linux.
*** caught segfault ***
address (nil), cause 'unknown'
Matrix products: default
BLAS: /usr/local/lib64/R/lib/libRblas.so
LAPACK: /usr/local/lib64/R/lib/libRlapack.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] data.table_1.12.3
loaded via a namespace (and not attached):
[1] compiler_3.5.2
The text was updated successfully, but these errors were encountered: