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
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
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
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
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
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
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
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
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