Opened 11 years ago

Closed 11 years ago

#2425 closed defect (fixed)

Tickets regress is failing

Reported by: robe Owned by: strk
Priority: blocker Milestone: PostGIS 2.1.0
Component: postgis Version: 2.0.x
Keywords: Cc:

Description

Both winnie and debbie are screaming:

tickets .. failed (diff expected obtained: /var/lib/jenkins/workspace/postgis/tmp/2_1_pg9.2w64/test_70_diff)

and on same ticket.

output from debbie diff looks like this:

--- tickets_expected	2013-08-12 11:21:18.000000000 -0700
+++ /var/lib/jenkins/workspace/postgis/tmp/2_1_pg9.2w64/test_70_out	2013-08-12 11:23:34.000000000 -0700
@@ -247,5 +247,6 @@
 #2415.1|MULTICURVE(COMPOUNDCURVE((0 0,10 0),CIRCULARSTRING(10 0,15 1,20 10)))
 #2415.2|MULTISURFACE(CURVEPOLYGON(CIRCULARSTRING(10 0,15 1,20 0,18 5,20 10,10 10,10 0)))
 #2412|LINESTRING(0 0,10 0,20 0)
+WARNING:  detected write past chunk end in ExprContext 0x262dcc8
 #2420|LINESTRING(0 0,10 0,10 10,0 10,0 0)
 #2423|POLYGON((-10 0,-9.2388 3.82683,-7.07107 7.07107,-3.82683 9.2388,0 10,3.82683 9.2388,7.07107 7.07107,9.2388 3.82683,10 0,-10 0))

Since the PostGIS bots are angry I think I'll have to postpone release until this is sorted out.

The offending change seems to be at:

r11771

Change History (3)

comment:1 by robe, 11 years ago

Owner: changed from pramsey to strk

comment:2 by robe, 11 years ago

forgot to mention trunk (2.2) is also broken at r11769

comment:3 by strk, 11 years ago

Resolution: fixed
Status: newclosed

r11787 in 2.1 branch (2.1.0), r11788 in 2.0 branch (2.0.4), r11789 in trunk (2.2)

Note: See TracTickets for help on using tickets.