Re: [Plplot-devel] File permissions, other misc issues

2009-09-28 Thread Hezekiah M. Carty
On Thu, Sep 24, 2009 at 4:27 PM, Andrew Ross wrote: > On Thu, Sep 24, 2009 at 02:15:27PM -0700, Alan Irwin wrote: >> On 2009-09-24 21:34+0100 Andrew Ross wrote: >> >>> plexit calls plend _after_ the exit handler is called, and so if the exit >>> handler >>> throws an exception plplot will not cal

Re: [Plplot-devel] File permissions, other misc issues

2009-09-27 Thread Maurice LeBrun
On Thursday, September 24, 2009 at 14:15:27 (-0700) Alan W. Irwin writes: > On 2009-09-24 21:34+0100 Andrew Ross wrote: > > > plexit calls plend _after_ the exit handler is called, and so if the exit > > handler > > throws an exception plplot will not call plend to tidy up and free memory.

Re: [Plplot-devel] File permissions, other misc issues

2009-09-25 Thread Mark de Wever
Arjen Markus wrote: > On 2009-09-25 01:43, Alan W. Irwin wrote: > >> That transfer of control part, is the part I didn't understand. Although I >> have very little C++ experience you got me interested enough to look at a >> C++ tutorial on exceptions >> (http://www.deitel.com/articles/cplusplus_t

Re: [Plplot-devel] File permissions, other misc issues

2009-09-24 Thread Arjen Markus
On 2009-09-25 01:43, Alan W. Irwin wrote: > > That transfer of control part, is the part I didn't understand. Although I > have very little C++ experience you got me interested enough to look at a > C++ tutorial on exceptions > (http://www.deitel.com/articles/cplusplus_tutorials/20060325/), but

Re: [Plplot-devel] File permissions, other misc issues

2009-09-24 Thread Alan W. Irwin
On 2009-09-24 22:27+0100 Andrew Ross wrote: > On Thu, Sep 24, 2009 at 02:15:27PM -0700, Alan Irwin wrote: >> Sorry for entering late to this conversation. I may have missed some key >> piece of information earlier in the thread, but let me ask a "dumb" >> question, anyway. plexit ultimately calls

Re: [Plplot-devel] File permissions, other misc issues

2009-09-24 Thread Andrew Ross
On Thu, Sep 24, 2009 at 02:15:27PM -0700, Alan Irwin wrote: > On 2009-09-24 21:34+0100 Andrew Ross wrote: > >> plexit calls plend _after_ the exit handler is called, and so if the exit >> handler >> throws an exception plplot will not call plend to tidy up and free memory. >> Provided >> that you

Re: [Plplot-devel] File permissions, other misc issues

2009-09-24 Thread Alan W. Irwin
On 2009-09-24 21:34+0100 Andrew Ross wrote: > plexit calls plend _after_ the exit handler is called, and so if the exit > handler > throws an exception plplot will not call plend to tidy up and free memory. > Provided > that you do this yourself in your handler then you _should_ be ok. > > Of co

Re: [Plplot-devel] File permissions, other misc issues

2009-09-24 Thread Andrew Ross
On Thu, Sep 24, 2009 at 02:04:50PM -0500, Hezekiah M. Carty wrote: > On Thu, Sep 24, 2009 at 12:24 PM, Hazen Babcock wrote: > > Hezekiah M. Carty wrote: > >> > >> On Thu, Sep 24, 2009 at 10:16 AM, Hazen Babcock wrote: > >>> > >>> Hezekiah M. Carty wrote: > > On Wed, Sep 23, 2009 at 10:4

Re: [Plplot-devel] File permissions, other misc issues

2009-09-24 Thread Andrew Ross
On Wed, Sep 23, 2009 at 11:15:51PM -0500, Hezekiah M. Carty wrote: > On Wed, Sep 23, 2009 at 10:41 PM, Hazen Babcock wrote: > > Hezekiah M. Carty wrote: > >> > >> It has been several months since this was brought up, but I think that > >> this is still worth addressing. ??Having the PLplot exit a

Re: [Plplot-devel] File permissions, other misc issues

