[postgis-tickets] [PostGIS] #3283: Corrupt cached bboxes gets created (m-value)

PostGIS trac at osgeo.org
Tue Sep 22 10:51:42 PDT 2015


#3283: Corrupt cached bboxes gets created (m-value)
----------------------+---------------------------
  Reporter:  nicklas  |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.2.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:  temporal
----------------------+---------------------------

Comment (by nicklas):

 I have seen some different error-messages too, just like you describe.

 What worries a little is that it might be something outside just the
 temporal function.

 I mean the cpawithin function just calls the same box-making functions as
 all other functions I guess.

 But I have not had time to try to find out if it happens in other
 situations too.
 It is a little harder to test by just using the common functions since it
 is the m-value in this case that is problematic.

 But I did put a notice message at the box creation function (don't ask me
 where I found it) and it seemed to create the correct box. Then the result
 went stright into ST_Spe function with a bad cached bbox.


 Maybe this is even the first function using m-value from box?

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3283#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list