Skip to content

Silo/Overlink I/O: crash when reading file with no material names #1593

@JustinPrivitera

Description

@JustinPrivitera

data is on RZ under my user_support/help_jacob directory

import conduit

silo_root = "***DumpWithColors.silo"

load_mesh = conduit.Node()
conduit.relay.io.silo.load_mesh(load_mesh, silo_root)

print(load_mesh)
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid

Unclear if we should error, warn and skip, or make up a name, but any option would be better than crashing like this.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions