Skip to content
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

test fails on malbec1 #10

Open
fedeago opened this issue Dec 18, 2020 · 1 comment
Open

test fails on malbec1 #10

fedeago opened this issue Dec 18, 2020 · 1 comment

Comments

@fedeago
Copy link

fedeago commented Dec 18, 2020

Hi,

the test of my package always fails when runned on bioconductor system malbec1 for some problem related to sharedObject. I am not able to reproduce that on my system.

http://bioconductor.org/checkResults/release/bioc-LATEST/NewWave/malbec1-checksrc.html

Do you have any idea why it happens? it is not a big deal for me, I can disable my test in order to build the package but being the current release of bioconductor I hope it could be useful to you.

Regards
Federico

@Jiefei-Wang
Copy link
Owner

Hi @fedeago,

Thanks for letting me know, this is a known issue with the SharedObject package. The error means the shared data has been deleted. I've tried to locate the problem many times, but it is not reproducible even on malbec1. It looks like a malbec1 testing script specific problem. My guess is that something like a cleanup program in the malbec1 cleans shared memory regularly, so the shared object fails to find its data. While this might be able to be fixed in the future, you can just disable the test on Linux to avoid the error. I have added many safety guards in the package, so R would not crash and the data would not be lost when it really happens. The object is just not exportable...

Best,
Jiefei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants