Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119586 - gcc 3.4.4 crashes while compiling dev-lang/maude-2.1.1-r2
Summary: gcc 3.4.4 crashes while compiling dev-lang/maude-2.1.1-r2
Status: RESOLVED DUPLICATE of bug 74457
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 11:48 UTC by Peter Simons
Modified: 2006-01-19 11:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
preprocessed source code that triggered the crash (ccsZgb5q.out,950.75 KB, text/plain)
2006-01-19 11:50 UTC, Peter Simons
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Simons 2006-01-19 11:48:48 UTC
The relevant portion of the screen output:

if g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../../src/Utility -I../../src/Interface -I../
../src/Core -I../../src/Variable -I../../src/FullCompiler -I../../src/NA_Theory -I../..
/src/ACU_Persistent -I../../src/ACU_Theory -I../../src/CUI_Theory -I../../src/S_Theory 
-I../../src/FreeTheory   -mtune=athlon-xp -O3 -fomit-frame-pointer -fforce-addr -pipe -
MT libbuiltIn_a-stringTerm.o -MD -MP -MF ".deps/libbuiltIn_a-stringTerm.Tpo" \
  -c -o libbuiltIn_a-stringTerm.o `test -f 'stringTerm.cc' || echo './'`stringTerm.cc; 
\
then mv ".deps/libbuiltIn_a-stringTerm.Tpo" ".deps/libbuiltIn_a-stringTerm.Po"; \
else rm -f ".deps/libbuiltIn_a-stringTerm.Tpo"; exit 1; \
fi
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ext/algorithm: In function `int __g
nu_cxx::__lexicographical_compare_3way(_InputIterator1, _InputIterator1, _InputIterator
2, _InputIterator2) [with _InputIterator1 = char*, _InputIterator2 = __gnu_cxx::_Rope_c
onst_iterator<char, std::allocator<char> >]':
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/ext/algorithm:150: internal compile
r error: in sweep_string_variable, at protector.c:1158
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/maude-2.1.1-r2/temp/ccsZgb5q.out file,
 please attach this to your bugreport.


The output of "emerge info":

Portage 2.0.53 (hardened/x86/2.6, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo i686)
=================================================================
System uname: 2.6.15-gentoo i686 mobile AMD Duron(tm) 
Gentoo Base System version 1.6.13
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mtune=athlon-xp -O3 -fomit-frame-pointer -fforce-addr -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mtune=athlon-xp -O3 -fomit-frame-pointer -fforce-addr -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks notitles sandbox sfperms strict userpriv"
GENTOO_MIRRORS="http://213.186.33.38/gentoo-distfiles/ http://gentoo.mirror.intouch.nl/gentoo/ http://212.219.56.152/sites/www.ibiblio.org/gentoo/ http://194.117.143.72"
MAKEOPTS="-j1"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X aac alsa bash-completion berkdb bitmap-fonts bonobo bzip2 caps cdparanoia cdr crypt curl dlloader doc dvd dvdread emacs encode erandom esd expat ffmpeg fortran gd gdbm gif glade glibc-omitfp glut gmp gnomecanvas graphviz gtk guile hardened idea idn imagemagick imlib ipv6 jpeg latex lcms libwww mbox mmx mmxext mng mpeg ncurses normalizemime nptl nptlonly nsplugin objc opengl oss pam pam_chroot pam_console pam_timestamp perl pic png pwdb python qt readline real sse ssl tetex threads tiff truetype truetype-fonts type1-fonts udev unicode userlocales vim-with-x win32codecs x86 xine xml xml2 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Peter Simons 2006-01-19 11:50:51 UTC
Created attachment 77571 [details]
preprocessed source code that triggered the crash
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-01-19 11:52:23 UTC

*** This bug has been marked as a duplicate of 74457 ***