Opened 13 years ago
Closed 13 years ago
#993 closed defect (fixed)
Crash when try to cast to a box2d with GSERIALIZED ON
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | boxes | Cc: |
Description
SELECT 'BOX(7.5 2.5,12.5 7.5)'::box2d
Crash. This I discovered when testing raster create_rt_box2d_test.sql but isolated down to the act of just casting to a box2d. Probably causing a lot of the failures in topology too I suspect.
Note:
See TracTickets
for help on using tickets.
Paul,
This looks like a big show stopper. Let us know if any of us can do anything to help you out on this one. I think strk was trying to trace down the issue and as I recall found it in his git adventures. Once you have this one nailed, I'll continue with my crueler tests .