Re: [Plplot-devel] SF adds support for git, anyone interested?

2009-03-13 Thread Geoffrey Furnish
Alan W. Irwin writes: > On 2009-03-13 10:17-0600 Geoffrey Furnish wrote: > > [...]The main purpose in this post is just to sample the other > > developers, all of you who are currently much more actively involved in > > PLplot than I am, or even than I expect to be once I regain my stride, > >

Re: [Plplot-devel] Qt file devices segfault

2009-03-13 Thread Geoffrey Furnish
Alan W. Irwin writes: > However, I still don't understand why valgrind reported no issues on my > platform without your recent changes. Segfaults can come and go (although > usually a segfault does show up for one of our 31 examples if there is a > memory management issue with the device drive

Re: [Plplot-devel] qt text positioning

2009-03-13 Thread Alan W. Irwin
On 2009-03-13 19:27- Andrew Ross wrote: > On Fri, Mar 13, 2009 at 12:09:07PM -0700, Alan Irwin wrote: >> On 2009-03-13 11:47- Alban Rochel wrote: >> >>> Alan, >>> >>> Alan W. Irwin wrote: I applied the subsequent patch you sent to remove all special SVG text offsets. (Revision 9

Re: [Plplot-devel] Qt file devices segfault

2009-03-13 Thread Alan W. Irwin
On 2009-03-13 13:54- Andrew Ross wrote: > On Fri, Mar 13, 2009 at 11:19:08AM +, Alban Rochel wrote: >> Andrew Ross wrote: >>> On Fri, Mar 13, 2009 at 09:25:43AM +, Alban Rochel wrote: Andrew Ross wrote: >>> >>> This is interesting - we're running exactly the same system, but mine

Re: [Plplot-devel] SF adds support for git, anyone interested?

2009-03-13 Thread Alan W. Irwin
On 2009-03-13 10:17-0600 Geoffrey Furnish wrote: > [...]The main purpose in this post is just to sample the other developers, > all of > you who are currently much more actively involved in PLplot than I am, or > even than I expect to be once I regain my stride, so to speak, and just see > if any

Re: [Plplot-devel] SF adds support for git, anyone interested?

2009-03-13 Thread Geoffrey Furnish
Werner Smekal writes: > I often commit "unfinished" work for only one reason - not to loose it. > My laptop is old, the harddisk may get corrupt. I often spend some hours > work and don't want to loose it. With git I can commit more often to my > local repository which is fine. But if my lap

Re: [Plplot-devel] SF adds support for git, anyone interested?

2009-03-13 Thread Werner Smekal
Hi Geoffrey, thanks for the explanations. I often read about git or mercury, but never really understand how this should work. Now I understand it better, still I have one question: I often commit "unfinished" work for only one reason - not to loose it. My laptop is old, the harddisk may get

Re: [Plplot-devel] qt text positioning

2009-03-13 Thread Andrew Ross
On Fri, Mar 13, 2009 at 12:09:07PM -0700, Alan Irwin wrote: > On 2009-03-13 11:47- Alban Rochel wrote: > > > Alan, > > > > Alan W. Irwin wrote: > >> I applied the subsequent patch you sent to remove all special SVG text > >> offsets. (Revision 9730.) The resulting svgqt text placement is not

Re: [Plplot-devel] qt text positioning

2009-03-13 Thread Alan W. Irwin
On 2009-03-13 11:47- Alban Rochel wrote: > Alan, > > Alan W. Irwin wrote: >> I applied the subsequent patch you sent to remove all special SVG text >> offsets. (Revision 9730.) The resulting svgqt text placement is not >> correct on konqueror so there may indeed be a bug in the Qt library in

[Plplot-devel] SF adds support for git, anyone interested?

2009-03-13 Thread Geoffrey Furnish
Hello all, Greetings after a long sabatical. I've been lately trying again to get re-engaged with PLplot development. One of the first things I'm trying to get done, is to merge the python branch that I had worked on about 15 months ago, and get that stuff onto trunk. Then there is some more p

Re: [Plplot-devel] Qt file devices segfault

2009-03-13 Thread Andrew Ross
On Fri, Mar 13, 2009 at 01:58:18PM +, Alban Rochel wrote: > Andrew Ross wrote: > > It does however fix things for me and ctest again runs successfully. > > > > Andrew > > > > I'm glad you managed to fix this. Thanks a lot! > > Alban No problem. You may want to test use of multiple devices

Re: [Plplot-devel] Qt file devices segfault

2009-03-13 Thread Alban Rochel
Andrew Ross wrote: > It does however fix things for me and ctest again runs successfully. > > Andrew > I'm glad you managed to fix this. Thanks a lot! Alban -- Apps built with the Adobe(R) Flex(R) framework and Flex B

Re: [Plplot-devel] Qt file devices segfault

2009-03-13 Thread Andrew Ross
On Fri, Mar 13, 2009 at 11:19:08AM +, Alban Rochel wrote: > Andrew Ross wrote: > > On Fri, Mar 13, 2009 at 09:25:43AM +, Alban Rochel wrote: > >> Andrew Ross wrote: > > > > This is interesting - we're running exactly the same system, but mine is > > on a 32-bit machine. Perhaps this is a

Re: [Plplot-devel] patch: fix memory leak in wxPLDevGC

2009-03-13 Thread Werner Smekal
Hi Vadim, > FWIW I used (after reading documentation and wiki) > > -DwxWidgets_LIB_DIR=$wxwin/lib/vc_dll -DwxWidgets_CONFIGURATION=mswud > -DwxWidgets_USE_UNICODE=ON -DDEFAULT_NO_BINDINGS=ON -DENABLE_cxx=ON > -DENABLE_wxwidgets=ON -DDEFAULT_NO_DEVICES=ON -DPLD_wxwidgets=ON > You should still ha

Re: [Plplot-devel] Qt file devices segfault

2009-03-13 Thread Alban Rochel
Andrew Ross wrote: > On Fri, Mar 13, 2009 at 09:25:43AM +, Alban Rochel wrote: >> Andrew Ross wrote: > > This is interesting - we're running exactly the same system, but mine is > on a 32-bit machine. Perhaps this is a 32-bit / 64-bit issue? > > Andrew Andrew, I cannot reproduce this bug o

Re: [Plplot-devel] Qt file devices segfault

2009-03-13 Thread Andrew Ross
On Fri, Mar 13, 2009 at 09:25:43AM +, Alban Rochel wrote: > Andrew Ross wrote: > > On Thu, Mar 12, 2009 at 05:13:11PM -0700, Alan Irwin wrote: > > My results were with 9730 so included Alban's fixes and I still see > > the memory management issues with familying on my Kubuntu Intrepid > > syste

Re: [Plplot-devel] Qt file devices segfault

2009-03-13 Thread Andrew Ross
On Fri, Mar 13, 2009 at 09:10:16AM +, Andrew Ross wrote: > > My results were with 9730 so included Alban's fixes and I still see > the memory management issues with familying on my Kubuntu Intrepid > system (current stable release). > > With the current svn revision (r9732) I am getting > ***

Re: [Plplot-devel] Qt file devices segfault

2009-03-13 Thread Alban Rochel
Andrew Ross wrote: > On Thu, Mar 12, 2009 at 05:13:11PM -0700, Alan Irwin wrote: > My results were with 9730 so included Alban's fixes and I still see > the memory management issues with familying on my Kubuntu Intrepid > system (current stable release). > > With the current svn revision (r9732) I

Re: [Plplot-devel] Qt file devices segfault

2009-03-13 Thread Andrew Ross
On Thu, Mar 12, 2009 at 05:13:11PM -0700, Alan Irwin wrote: > On 2009-03-12 20:21- Andrew Ross wrote: > > > > > With current svn all the qt file devices produce a segfault when > > run with more than one page of output, e.g. example 2. This happens > > with ctest, or if calling the examples di