Hallo, well, it works better if one comments in wxwidgets.cpp // wxPLGetApp().RemoveFrame( dev->m_frame ); in that the window does not close, but the application does not segfault anymore. In test.c, plplot opens another window correctly and the first window becomes responsive again (why?).
My explanation is (but I know nothing about wxwidgets) window does not close because of a process owning it (some thread?). If the resources of the window are freed, the segmentation fault follows probably as soon as the thread tries to access them (the thread might be some event loop?). Fulvio ------------------------------------------------------------------------------ The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials, tech docs, whitepapers, evaluation guides, and opinion stories. Check out the most recent posts - join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel