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

2013-02-21 Thread phil rosenberg
I think there are a few complexities around when closing the final windows in wxWidgets. I don't know if you remember some months ago a user reporting memory leaks with the wxWidgets examples. I think this came down to the fact that wxWidgets ends the program when its final window is closed with

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

2013-02-21 Thread phil rosenberg
I just tweaked example 00c so that after plend() the gui the plot creation is repeated starting with plinit(). The segfault problem is caused by the static install_buffer function in wxwidgets.cpp. There is a static bool called initApp which is set to true on the first call to plinit(). Because

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

2013-02-21 Thread phil rosenberg
Thanks  for the report Fulvio In that case I will download a clean version of plplot tomorrow and check how it works with that. Unfortunately I do almost all my coding on a windows environment - mostly because the debugging tools are so good.   Speak soon Phil

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

2013-02-21 Thread Alan W. Irwin
On 2013-02-21 15:14-0800 phil rosenberg wrote: Thanks  for the report Fulvio In that case I will download a clean version of plplot tomorrow and check how it works with that. Unfortunately I do almost all my coding on a windows environment - mostly because the debugging tools are so good.   Sp