Skip to content

Improper access specifiers causing segfault when terminate() is called on ECBS object #2

@justinokamoto

Description

@justinokamoto

Calling terminate() on ECBS object causes segfault because terminate() is implemented by the base class CBS. This method calls printPaths() (from the base implementation) which causes the segfault since the member variable paths_found_initially from the base implementation is empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions