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
I noticed that support for dynamic windows is broken in the UCX osc on master. The module's worker pool memory (module->mem) is NULL if it's a dynamic windows but upon flush and window-free this pointer is accessed unconditionally, inadvertently leading to a Segfault. Upon communication, the type of window is checked and the dynamic window info is populated (in get_dynamic_win_info) but never used anywhere, so that will eventually Segfault, too. I'm aware that the UCX osc in master is under development so I just open this issue for tracking purposes.