Ticket #571 (closed defect: fixed)
TRIANGLE and TIN fails crash me test
| Reported by: | robe | Owned by: | colivier |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
Haven't had a chance to test on other platforms but the below crashes the server process consistently. Requiring a service restart. This is tested with latest PostGIS 2.0 trunk on PostgreSQL 9.0 beta 4 32-bit XP.
SELECT ST_Affine(ST_GeomFromEWKT(
'TRIANGLE ((
0 0,
0 9,
9 0,
0 0
))') , 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5);
Change History
Note: See
TracTickets for help on using
tickets.
