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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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/
18 matches
Mail list logo