#32927: Multi geometries cause Segmentation fault 11 on Macbook with M1 CPU with
gdal 3.3.1
-------------------------------------+-------------------------------------
Reporter: szunami | Owner: nobody
Type: Bug | Status: closed
Component: Database layer | Version: 3.2
(models, ORM) |
Severity: Normal | Resolution: duplicate
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by szunami):
@Mariusz I can still reproduce this issue locally, after having just
installed django from main. Is this expected?
{{{
python
Python 3.9.6 (default, Jun 28 2021, 19:24:41)
[Clang 12.0.5 (clang-1205.0.22.9)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.get_version()
'4.0.dev20210719094220'
>>> from django.contrib.gis.geos import Polygon, MultiPolygon
>>> MultiPolygon(
... Polygon(((-10, 10), (-10, -10), (10, -10), (10, 10), (-10, 10)))
... )
[1] 5688 segmentation fault python3
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32927#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.128a8694c68cb0040427bfd74842e4f3%40djangoproject.com.