Skip to content

Regression: UCX osc: dynamic windows broken on master #6987

@devreal

Description

@devreal

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions