Giter Site home page Giter Site logo

Comments (3)

DavisVaughan avatar DavisVaughan commented on July 29, 2024

This warning happens deep in the stack of globals and even lower into the codetools package. It might be a bug, I'll try and ask over in globals if there is a fix for it.

For my reference, it happens deep in findGlobalsAndPackages() when walking over the code. Specifically there is a call to w$leaf(v, w) with v = ..1. Apparently isDDSym(v) is TRUE, which triggers a call to w$isLocal("...", w) which is FALSE which signals the warning.

isDDSym() seems to explicitly look for that kind of ..1 symbol, so I feel like thats probably right. But maybe w$isLocal("...", w) is doing the wrong thing.

from furrr.

kaji331 avatar kaji331 commented on July 29, 2024

I get similar issue but an error not warning: my code like

require(tibble)
require(furrr)
require(magrittr)
plan("multiprocess",workers=4,gc=T)

enframe(list) %$% future_map2(1:length(name),value,function(x,y) {
require(purrr)
y %>% split(.$cluster) %>% map(~unique(.x$gene))
})

Error: Failed to retrieve the result of MulticoreFuture () from the forked worker (on localhost; PID 12549). Post-mortem diagnostic: No process exists with this PID, i.e. the forked localhost worker is no longer alive.

from furrr.

DavisVaughan avatar DavisVaughan commented on July 29, 2024

I've confirmed that this is the same as HenrikBengtsson/future#402 so I'm closing in favor of that

from furrr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.