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

pcl::on_nurbs::FittingSurface::~FittingSurface() crash #6146

Open
sushilk-pcl opened this issue Oct 2, 2024 · 2 comments
Open

pcl::on_nurbs::FittingSurface::~FittingSurface() crash #6146

sushilk-pcl opened this issue Oct 2, 2024 · 2 comments
Labels
kind: bug Type of issue status: triage Labels incomplete

Comments

@sushilk-pcl
Copy link

We are trying to fit the bsp surface on region of mesh body.
bellow are the function calls done from PCL and at the end of function it crash in the
pcl::on_nurbs::FittingSurface::~FittingSurface()

::pcl::on_nurbs::FittingSurface::Parameter params;
::pcl::on_nurbs::NurbsDataSurface data;
::pcl::on_nurbs::FittingSurface::initNurbsPCABoundingBox(order, &data);
::pcl::on_nurbs::FittingSurface fit(&data, nurbs);

will provide more information in case if needed.

Which operating system do you use?
Windows 11 Enterprise,
OS Version 22631.3880.

Which PCL version do you use? How did you install it?
pcl-1.14.1

Which compiler do you use?
Microsoft Visual Studio 2022 LTSC 17.4.

Which PCL version do you use? How did you install it?
pcl-1.14.1

partSvcD.dll!Eigen::internal::aligned_free(void * ptr) Line 208 C++
partSvcD.dll!Eigen::internal::conditional_aligned_free<1>(void * ptr) Line 260 C++
partSvcD.dll!Eigen::internal::conditional_aligned_delete_auto<double,1>(double * ptr, unsigned __int64 size) Line 447 C++
partSvcD.dll!Eigen::DenseStorage<double,-1,-1,-1,0>::~DenseStorage<double,-1,-1,-1,0>() Line 465 C++
partSvcD.dll!Eigen::PlainObjectBase<Eigen::Matrix<double,-1,-1,0,-1,-1>>::~PlainObjectBase<Eigen::Matrix<double,-1,-1,0,-1,-1>>() C++
partSvcD.dll!Eigen::Matrix<double,-1,-1,0,-1,-1>::~Matrix<double,-1,-1,0,-1,-1>() C++
partSvcD.dll!pcl::on_nurbs::NurbsSolve::~NurbsSolve() C++
partSvcD.dll!pcl::on_nurbs::FittingSurface::~FittingSurface() Line 110 C++

@sushilk-pcl sushilk-pcl added kind: bug Type of issue status: triage Labels incomplete labels Oct 2, 2024
@larshg
Copy link
Contributor

larshg commented Oct 2, 2024

How did you install PCL?
How do you make your VS project - cmake? Manual setup of VS++ project?

@larshg
Copy link
Contributor

larshg commented Oct 2, 2024

Please keep the info in the same issue instead of writing in both. You could have reopened the first one you made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Type of issue status: triage Labels incomplete
Projects
None yet
Development

No branches or pull requests

2 participants