Re: [Rd] Strange error messages from parallel::mcparallel family under 3.6.0

2019-05-07 Thread Tomas Kalibera
Thanks, fixed in R-devel and R-patched. The error happens in the child process when it is already exiting, after it had delivered a result, so this should not cause any trouble in an unpatched version of R (apart from showing that message). It is specific to mccollect(wait=FALSE). Best Tomas

[Rd] Strange error messages from parallel::mcparallel family under 3.6.0

2019-05-03 Thread Pavel Krivitsky
Dear All, Since upgrading to 3.6.0, I've been getting a strange error messages from the child process when using mcparallel/mccollect. Before filing a report in the Bugzilla, I want to figure out whether I had been doing something wrong all this time and R 3.6.0 has exposed it, or whether someth