#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 |
Pull Requests: | How to create a pull request | ||
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.
Change History (8)
comment:1 by , 14 years ago
Keywords: | documentation added |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 14 years ago
Component: | GIS → Documentation |
---|---|
Severity: | → Normal |
Type: | → New feature |
comment:3 by , 13 years ago
UI/UX: | unset |
---|
comment:5 by , 13 years ago
Has patch: | set |
---|
comment:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Change UI/UX from NULL to False.