-
Notifications
You must be signed in to change notification settings - Fork 17
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
R 4.0.2 crashes while computing chemical descriptors #3
Comments
Hi, Small update. It fails on this line in Cheers, Rico |
Hi, See this: https://community.rstudio.com/t/rstudio-is-crashing-after-update-on-ubuntu-20-04-focal/66682 They are working to fix it in a update of Rstudio. Thanks! |
A possible solution found in the link before: “Just thought I'd add a finding on this: I ran into the same problems as others have described. Switching to the NVidia proprietary driver (under additional drivers as suggested by this post on askubuntu ) fixed the issue and RStudio runs just fine now.” Maybe this help |
Hi Paolo, I'am using Rstudio 1.3.1056. Just to be sure I ran the same code in just R and it stops with this error:
If I want to run some other command I get:
Cheers, Rico |
I'll look into this. Thanks. Cheers, Rico |
I have ATI Radeon Pro WX 2100 card. Cheers, Rico |
I've been playing around in The modified function looks like this:
Cheers, Rico |
I looked deeper in
and if you have only 1 descriptor:
Hope this is helpfull. Don't know how to go further. Never worked with rJava stuff. cheers, Rico |
Mmm, I get the exact same error in R (command line), so I bet Rstudio is not part of the problem. If I run
on R version 4.2.3 (2023-03-15) running in Docker with an image generated with
the first The problem persists also with older version, I've attempted to build with |
Hi,
I wanted to try the Retip package, but running your example it made R crash when it wants to compute the chemical descriptors.
In Rstudio I get this output:
It outputs the line
[80786:80786:20200826,091229.024746:ERROR elf_dynamic_array_reader.h:61] tag not found
many many times. I also tried without parallel computing, but same issue. Can you help me with this?My sessioninfo:
I have openjdk-11 installed. I also tried with openjdk-8, but same issue.
Cheers, Rico
The text was updated successfully, but these errors were encountered: