Opened 19 months ago

Last modified 19 months ago

#34361 closed Uncategorized

GIS: Missing the package "gdal-bin" results in Segmentation fault (core dumped) — at Version 2

Reported by: Simon Kern Owned by: nobody
Component: GIS Version: 4.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Simon Kern)

OS: Linux (ubuntu 22.04)

If you have "django.contrib.gis" enabled, but a required package, e.g., gdal-bin is not installed, every command will be terminated with a segmentation fault.

I feel like this should rather emit an error message informing about the lack of said library, shouldn't it?

Example output:

./manage.py check
System check identified no issues (0 silenced).
Segmentation fault (core dumped)

Change History (2)

comment:1 by Simon Kern, 19 months ago

Summary: Missing the package "gdal-bin" results in Segmentation fault (core dumped)GIS: Missing the package "gdal-bin" results in Segmentation fault (core dumped)

comment:2 by Simon Kern, 19 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top