2009-09-24 Thread Hezekiah M. Carty
On Thu, Sep 24, 2009 at 12:24 PM, Hazen Babcock wrote: > Hezekiah M. Carty wrote: >> >> On Thu, Sep 24, 2009 at 10:16 AM, Hazen Babcock wrote: >>> >>> Hezekiah M. Carty wrote: On Wed, Sep 23, 2009 at 10:41 PM, Hazen Babcock wrote: > > Hezekiah M. Carty wrote: > If you

Re: [Plplot-devel] File permissions, other misc issues

2009-09-24 Thread Hazen Babcock
Hezekiah M. Carty wrote: > On Thu, Sep 24, 2009 at 10:16 AM, Hazen Babcock wrote: >> Hezekiah M. Carty wrote: >>> On Wed, Sep 23, 2009 at 10:41 PM, Hazen Babcock wrote: Hezekiah M. Carty wrote: If you are using a language that supports exceptions and callbacks from C you can overri

Re: [Plplot-devel] File permissions, other misc issues

2009-09-24 Thread Hezekiah M. Carty
On Thu, Sep 24, 2009 at 10:16 AM, Hazen Babcock wrote: > Hezekiah M. Carty wrote: >> >> On Wed, Sep 23, 2009 at 10:41 PM, Hazen Babcock wrote: >>> >>> Hezekiah M. Carty wrote: >>> If you are using a language that supports exceptions and callbacks from C >>> you can override the PLplot's default e

Re: [Plplot-devel] File permissions, other misc issues

2009-09-24 Thread Hazen Babcock
Hezekiah M. Carty wrote: > On Wed, Sep 23, 2009 at 10:41 PM, Hazen Babcock wrote: >> Hezekiah M. Carty wrote: >> If you are using a language that supports exceptions and callbacks from C >> you can override the PLplot's default exit() behavior. > > I attempted that this evening with OCaml after a

Re: [Plplot-devel] File permissions, other misc issues

2009-09-23 Thread Hezekiah M. Carty
On Wed, Sep 23, 2009 at 10:41 PM, Hazen Babcock wrote: > Hezekiah M. Carty wrote: >> >> On Tue, May 5, 2009 at 4:05 AM, Andrew Ross >> wrote: >>> >>> On Mon, May 04, 2009 at 06:57:46PM -0700, Alan Irwin wrote: On 2009-05-04 13:54-0600 Orion Poplawski wrote: > > Something else to

Re: [Plplot-devel] File permissions, other misc issues

2009-09-23 Thread Hazen Babcock
Hezekiah M. Carty wrote: > On Tue, May 5, 2009 at 4:05 AM, Andrew Ross > wrote: >> On Mon, May 04, 2009 at 06:57:46PM -0700, Alan Irwin wrote: >>> On 2009-05-04 13:54-0600 Orion Poplawski wrote: Something else to think about? plplot-libs.x86_64: W: shared-lib-calls-exit /usr/li

Re: [Plplot-devel] File permissions, other misc issues

2009-09-23 Thread Hezekiah M. Carty
On Tue, May 5, 2009 at 4:05 AM, Andrew Ross wrote: > On Mon, May 04, 2009 at 06:57:46PM -0700, Alan Irwin wrote: >> On 2009-05-04 13:54-0600 Orion Poplawski wrote: >> > >> > Something else to think about? >> > >> > plplot-libs.x86_64: W: shared-lib-calls-exit >> > /usr/lib64/libplplotd.so.9.6.2 e.

Re: [Plplot-devel] File permissions, other misc issues

2009-05-05 Thread Andrew Ross
On Mon, May 04, 2009 at 06:57:46PM -0700, Alan Irwin wrote: > On 2009-05-04 13:54-0600 Orion Poplawski wrote: > > > > Something else to think about? > > > > plplot-libs.x86_64: W: shared-lib-calls-exit > > /usr/lib64/libplplotd.so.9.6.2 e...@glibc_2.2.5 > > > > plplot-libs.x86_64: W: shared-lib-cal

Re: [Plplot-devel] File permissions, other misc issues

2009-05-04 Thread Alan W. Irwin
On 2009-05-04 13:54-0600 Orion Poplawski wrote: > Installed without execute bit set (but should, or it needs the > #!/usr/bin/env python removed): > > /usr/share/plplot5.9.3/examples/python/xw24.py FIXED. > > Installed with execute bit set (but shoudn't): > > /usr/src/debug/plplot-5.9.3/bindings/