Opened 19 months ago

Last modified 19 months ago

#34361 closed Uncategorized

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

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

OS: Linux (ubuntu 22.04)

If you have "django.contrib.gis" enabled, but a required lib, 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 (0)

Note: See TracTickets for help on using tickets.
Back to Top