[Surface]Using MovingLeastSquares results in a segfault within performUpsampling function #5471
Labels
good first issue
Skills/areas of expertise needed to tackle the issue
kind: bug
Type of issue
module: surface
Environment Current - Not Working
OS: Ubuntu 20.04.4 LTS
Compiler: GCC 9.4.0
PCL Version: 1.10.0
Architecture: aarch64
Environment Past - Worked
OS: Ubuntu 18.04.6 LTS
Compiler: GCC 7.5.0
PCL Version: 1.8.1
Architecture: aarch64
Hello,
I'm having an issue where I have ported my project over to a new environment. My project used to work before with my past environment but now it is not working with the current. Everything compiles fine but when I run I am getting a segmentation fault when I run. I narrowed it down to happening inside the process function and then inside that the performSampling function. It looks like there were changes in GitHub between these versions(1.8.1 vs 1.10.0) and I thought I accounted for everything but maybe not. I also checked with the master branch and 1.10.0 looks the same for that function.
Sor cloud was obtained through a .ply
Picture of source code past environment
Picture of source code current environment
Pictures of seg fault from current environment
Thank you for the help
The text was updated successfully, but these errors were encountered: