-
Notifications
You must be signed in to change notification settings - Fork 13
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 #3
Comments
Thanks for your feedback. I will try to reproduce the error and see what's wrong. Could you let me know the minPts value that you used to get the segfault? |
Hey, I used |
I see, thanks. I will try to see what's wrong with the code. |
Hi, I had some trouble reproducing the error you had. I tried your input data using both the executable and the Python binding, and they seem to work fine. I tried to valgrind the executable but no memory errors were reported. Did you figure out what's wrong? |
Please open a new issue if the problem persists. Thank you for your feedback. |
I will try to come back to this issue when I have some free time. |
Hey, I wrote OCaml bindings for this library and while testing with random variables I got segmentation fault error.
I tried with the Python binding, the same error occurs.
Here is the data that can reproduce the error:
gdb tells me it fails on following line:
I've began debugging it and trying to understand where the error might come from but I decided to submit an issue if you might have an answer or a hint.
The text was updated successfully, but these errors were encountered: