-
Notifications
You must be signed in to change notification settings - Fork 2
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
R crashes due the use of sc_striated2()
#15
Comments
After checking the crash report and using I have sent an email to the maintainer of Dear Professor Albrecht Gebhardt, Attachmentsbugsintherpackageinterp1_1_5.zip SuggestionsHarriet, I'm uncertain if it's possible to predict whether certain combinations of x and y are invalid and will crash R. To handle this, consider using the This is the same data set that will crash |
solved by updated version of |
The entire R program will crash while running
sc_striated2()
with the dataset provided below. Other functions such assc_clumpy2()
will raise an error "Error: unspecified error -10 in shull!" or "Error: shull: cannot triangulate this set", but they will not crash the program.Crash report
The crash report shows that there is invalid pointer access.
This could be due to
free()
the dynamically allocated memory.free()
memory that is not dynamically allocated.Dataset
6_crash.csv
Session Info
The text was updated successfully, but these errors were encountered: