California-Planet-Search / rvsearch

RV Planet Search Pipeline Based on RadVel
http://california-planet-search.github.io/rvsearch/
MIT License
10 stars 5 forks source link

Multiprocessing issue #177

Closed zhexingli closed 4 years ago

zhexingli commented 4 years ago

Haven't digged deep into this but a quick online search suggests that there seems to be a multiprocessing related issue. I don't know why I didn't get this before but I got this today.

The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY_YOU_MUST_EXEC() to debug.

And this error message kept appearing and printed and the program seemed to be halted since then.

leerosenthalj commented 4 years ago

This might also be an installation issue, I've never seen this one.