Changes between Initial Version and Version 2 of Ticket #34361
- Timestamp:
- Feb 21, 2023, 9:26:47 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34361
- Property Summary Missing the package "gdal-bin" results in Segmentation fault (core dumped) → GIS: Missing the package "gdal-bin" results in Segmentation fault (core dumped)
-
Ticket #34361 – Description
initial v2 1 1 OS: Linux (ubuntu 22.04) 2 2 3 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.3 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. 4 4 5 5 I feel like this should rather emit an error message informing about the lack of said library, shouldn't it?