Re: Segmentation Fault using gdal with Python 3

2021-05-29 Thread George N. White III
On Fri, 28 May 2021 at 17:22, Clifford Snow wrote: > Thanks everyone for their suggestions. I believe my problem is that I've > installed postgis from the postgresql PGDG repository and it's conflicting > with the Fedora python gdal files. Not sure If I need to just use Fedora's > postgresql vers

Re: Segmentation Fault using gdal with Python 3

2021-05-28 Thread Clifford Snow
Thanks everyone for their suggestions. I believe my problem is that I've installed postgis from the postgresql PGDG repository and it's conflicting with the Fedora python gdal files. Not sure If I need to just use Fedora's postgresql version or if there is another workaround. On Fri, May 28, 2021

Re: Segmentation Fault using gdal with Python 3

2021-05-28 Thread George N. White III
On Thu, 27 May 2021 at 23:37, Clifford Snow wrote: > I'm getting a segmentation fault (core dump) when using the osgeo gdal > modules. Otherwise no problem. > > I'm looking for some suggestions on how to troubleshoot this. I can't even > seem to find the core dump file. > > For example, using the

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Ed Greshko
On 28/05/2021 14:10, Ed Greshko wrote: On 28/05/2021 14:07, Ed Greshko wrote: On 28/05/2021 13:46, Clifford Snow wrote: Michael, On Thu, May 27, 2021 at 10:44 PM Michael Hennebry mailto:henne...@web.cs.ndsu.nodak.edu>> wrote:     On Thu, 27 May 2021, Clifford Snow wrote:     > I'm looking fo

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Ed Greshko
On 28/05/2021 14:07, Ed Greshko wrote: On 28/05/2021 13:46, Clifford Snow wrote: Michael, On Thu, May 27, 2021 at 10:44 PM Michael Hennebry mailto:henne...@web.cs.ndsu.nodak.edu>> wrote:     On Thu, 27 May 2021, Clifford Snow wrote:     > I'm looking for some suggestions on how to troubleshoo

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Ed Greshko
On 28/05/2021 13:46, Clifford Snow wrote: Michael, On Thu, May 27, 2021 at 10:44 PM Michael Hennebry mailto:henne...@web.cs.ndsu.nodak.edu>> wrote: On Thu, 27 May 2021, Clifford Snow wrote: > I'm looking for some suggestions on how to troubleshoot this. I can't even > seem to find

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Clifford Snow
Michael, On Thu, May 27, 2021 at 10:44 PM Michael Hennebry < henne...@web.cs.ndsu.nodak.edu> wrote: > On Thu, 27 May 2021, Clifford Snow wrote: > > > I'm looking for some suggestions on how to troubleshoot this. I can't > even > > seem to find the core dump file. > > My guess is that there is not

Re: Segmentation Fault using gdal with Python 3

2021-05-27 Thread Michael Hennebry
On Thu, 27 May 2021, Clifford Snow wrote: I'm looking for some suggestions on how to troubleshoot this. I can't even seem to find the core dump file. My guess is that there is not one. ulimit -c will probably tell you the your cose size limit is zero. -- Michael henne...@web.cs.ndsu.nodak.e

Segmentation Fault using gdal with Python 3

2021-05-27 Thread Clifford Snow
I'm getting a segmentation fault (core dump) when using the osgeo gdal modules. Otherwise no problem. I'm looking for some suggestions on how to troubleshoot this. I can't even seem to find the core dump file. For example, using the python interpreter with a simple program as: >>> from osgeo impo