Tue 22 Jul 2014 07:25:59 AM UTC, original submission:
Since changeset df972b9d080a "Translate patch property listeners to C++ (bug #42159)" the demos
area 1, copyobj 2, legend 18, legend 19, legend 35, pie3 1, pie3 2, pie3 3, ribbon 1 fail with A(I,J): row index out of bounds; value 2 out of bound 1 or A(I,J): column index out of bounds; value 3 out of bound 2
when configured and built with "./configure FFLAGS=-g CFLAGS=-g CXXFLAGS=-g --enable-bounds-check" without "--enable-bounds-check" there is no error.
A minimalistiv testcase:
The problem in in graphics.cc:patch::properties::update_fvc
where xd got transposed but yd not. Therefore yd(ii,jj) triggers an indexing error.
|