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
Julia fallbacks to copying stack when allocating dedicated stack for a task failed. This requires marking task sticky because the stack needs to be restored to the same per-thread (per-ptls) stack. In principle, this can be supported in Schedulers.jl by either adding sticky queues to the scheduler or using the native sticky queues when the stack allocation failed. But I couldn't make these approaches work so far. The former approach can be found in: #23
The text was updated successfully, but these errors were encountered:
Moving this to an issue from #24:
The text was updated successfully, but these errors were encountered: