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

Nodelet fails with SIGSEGV segmenation fault on launch #26

Closed
grimmmyshini opened this issue Oct 7, 2019 · 4 comments
Closed

Nodelet fails with SIGSEGV segmenation fault on launch #26

grimmmyshini opened this issue Oct 7, 2019 · 4 comments

Comments

@grimmmyshini
Copy link

Hey! Thanks for the great work! However I am facing a problem, the globalmapserver nodlet fails with a Double free or corrupt (out) segmentation fault. I have tried running the given pcd file and my own pcd file but with no luck. I tried debugging the nodelet with Valgrind, and it seems to me that the node is not able to fetch data from the pcd file. What could be the cause of this error?

Thanks in advance!

@grimmmyshini grimmmyshini changed the title Nodlet fails with SIGSEGV segmenation fault on launch Nodelet fails with SIGSEGV segmenation fault on launch Oct 7, 2019
@koide3
Copy link
Owner

koide3 commented Oct 8, 2019

Hi @grimmmyshini ,
I'm not sure, but I suppose it could be a problem with PCL. What is the version of PCL you are using? Did you build it by yourself or install it with apt?

@grimmmyshini
Copy link
Author

I am using PCL 1.8.0, and I installed it with apt. PCL has downwards compatibility, this should not really happen, right? Could it be anything else?

@koide3
Copy link
Owner

koide3 commented Oct 10, 2019

I'm not sure, but I saw similar problems caused by self-built PCL binaries. If you built PCL by yourself, could you try to re-install PCL via apt-get?

@grimmmyshini
Copy link
Author

Yeah, I will try purging the existing PCL and reinstall it via apt-get. Thanks!

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

2 participants