Skip to content

Executable crashes trying to access data outside of the volume #184

@paskino

Description

@paskino

If a point and/or its subvolume lay outside of the volume (plus the initial registration for the correlate) the dvc executable crashes. What should happen is that the code catches the error and then returns a code.

I think we should set the bounding box here within the volume,

est_box = new BoundBox(region->min(), region->max());
act_box = new BoundBox(region->min(), region->max());

or just return outside FOV at process_point:

void Search::process_point(int t, int n, DataCloud *srch_data, int test)

Metadata

Metadata

Assignees

No one assigned

    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