From: Alan W. I. <ir...@be...> - 2016-12-20 23:56:54
|
On 2016-12-20 17:49-0500 Pedro Vicente wrote: > @Alan, Phil > > > here are my results > > for git master current > > CentOS 6.8 wxWidgets 3.1 > Linux 14.04 wxWidgets 3.0 > Linux 16.04 wxWidgets 3.0 > Debian 8.0 wxWidgets 3.0 > > all infinite loop > > 14:25:57: Debug: wxPLplotwindow::wxPLplotwindow > 14:25:57: Debug: frame->Create > 14:25:57: Debug: Plot() Yielding > 14:25:57: Debug: Plot() Yielding > > made with > > cmake .. -G "Unix Makefiles" > -DCMAKE_INSTALL_PREFIX:PATH=/home/pvn/plplot-install -DCMAKE_BUILD_TYPE=Debug > -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TEST=ON -DPLPLOT_WX_DEBUG_OUTPUT=ON > > yesterday I sent this result for Ubuntu 14.04, but that was with yesterday's > master. > > Phil, today there was a new commit, so could that be it ? Hi Pedro: You can prove or disprove the latest commit 995e75e6086 is the source of some/all of the above issues by running those tests again on the previous commit. Which from the current "git log" results you should be able to get access to as follows: git checkout 995e75e6086^ or the equivalent git checkout 65e7b3c9980 Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |