On Sat, Jan 16, 2010 at 4:44 PM, John Hunter <[email protected]> wrote: > On Sat, Jan 16, 2010 at 4:25 PM, <[email protected]> wrote: >> STATUS: Failure >> revision: 8085 ( >> http://matplotlib.svn.sourceforge.net/matplotlib/?view=rev&rev=8085 ) > > I just upgraded CXX to 6.1.1 and this is causing a segfault on the > amd64 buildbot. The test that is segfaulting is > matplotlib.tests.test_transform.test_Affine2D_from_values () is > working on my box (intel celeron 32bit). Are we sure that the > buildbots are getting clean build environments?
I just tested this on an x86_64 linux box. At first I got the segfault, which was triggered simply by importing matplotlib._path (which test_transforms imports). After a bit of fiddling with the build environment, I got a clean build and the module now imports cleanly and the test passes. This is a development box where I switch between python2.5 and 2.6 for testing, and I had some trouble getting a clean build and install -- even though I wiped the installation directory and build dir several times I kept getting the segfault. But because one of the settings I had changed was in my bash profile which I had edited and re-"source"-ed, I logged out and logged back in just to be sure my paths etc were clean. Then I did a clean rebuild and install and everything worked fine. So now I am starting to think even more that the problem on the buildbot may indeed be that the build/install is not completely clean.... JDH ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Matplotlib-buildbot mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-buildbot
