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

Segmentation fault when launching environment application (Ubuntu 22.04) #56

Open
cr0mwell opened this issue May 15, 2024 · 1 comment

Comments

@cr0mwell
Copy link

Running ./environment app results in segmentation fault.
gbd debugging showed the problem on line 90 of environment.cpp file:
viewer->spinOnce ();
Further googling showed that the problem has been solved by PCL developers in further releases.
The recommendation is to build PCL from the source. Worked for me.

@wambitz
Copy link

wambitz commented Sep 26, 2024

Running ./environment app results in segmentation fault. gbd debugging showed the problem on line 90 of environment.cpp file: viewer->spinOnce (); Further googling showed that the problem has been solved by PCL developers in further releases. The recommendation is to build PCL from the source. Worked for me.

I had the same issue, I had to create a container with Ubuntu 20.04 and everything worked fine.

With Ubuntu 22.04 I was able to walkaround it using viewer->spin() instead, it throws a bunch of warnings but it works.

I also built it from source and on Ubuntu 22.04 and that completely fixed the issue.

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