octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: demos which uses patch/legend fails after cset df972b9d080a


From: Andreas Weber
Subject: Re: demos which uses patch/legend fails after cset df972b9d080a
Date: Tue, 22 Jul 2014 00:24:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

Am 21.07.2014 22:18, schrieb Andreas Weber:
> Dear Pantxo, since changeset
> 
> Ă„nderung:        18901:df972b9d080a
> Nutzer:          Pantxo Diribarne <address@hidden>
> Datum:           Sat Jun 21 13:07:57 2014 +0200
> Zusammenfassung: Translate patch property listeners to C++ (bug #42159)
> 
> these demos fails 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

These demos only fails when build with
configure FFLAGS=-g CFLAGS=-g CXXFLAGS=-g --enable-bounds-check

I made 2 fresh builds from ed3cb9f81145 and only the debug build fails
on these demos

> area 1
> copyobj 2
> legend 18
> legend 19
> legend 35
> pie3 1
> pie3 2
> pie3 3
> ribbon 1

octave:1> demo ribbon
ribbon example 1:
 clf;
 colormap ('default');
 [x, y, z] = sombrero ();
 ribbon (y, z);
 title ('ribbon() plot of sombrero()');

ribbon example 1: failed
A(I,J): column index out of bounds; value 3 out of bound 2
error: drawnow: A(I,J): column index out of bounds; value 3 out of bound 2
octave:2> error: A(I,J): column index out of bounds; value 3 out of bound 2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]