Skip to content

mclapply THE_PROCESS_HAS_FORKED error

5 messages · Florian Oswald, Steve Lianoglou, Simon Urbanek

#
Hi,

On Thu, Jun 27, 2013 at 11:09 AM, Florian Oswald
<florian.oswald at gmail.com> wrote:
Does this problem only happen when you are running R through R.app? I
mean, if you fire up R from the terminal with `R --vanilla`, then try
your stuff again, do you see it happen?

Other things to look out for: is there plotting code in `myfun`?

-steve

--
Steve Lianoglou
Computational Biologist
Bioinformatics and Computational Biology
Genentech
#
On Jun 27, 2013, at 2:54 PM, Florian Oswald wrote:

            
Don't use the GUI - run R on the console to be safe. What R version is this? In recent versions we try to disable the event loop in forked children, but you may have an older versions or some package that still runs the event loop ...

Cheers,
Simon