-
Notifications
You must be signed in to change notification settings - Fork 35
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
Segfault with filters.poisson executed twice #128
Labels
bug
Something isn't working
Comments
Confirmed, but I'm not sure what to do about it. The noding code in the khazdan poisson software appears to be the issue. The tree building code in there must have something with a global state that's not being cleaned up.
|
A full stack trace would be helpful. |
|
It looks like the octree needs to be reset. I have to figure out how to do that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With pdal=2.4.1 and python-pdal=3.1.2 (same happens with pdal=2.4.3 & python-pdal=3.2.0),
when executing twice the same command I get a segfault.
It was tested with Filter.delaunay and there is not such a behavior.
The text was updated successfully, but these errors were encountered: