-
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
RGUI/Rstudio crash (r seesion aborted) when build package importing data.table #2413
Comments
It always seems to be MacOS will all the problems! No problems on Windows or Linux. If you are installing data.table from source then you must very precisely follow the instructions. That said, we haven't seen any crashes like yours, just errors when compiling from source on MacOS. Try installing the MacOS binary from CRAN, don't compile from source yourself. See Try in R in a Terminal rather than from RStudio. Does the problem still occur? Maybe apply the Windows advice to MacOS too. 1.10.4-2 is now on CRAN. Might as well try that. Although, Mac binaries are in progress and will take a few days to reach all mirrors. Clear out and purge data.table and reboot before reinstalling. To make sure you have a full and clean reinstall of the package. We've seen problems before where MacOS is still using the old .so with the new R level calls, after an upgrade. I don't see why |
See also every comment here : #2409 I'll close for now as either it isn't a data.table issue, or 1.10.4-2 fixes it. Please reopen if none of the suggestions or the links help. |
@mattdowle Thank you. I can install data.table package following the openMP instruction. The problem remains. I'll try the llvm vs gcc configs, or wait for the 1.10.4-2 binary in a few days. |
@mattdowle I also tried the testing function test.data.table() and these are the error messages I got, not sure if they help.
|
Firstly this issue came up whenever I clicked "Install and Restart" botton from Rstudio during package development. I tested in RGUI, and on a different Macbook, it still exists. Even if I tried to roll back to the version of my code to a previous version that has passed Bioconductor-devel automatic tests (on Mac, windows and Linux machines), it still crashes when I tried to build the code.
In RGUI, more information is available before crash.
After comparing sessionInfo I narrow down potential cause for this issue to package data.table. I came up with the same issue even when installing devtools when data.table is loaded in current session. This happened and can be repeated on both of my Mac machines.
Any suggestion is appreciated!
The text was updated successfully, but these errors were encountered: