-
Notifications
You must be signed in to change notification settings - Fork 16
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
PolarVolume_getScanClosestToElevation_vol2bird() leads to segfault when using cluttermap #150
Comments
This suggests that potentially something is wrong with |
Reverting back to PolarVolume_getScanClosestToElevation() in 4adfaa7 fixes the issue for now. Verified that Lines 1989 to 1992 in 4adfaa7
Need more solid fix, leaving issue open |
What causes the segfault, is that the pointer returned in the function body of Unfortunately valgrind doesn't give good clues; the process runs normally and the pointer IS correctly returned in valgrind runs. So potentially this is a memory issue occurring somewhere different entirely. Valgrind also finds no unrecoverable memory leaks:
|
New function
PolarVolume_getScanClosestToElevation_vol2bird()
leads to a segfault when selecting cluttermap elevation scans. Reverting toPolarVolume_getScanClosestToElevation()
solves the issue.The text was updated successfully, but these errors were encountered: