You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimize calling `.data._shmarray.attach_shm_array()` as much as is
possible to avoid the crash from #332. This is the suggested hack from
issue #359.
Resolves#359
Minimize calling `.data._shmarray.attach_shm_array()` as much as is
possible to avoid the crash from #332. This is the suggested hack from
issue #359.
Resolves#359
The main error is:
The source issue for this #332 but this will likely be the right workaround for that until someone can hack that issue directly in the stdlib.
the main issue is that when the underlying fsp function is run it will re-attach to any dependee shms declared in the
@fsp
decorator wherein the underlyingFsp.get_shm()
recallsattach_shm()
instead of using a cached version..funny enough, there's already a comment about doing this 😂
The text was updated successfully, but these errors were encountered: