Re: [Plplot-devel] Cairo text output does not seem to segfault after plend anymore

2009-05-07 Thread Andrew Ross
On Fri, May 01, 2009 at 08:34:22PM +0100, Andrew Ross wrote: > On Fri, May 01, 2009 at 03:26:57PM -0400, Hezekiah M. Carty wrote: > > On Fri, May 1, 2009 at 2:38 PM, Andrew Ross > > wrote: > > > I yesterday ran into the same problem with the octave bindings and today > > > found svn had solved it.

Re: [Plplot-devel] Cairo text output does not seem to segfault after plend anymore

2009-05-01 Thread Andrew Ross
On Fri, May 01, 2009 at 03:26:57PM -0400, Hezekiah M. Carty wrote: > On Fri, May 1, 2009 at 2:38 PM, Andrew Ross > wrote: > > I yesterday ran into the same problem with the octave bindings and today > > found svn had solved it. I checked recent commits to cairo.c and I can't > > see any explicit m

Re: [Plplot-devel] Cairo text output does not seem to segfault after plend anymore

2009-05-01 Thread Hezekiah M. Carty
On Fri, May 1, 2009 at 2:38 PM, Andrew Ross wrote: > I yesterday ran into the same problem with the octave bindings and today > found svn had solved it. I checked recent commits to cairo.c and I can't > see any explicit mention of it. I haven't tested with other languages. > As an aside, calling p

Re: [Plplot-devel] Cairo text output does not seem to segfault after plend anymore

2009-05-01 Thread Andrew Ross
On Fri, May 01, 2009 at 11:42:56AM -0400, Hezekiah M. Carty wrote: > While doing some comparisons using the Qt and Cairo devices on my own > plots, I noticed that the: > > plsdev(something_cairo); > plenv ...; > plend(); > plsdev(something_cairo); > plenv...; > > sequence with Cairo output device

Re: [Plplot-devel] Cairo text output does not seem to segfault after plend anymore

2009-05-01 Thread Hezekiah M. Carty
On Fri, May 1, 2009 at 12:37 PM, Hazen Babcock wrote: > Hezekiah M. Carty wrote: >> >> While doing some comparisons using the Qt and Cairo devices on my own >> plots, I noticed that the: >> >> plsdev(something_cairo); >> plenv ...; >> plend(); >> plsdev(something_cairo); >> plenv...; >> >> sequenc

Re: [Plplot-devel] Cairo text output does not seem to segfault after plend anymore

2009-05-01 Thread Hezekiah M. Carty
On Fri, May 1, 2009 at 12:37 PM, Hazen Babcock wrote: > Hezekiah M. Carty wrote: >> >> While doing some comparisons using the Qt and Cairo devices on my own >> plots, I noticed that the: >> >> plsdev(something_cairo); >> plenv ...; >> plend(); >> plsdev(something_cairo); >> plenv...; >> >> sequenc

Re: [Plplot-devel] Cairo text output does not seem to segfault after plend anymore

2009-05-01 Thread Hazen Babcock
Hezekiah M. Carty wrote: > While doing some comparisons using the Qt and Cairo devices on my own > plots, I noticed that the: > > plsdev(something_cairo); > plenv ...; > plend(); > plsdev(something_cairo); > plenv...; > > sequence with Cairo output devices no longer gives segmentation faults > on

[Plplot-devel] Cairo text output does not seem to segfault after plend anymore

2009-05-01 Thread Hezekiah M. Carty
While doing some comparisons using the Qt and Cairo devices on my own plots, I noticed that the: plsdev(something_cairo); plenv ...; plend(); plsdev(something_cairo); plenv...; sequence with Cairo output devices no longer gives segmentation faults on my Ubuntu Intrepid system using the latest PLp