Issue with hggroup and zlim

David Bateman David.Bateman at motorola.com
Fri Aug 29 07:40:28 CDT 2008


John W. Eaton wrote:
> On 29-Aug-2008, David Bateman wrote:
>
> | I'd suggest the attached changeset instead.. And yes it should be hline 
> | and not h in plot3.
>
> OK, after applying this patch, I'm still seeing
>
>   octave:1> z = [0:0.05:5]; hold on; hg = hggroup();
>   octave:2> h =  plot3 (z, exp(2i*pi*z),'parent',hg);
>   octave:3> h =  plot3 (z, exp(2i*pi*z),'parent',hg);
>   Segmentation fault
>
> The first call makes the correct plot, but then it fails.  The gdb
> output is the same as I posted before, indicating infinite recursion
> in base_properties::get_backend and base_graphics_object::get_backend:
>
>
>   
<snip>
> I'm guessing it works for you?
>
>   
No its not, but I'm working on a patch. MMichael's assumption is right 
that the object is the paren of itself.

D.


-- 
David Bateman                                David.Bateman at motorola.com
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



More information about the Bug-octave mailing list