Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-12 Thread Andrew Ross
On Tue, May 12, 2009 at 11:02:27AM +0100, Andrew Ross wrote: > On Mon, May 11, 2009 at 05:31:22PM -0700, Alan Irwin wrote: > > On 2009-05-11 22:35+0100 Andrew Ross wrote: > > > > > I've tried and the same thing occurs with the epsqt driver. In both cases > > > gdb > > > shows that the example is

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-12 Thread Andrew Ross
On Mon, May 11, 2009 at 05:31:22PM -0700, Alan Irwin wrote: > On 2009-05-11 22:35+0100 Andrew Ross wrote: > > > I've tried and the same thing occurs with the epsqt driver. In both cases > > gdb > > shows that the example is hanging on a connect system call in the cups > > library. I'm now wonderi

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-12 Thread Alban Rochel
Hi Werner, Thanks for testing, the result is good news. Unless you plan a quick release, I may take a little time before updating the driver (let's say by the end of next week). By the way, I have not experience speed issues on the pdfqt and epsqt drivers, I use the stock Qt libraries of my di

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-12 Thread Werner Smekal
Hi Alban, On 11.05.2009, at 18:13, Alban Rochel wrote: > Hi Werner, > > I've been able to make some progress, I have identified the issue on > Tony's Mac, but my fix is not perfect yet. Can you just check that it > fixes your issues too? > > It is not perfect as it can require the user to ask for

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Alan W. Irwin
On 2009-05-11 22:35+0100 Andrew Ross wrote: > I've tried and the same thing occurs with the epsqt driver. In both cases gdb > shows that the example is hanging on a connect system call in the cups > library. I'm now wondering if the problem is actually to do with cups > configuration in my case ra

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Andrew Ross
On Mon, May 11, 2009 at 09:17:36PM +0100, Andrew Ross wrote: > On Sun, May 10, 2009 at 08:54:53AM -0700, Alan Irwin wrote: > > On 2009-05-10 12:34+0100 Andrew Ross wrote: > > > > > Anyway, running just the pdfqt test takes an exceedingly long time and > > > times > > > out on the first example. >

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Andrew Ross
On Sun, May 10, 2009 at 08:54:53AM -0700, Alan Irwin wrote: > On 2009-05-10 12:34+0100 Andrew Ross wrote: > > > Anyway, running just the pdfqt test takes an exceedingly long time and times > > out on the first example. > > > > This is on Ubuntu Jaunty, 32-bit, with Qt-4.5.0. > > Hmm. That is the

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Alban Rochel
Hi Werner, I've been able to make some progress, I have identified the issue on Tony's Mac, but my fix is not perfect yet. Can you just check that it fixes your issues too? It is not perfect as it can require the user to ask for a refresh (e.g. resizing) to display the plots. But in the end, ever

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Alban Rochel
Werner Smekal wrote: > Hi Alban, > > I kind of "fixed" it by adding after line 1487 > > 1487: widget->resize(plsc->xlength, plsc->ylength); > 1488: widget->clearWidget(); > > Don't know why? But now the pages show up. Still black page if I press > return twice fast consecutively. > > HTH, > Werne

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Werner Smekal
Hi Alban, I kind of "fixed" it by adding after line 1487 1487: widget->resize(plsc->xlength, plsc->ylength); 1488: widget->clearWidget(); Don't know why? But now the pages show up. Still black page if I press return twice fast consecutively. HTH, Werner On 11.05.2009, at 16:15, Alban Ro

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Werner Smekal
Hi Alban, > Can you try this simple change, just to confirm the issue?: > Comment out lines 1380 to 1382 (painter->fillRect...). These lines > draw > the background (margins and black background), removing them should > leave only the plots over whatever garbage is in graphic memory, which > cou

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Alban Rochel
Werner Smekal wrote: > Hi Alban, > > On 11.05.2009, at 15:55, Alban Rochel wrote: > > >> Alan W. Irwin wrote: >> >>> >> I've just tried on Tony's Mac (Qt 4.4.3), and what we observed was >> more >> serious than what Werner reported: all the pages in the interactive >> driver are bl

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Werner Smekal
Hi Alban, On 11.05.2009, at 15:55, Alban Rochel wrote: > Alan W. Irwin wrote: >> On 2009-05-09 20:23-0400 Hazen Babcock wrote: >> >> >> By the way, Alban, could you please review Werner's reports to see >> if you >> can verify that Mac OS X issue with qtwidget? Does qtwidget use of >> Qt4 >>

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Alban Rochel
Alan W. Irwin wrote: > On 2009-05-09 20:23-0400 Hazen Babcock wrote: > > > By the way, Alban, could you please review Werner's reports to see if you > can verify that Mac OS X issue with qtwidget? Does qtwidget use of Qt4 > on Mac OS X eventually boil down to a call to X or is there some other

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-11 Thread Alban Rochel
Alan W. Irwin wrote: > On 2009-05-09 20:23-0400 Hazen Babcock wrote: > > >> It looks like it is a problem with 4.4.3, pdfqt works fine with 4.5.1. >> > > Thanks! > > I have modified README.release (revision 9950) in light of this information > and the other Ubuntu/64-bit information Hazen g

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-10 Thread Alan W. Irwin
On 2009-05-10 12:34+0100 Andrew Ross wrote: > Ran out of disk space running ctest. Now requires the best part of 2Gb. > Perhaps we should have a warning about this somewhere? The 2GB is already mentioned in passing in http://www.miscdebris.net/plplot_wiki/index.php?title=Testing_PLplot, but if y

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-10 Thread Werner Smekal
Hi Alan, > By the way, Alban, could you please review Werner's reports to see if you > can verify that Mac OS X issue with qtwidget? Does qtwidget use of Qt4 > on Mac OS X eventually boil down to a call to X or is there some other > underlying windows system it uses there? (Out of curiousity, I

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-10 Thread Andrew Ross
On Sat, May 09, 2009 at 07:43:13PM -0700, Alan Irwin wrote: > On 2009-05-09 20:23-0400 Hazen Babcock wrote: > > > It looks like it is a problem with 4.4.3, pdfqt works fine with 4.5.1. > > Thanks! > > I have modified README.release (revision 9950) in light of this information > and the other Ubu

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-09 Thread Alan W. Irwin
On 2009-05-09 20:23-0400 Hazen Babcock wrote: > It looks like it is a problem with 4.4.3, pdfqt works fine with 4.5.1. Thanks! I have modified README.release (revision 9950) in light of this information and the other Ubuntu/64-bit information Hazen gave, and the information Werner reported earli

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-09 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2009-05-09 16:23-0400 Hazen Babcock wrote: > >> I have Ubuntu and Qt 4.4.3. I'll try installing Qt 4.5.1 and see what >> happens. > > What version of Ubuntu? Is your box 32-bit or 64 bit? It is possible that > Andrew has the exact combination you have (once you state w

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-09 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2009-05-09 16:23-0400 Hazen Babcock wrote: > >> I have Ubuntu and Qt 4.4.3. I'll try installing Qt 4.5.1 and see what >> happens. > > What version of Ubuntu? Is your box 32-bit or 64 bit? It is possible that > Andrew has the exact combination you have (once you state w

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-09 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2009-05-08 23:19-0400 Hazen Babcock wrote: > >> Alan W. Irwin wrote: >>> On 2009-05-08 22:30-0400 Hazen Babcock wrote: >>> Is it expected that ctest --verbose in the build tree will end with the following message? 91% tests passed, 2 tests failed out o

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-09 Thread Alan W. Irwin
On 2009-05-09 16:23-0400 Hazen Babcock wrote: > I have Ubuntu and Qt 4.4.3. I'll try installing Qt 4.5.1 and see what > happens. What version of Ubuntu? Is your box 32-bit or 64 bit? It is possible that Andrew has the exact combination you have (once you state what it is) and will be able to ve

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-09 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2009-05-08 23:19-0400 Hazen Babcock wrote: > >> Alan W. Irwin wrote: >>> On 2009-05-08 22:30-0400 Hazen Babcock wrote: >>> Is it expected that ctest --verbose in the build tree will end with the following message? 91% tests passed, 2 tests failed out o

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-09 Thread Werner Smekal
Hi, Forget my idea of somehow having a very low default ctest timeout. As far as I can tell that is 1500 seconds by default which should be fine for all our tests except for systems where there is something really wrong for some/all of the tests. I am using the downloadable sdk (which cont

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-08 Thread Alan W. Irwin
On 2009-05-08 23:19-0400 Hazen Babcock wrote: > Alan W. Irwin wrote: >> On 2009-05-08 22:30-0400 Hazen Babcock wrote: >> >>> >>> Is it expected that ctest --verbose in the build tree will end with the >>> following message? >>> >>> 91% tests passed, 2 tests failed out of 22 >>> >>> The followi

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-08 Thread Hazen Babcock
Alan W. Irwin wrote: > On 2009-05-08 22:30-0400 Hazen Babcock wrote: > >> >> Is it expected that ctest --verbose in the build tree will end with the >> following message? >> >> 91% tests passed, 2 tests failed out of 22 >> >> The following tests FAILED: >> 21 - examples_pdfqt (Timeout) >>

Re: [Plplot-devel] example_pdfqt (Timeout)

2009-05-08 Thread Alan W. Irwin
On 2009-05-08 22:30-0400 Hazen Babcock wrote: > > Is it expected that ctest --verbose in the build tree will end with the > following message? > > 91% tests passed, 2 tests failed out of 22 > > The following tests FAILED: >21 - examples_pdfqt (Timeout) >22 - examples_compare (Faile