Skip to content
Prev 322 / 2152 Next

multicore mclapply hangs when 'debug' loaded

Dirk Eddelbuettel skrev:
I discovered that it occurs when I have loaded the 'debug' package at
the same time as the 'multicore' package.
However, I use a version of the 'debug' package that hasn't been
released yet.
Still though, it also some times happen when I don't have 'debug' loaded
(I just realized because of the sessionInfo included below).
But at the moment I have to load the 'debug' package to make the bug
appear (just loading mvbutils does not cause the effect).
Start R --vanilla:
library(debug)
library(multicore)
example(mclapply)
I mention it because the debug package stopped working because of
non-backwards-compatible changes.