Opened 3 years ago
Last modified 3 years 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 )
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 , 3 years 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 , 3 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.