Status: New Owner: ---- New issue 369 by coldredlemur: segfault on release build with gcc 4.1.2 p1.3 (Gentoo) http://code.google.com/p/v8/issues/detail?id=369
original mailing list discussion here: http://groups.google.com/group/v8- users/browse_thread/thread/90be74f1371dd996 Running tools/test.py gives 88 passes and 688 fails. Running tools/test.py mode=debug gives all passes. When I edit SConstruct and replace -O3 with -O0 in the release build, and then run tools/test.py, there are only two failures: big-array-literal and big-object-literal. (See attached for output.) Following are my system details: % uname -a Linux li62-72 2.6.18.8-linode16 #1 SMP Mon Jan 12 09:50:18 EST 2009 i686 Intel(R) Xeon(R) CPU L5420 @ 2.50GHz GenuineIntel GNU/Linux % gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc- 4.1.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include -- datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2 -- mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/man -- infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info --with-gxx- include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4 -- host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec -- enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --with-arch=i686 --enable- languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix -- enable-__cxa_atexit --enable-clocale=gnu Thread model: posix gcc version 4.1.2 (Gentoo 4.1.2 p1.3) Attachments: test_O0_release.txt 892 bytes -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
