Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-22 Thread Alan W. Irwin
On 2013-02-22 16:25-0800 phil rosenberg wrote: > Hi Fulvio > Yes wxWidgets immediately aborts in this circumstance. Looking at the source > code this feature appears to have been added by design, although I don't know > the reason. I'm not sure it is necessarilly what we want to occur. It can >

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-22 Thread phil rosenberg
Hi Fulvio Yes wxWidgets immediately aborts in this circumstance. Looking at the source code this feature appears to have been added by design, although I don't know the reason. I'm not sure it is necessarilly what we want to occur. It can also cause memory leaks during exit because control never

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-22 Thread phil rosenberg
Hi All I've just tested the situation with a fresh download of the latest plplot source using the test from Fulvio. As I'm on Windows I had to replace sleep(3) with Sleep(3000) and #include, but that should make no difference to the behaviour.   Without the patch the plot appears fine the first

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-22 Thread fulvio ciriaco
Hallo, since my students keep to compulsively hit all kind of buttons, I reviewed also what the different plotting drivers do on hitting the window close button or menu exit where existant, of course when the application is meant to survive the window, e.g. in test.c xwin: exits with fpe