Skip to content

ImportH5ObjectPathsAction will allocate memory for every data set during 'apply(...)' function #1312

Open
@imikejackson

Description

@imikejackson

The issue is on line 44 of ImportH5ObjectPathsAction.cpp. During execute() we are first looking at the entire data structure to figure out if it is valid I suppose. The issue is that Mode is set to "execute" which means each and every single array is going to be allocated temporarily until that function is completed.

Do we need to send in the list of paths that are being imported perhaps?

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions