Re: [gdal-dev] Segmentation Fault with gdal_fillnodata.py

2010-04-06 Thread Chaitanya kumar CH
Paul, I cannot much much regarding the first question. Since the data is large you have to find out the reason for segfault yourselves. Try running it with gdb as "gdb --args python gdal_fillnodata.py ..." and examine the call stack after the segfault with the command "bt" in the gdb console. For

[gdal-dev] Segmentation Fault with gdal_fillnodata.py

2010-04-06 Thread Paul Delamater
A couple of questions... 1. I'm getting a Segmentation Fault when using gdal_fillnodata.py on an .img file that I created in GDAL. I'm running GDAL 1.7.1 on Ubuntu 9.10 (64bit). The file is big (1.2Gb). Here's my command: $ gdal_fillnodata.py -md 1 zone10_albers.img -nomask zone10_test.img -of