-
Notifications
You must be signed in to change notification settings - Fork 2
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
using mclapply within rcolgem locking up Kamphir #29
Comments
Maybe this has something to do with default limits on number of processes in OS-X? |
Still encountering problems in OS-X despite resolving the process ID usage issue. |
The command that's locking up the program is
|
This crashes on my machine. I get this error.
The second two lines repeat about 30 times, and then I get a segfault message from Python. |
Interesting, I haven't encountered this one. It looks like a 'dill' related issue. On May 5, 2015, at 9:48 AM, Rosemary McCloskey [email protected] wrote:
|
Maybe it has something to do with user permissions on loading R libraries? http://stackoverflow.com/questions/24583793/error-reading-from-connection-on-loading-package-on-unix On May 5, 2015, at 9:50 AM, Art Poon [email protected] wrote:
|
Reinstalling |
Did you install a different version of |
Um, I think it was a shared library problem due to different versions of python (possibly also of R) installed on my machine. I installed dill with pip and reinstalled R from source using the |
Well, you need to compile R with |
It is now, or anyway it will be once I make a pull request. |
This problem seems to be specific to OS-X. I haven't reproduced it on a Linux cluster. Monitoring PIDs, I can see that the Python threads are constant throughout the run, but new threads are constantly being spawned by rcolgem. Eventually this locks up the run.
The text was updated successfully, but these errors were encountered: