Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
justinokamoto opened this issue Sep 22, 2024 · 1 comment · May be fixed by #3
Open

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

justinokamoto opened this issue Sep 22, 2024 · 1 comment · May be fixed by #3

Comments

@justinokamoto
Copy link

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.

@justinokamoto justinokamoto linked a pull request Sep 22, 2024 that will close this issue
@justinokamoto
Copy link
Author

Linked PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant