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.

-Andrew

------------------------------------------------------------------------------
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

Reply via email to