On Sat, Jan 16, 2010 at 5:24 PM, Andrew Straw <[email protected]> wrote: > John Hunter 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 checked when I saw the error come up. The > test/_buildbot_install.py script has this: > > if os.path.exists(TARGET): > shutil.rmtree(TARGET) > > if 1: > build_path = 'build' > if os.path.exists(build_path): > shutil.rmtree(build_path) > > Therefore, I'm reasonably sure it's getting a clean build environment. > But I'll investigate further on the build bot... stay tuned. Weird it's > not happening on the buildbot with the same versions but without latex, etc.
As I mentioned, I saw something very strange on the machine I was testing on. I was getting the segfault even though repeatedly flushed the build and install dirs and resourced my environment, and this did not go away until i logged out and back in again. I was wondering if something was cached in memory somewhere (grasping here). Would it be worth trying to build from a clean login, and/or trying to reboot the machine.... 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
