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

Uninitialized variables #2

Open
julien-arch opened this issue Aug 4, 2016 · 0 comments
Open

Uninitialized variables #2

julien-arch opened this issue Aug 4, 2016 · 0 comments

Comments

@julien-arch
Copy link

Uninitialized variables seem to result in segmentation fault when I run code that I added to process the resulting clusters. After running Valgrind, it seems that the segmentation fault comes from uninitialized variables in the original code. Also, note an Eigen assertion failed, not sure if this is related.

Output of Valgrind on the original code (changed to Debug in the cmake) when running command:
valgrind --leak-check=yes ./segmentation_test ../test_data/tango-top.pcd -o
is attached.
valgrind_out.txt

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

No branches or pull requests

1 participant