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

#define MAX_NUM_DLLS 100 and errror "maximal number of DLLs reached" #246

Open
tobigithub opened this issue Oct 10, 2015 · 3 comments
Open

Comments

@tobigithub
Copy link

Hi,
the good old DLL hell is haunting down R PRO, is it possible to increase that MAX_NUM_DLL limit in R-src/src/main/Rdynload.c. I think that comes from an era 10-15 years ago. Probably the cache space (70 bytes) needs to be increased too in CACHE_DLL_SYM.

I am getting constantly getting errors such as "maximal number of DLLs reached". I am not the only one, a quick search for maximal number of DLLs reached reveals

Error in inDL(x, as.logical(local), as.logical(now), ...) : 
  unable to load shared object 'abcxyz.dll':
  `maximal number of DLLs reached...

Cheers
Tobias

@j-martens
Copy link
Contributor

Thanks for your report. What is your RRO version and what OS are you on?

@tobigithub
Copy link
Author

Hi,
PRO 3.2.1 and PRO 3.2.2 and WIN7x64.
Thank you
Tobias

@j-martens
Copy link
Contributor

Thank you for your suggestion. We are investigating the idea for a future release.

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