Opened 14 years ago

Closed 12 years ago

Last modified 12 years ago

#13904 closed New feature (fixed)

Update geo django docs - How to avoid geometry or I/O object garbage collection messages

Reported by: Rozza Owned by: nobody
Component: Documentation Version: 1.2
Severity: Normal Keywords: documentation
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In some versions of python when during garbage collection the module holding a GEOS object is garbage collected in the dying thread before the geometry or I/O object is itself garbage collected and it issues an error.

See tickets #13843 and #13488 for symptoms, as there is no technological fix add some documentation on how to avoid it.

Attachments (1)

13904-1.diff (1.5 KB ) - added by Claude Paroz 12 years ago.
Documentation patch

Download all attachments as: .zip

Change History (8)

comment:1 by Simon Meers, 13 years ago

Keywords: documentation added
Triage Stage: UnreviewedAccepted

comment:2 by Graham King, 13 years ago

Component: GISDocumentation
Severity: Normal
Type: New feature

comment:3 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:4 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

by Claude Paroz, 12 years ago

Attachment: 13904-1.diff added

Documentation patch

comment:5 by Claude Paroz, 12 years ago

Has patch: set

comment:6 by Tim Graham <timograham@…>, 12 years ago

Resolution: fixed
Status: newclosed

In [083a3a4e39bc3ead6090e862935d223d8719c4ce]:

Fixed #13904 - Documented how to avoid garbage collection messages in GIS.

Thanks Claude Peroz for the patch.

comment:7 by Tim Graham <timograham@…>, 12 years ago

In [c8e681f6243fd0df1489d966089f12a16fd71c69]:

[1.4.X] Fixed #13904 - Documented how to avoid garbage collection messages in GIS.

Thanks Claude Peroz for the patch.

Backport of 083a3a4e39 from master

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