Re: [Plplot-devel] 5.9.8 is now available

2011-09-07 Thread Andrew Ross
On Wed, Sep 07, 2011 at 11:06:59AM -0700, Alan Irwin wrote: > On 2011-09-07 11:02+0100 Andrew Ross wrote: > >> I've gone ahead and commited the change to mark all drivers as resident. >> >> I've tested with octave and this finally cures the long standing crash >> with the cairo driver when you repe

Re: [Plplot-devel] 5.9.8 is now available

2011-09-07 Thread Alan W. Irwin
On 2011-09-07 11:02+0100 Andrew Ross wrote: > On Tue, Sep 06, 2011 at 10:41:27AM +0100, Andrew Ross wrote: >>> Not calling lt_dlexit at all seems wrong. After all one should tidy up. >>> If marking drivers as resident works then maybe we should do this for all >>> cases? What I have not yet tested

Re: [Plplot-devel] 5.9.8 is now available

2011-09-07 Thread Andrew Ross
On Tue, Sep 06, 2011 at 10:41:27AM +0100, Andrew Ross wrote: > > Not calling lt_dlexit at all seems wrong. After all one should tidy up. > > If marking drivers as resident works then maybe we should do this for all > > cases? What I have not yet tested is what happens if you call plend > > the su

Re: [Plplot-devel] 5.9.8 is now available

2011-09-06 Thread Andrew Ross
On Tue, Sep 06, 2011 at 10:13:57AM +0100, Andrew Ross wrote: > On Tue, Sep 06, 2011 at 01:18:33AM -0700, Alan Irwin wrote: > > > The problems could be caused by bugs in how certain specific versions > > of libraries use atexit or could be caused by them simply starting to > > use atexit at some ve

Re: [Plplot-devel] 5.9.8 is now available

2011-09-06 Thread Andrew Ross
On Tue, Sep 06, 2011 at 01:18:33AM -0700, Alan Irwin wrote: > Hi Andrew: > > On 2011-09-05 22:58+0100 Andrew Ross wrote: > >> Alan, > >> [...]The fact that this occurs in the dynamic loader handling code makes >> me suspect a linkage bug somewhere along the line. I tried a minimal >> build inside t

Re: [Plplot-devel] 5.9.8 is now available

2011-09-06 Thread Alan W. Irwin
Hi Andrew: On 2011-09-05 22:58+0100 Andrew Ross wrote: > Alan, > [...]The fact that this occurs in the dynamic loader handling code makes > me suspect a linkage bug somewhere along the line. I tried a minimal > build inside the Debian testing chroot (no fancy packaging stuff) > and lo and behold

Re: [Plplot-devel] 5.9.8 is now available

2011-09-05 Thread Andrew Ross
On Mon, Sep 05, 2011 at 12:33:19PM -0700, Alan Irwin wrote: > Hi Andrew: > > On 2011-09-05 09:55+0100 Andrew Ross wrote: > > > I'll try to put a patched copy of UseQt4.cmake > > into the plplot cmake/modules directory and see if that helps/ > > I saw in your later post that made no difference.

Re: [Plplot-devel] 5.9.8 is now available

2011-09-05 Thread Alan W. Irwin
Hi Andrew: On 2011-09-05 09:55+0100 Andrew Ross wrote: > I'll try to put a patched copy of UseQt4.cmake > into the plplot cmake/modules directory and see if that helps/ I saw in your later post that made no difference. That's too bad, but it was worth a try. > > The gdb error message I get exa

Re: [Plplot-devel] 5.9.8 is now available

2011-09-05 Thread Andrew Ross
On Mon, Sep 05, 2011 at 09:55:33AM +0100, Andrew Ross wrote: > On Sat, Sep 03, 2011 at 04:16:14PM -0700, Alan Irwin wrote: > > On 2011-09-03 23:34+0100 Andrew Ross wrote: > > > > > Everything works fine on both my Ubuntu boxes (with 2 different versions > > > of Ubuntu on) whether I have DISPLAY s

Re: [Plplot-devel] 5.9.8 is now available

2011-09-05 Thread Andrew Ross
On Sat, Sep 03, 2011 at 04:16:14PM -0700, Alan Irwin wrote: > On 2011-09-03 23:34+0100 Andrew Ross wrote: > > > Everything works fine on both my Ubuntu boxes (with 2 different versions > > of Ubuntu on) whether I have DISPLAY set or not, so I'm suspecting this is > > a Qt version problem. Can anyo

Re: [Plplot-devel] 5.9.8 is now available

2011-09-03 Thread Alan W. Irwin
On 2011-09-03 23:34+0100 Andrew Ross wrote: > Everything works fine on both my Ubuntu boxes (with 2 different versions > of Ubuntu on) whether I have DISPLAY set or not, so I'm suspecting this is > a Qt version problem. Can anyone else confirm / deny this? I will try to > dig deeper using valgrind

Re: [Plplot-devel] 5.9.8 is now available

2011-09-03 Thread Andrew Ross
On Sat, Aug 13, 2011 at 08:48:58AM +0100, Andrew Ross wrote: > On Fri, Aug 12, 2011 at 04:35:00PM -0600, Orion Poplawski wrote: > > On 08/01/2011 12:37 PM, Hazen Babcock wrote: > > > > > > Hello, > > > > > > Version 5.9.8 of PLplot is now available. > > > > I'm getting segfaults on the following t

Re: [Plplot-devel] 5.9.8 is now available

2011-08-13 Thread Andrew Ross
On Fri, Aug 12, 2011 at 04:35:00PM -0600, Orion Poplawski wrote: > On 08/01/2011 12:37 PM, Hazen Babcock wrote: > > > > Hello, > > > > Version 5.9.8 of PLplot is now available. > > I'm getting segfaults on the following tests building for Fedora 15-17: > > The following tests FAILED: >

Re: [Plplot-devel] 5.9.8 is now available

2011-08-12 Thread Alan W. Irwin
Hi Orion: Thanks for your 5.9.8 test results. More below. On 2011-08-12 16:35-0600 Orion Poplawski wrote: > On 08/01/2011 12:37 PM, Hazen Babcock wrote: >> >> Hello, >> >> Version 5.9.8 of PLplot is now available. > > I'm getting segfaults on the following tests building for Fedora 15-17: > > T

Re: [Plplot-devel] 5.9.8 is now available

2011-08-12 Thread Orion Poplawski
On 08/01/2011 12:37 PM, Hazen Babcock wrote: > > Hello, > > Version 5.9.8 of PLplot is now available. I'm getting segfaults on the following tests building for Fedora 15-17: The following tests FAILED: 25 - examples_pdfqt (Failed) 24 - examples_epsqt (Failed) 23 - ex

[Plplot-devel] 5.9.8 is now available

2011-08-01 Thread Hazen Babcock
Hello, Version 5.9.8 of PLplot is now available. As always: (1) Please refer to our wiki for the latest build and install instructions. (http://www.miscdebris.net/plplot_wiki/index.php?title=Main_Page) (2) Let us know of any problems / bugs that you come across while installing / using PLplot.