-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
gdal_fillnodata.py segmentation fault when using --si smooth_iterations #1184
Comments
Debug backtrace: without -si:
with -si:
|
I'm seeing this behavior as well on both Ubuntu 18.04 and Mac OSX. On my Mac I also get an alert that Python has unexpectedly shut down. |
It seemed to work with OSGeo4W version on Windows (GDAL 2.4.0, Python 2.7.14) because no error was printed but actually it did not. Process stops at 90% and the resulting image "fill2.tif" contains just zeroes. The debug info from console:
Without -si the debug info shows much more activity
|
I get this issue on macOS and ubuntu... |
…s used, and with some progress functions such as the one used by Python (fixes #1184)
…s used, and with some progress functions such as the one used by Python (fixes #1184)
Expected behavior and actual behavior.
The following command fails with a segmentation fault at least for version 2.3.2 and 2.4.0 on the attached file:
Commands works correctly when using GDAL 2.2.4 or without
--si
parameter:Steps to reproduce the problem.
Extract attached fillsegfault.zip and run gdal_fillnodata on the geotiff :
Operating system
CentOS 7
GDAL version and provenance
2.2.4, 2.3.2 and 2.4.0 version from source (compiled on CentOS 7 with gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) )
The text was updated successfully, but these errors were encountered: