This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients doko, eric.smith, mark.dickinson
Date 2010-07-09.22:22:33
SpamBayes Score 0.0020866736
Marked as misclassified No
Message-id <1278714155.89.0.875129737806.issue9215@psf.upfronthosting.co.za>
In-reply-to
Content
Reverted the temporary debugging commits in r82755, so test_float is now crashing again on that buildbot.

I've made yet another temporary commit (r82756) to get the configure script to tell me what gcc version is being used on that machine.  Once I've got that info, I can have a go at reproducing this locally.  If that fails, I'll create a branch and try to debug the buildbot remotely via repeated test runs on that branch.

... and the results from the configure script are in: it's an experimental prerelease version of gcc!  This makes me even more suspicious that it's a compiler bug.

checking gcc version... Using built-in specs.
COLLECT_GCC=/usr/lib/gcc-snapshot/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc-snapshot/libexec/gcc/i686-linux-gnu/4.6.0/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 20100702-0ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-snapshot/README.Bugs --enable-languages=c,ada,c++,java,fortran,objc,obj-c++ --prefix=/usr/lib/gcc-snapshot --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --disable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --with-plugin-ld=ld.gold --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.6-snap/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.6-snap --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.6-snap --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=yes --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.0 20100702 (experimental) [trunk revision 161740] (Ubuntu 20100702-0ubuntu1)
History
Date User Action Args
2010-07-09 22:22:35mark.dickinsonsetrecipients: + mark.dickinson, doko, eric.smith
2010-07-09 22:22:35mark.dickinsonsetmessageid: <1278714155.89.0.875129737806.issue9215@psf.upfronthosting.co.za>
2010-07-09 22:22:34mark.dickinsonlinkissue9215 messages
2010-07-09 22:22:33mark.dickinsoncreate