New Issue: Copy-initialization and spawn subprocess updates

16570, “ben-albrecht”, “Copy-initialization and spawn subprocess updates”, “2020-10-08T15:15:48Z”

Jotting down a quick note about an issue encountered recently when discussing some code with @mppf:

Functions like wait or poll update record fields in record subprocess, but if you copy-initialized your record subprocess, they won’t be updated in all of the copies.

This can probably lead to errors.